{"id":36392552,"url":"https://github.com/duysolo/webed","last_synced_at":"2026-01-31T19:07:20.458Z","repository":{"id":57048568,"uuid":"74228404","full_name":"duysolo/webed","owner":"duysolo","description":"WebEd CMS - a cms based on Laravel 5.5","archived":false,"fork":false,"pushed_at":"2018-01-31T10:26:57.000Z","size":18496,"stargazers_count":415,"open_issues_count":11,"forks_count":121,"subscribers_count":37,"default_branch":"4.0","last_synced_at":"2026-01-11T17:47:16.779Z","etag":null,"topics":["cms","laravel","laravel-cms"],"latest_commit_sha":null,"homepage":"https://cms.sgsoft-studio.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duysolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-19T18:52:06.000Z","updated_at":"2025-10-03T21:39:24.000Z","dependencies_parsed_at":"2022-08-23T19:10:13.359Z","dependency_job_id":null,"html_url":"https://github.com/duysolo/webed","commit_stats":null,"previous_names":["duyphan2502/webed","sgsoft-studio/webed"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/duysolo/webed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duysolo%2Fwebed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duysolo%2Fwebed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duysolo%2Fwebed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duysolo%2Fwebed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duysolo","download_url":"https://codeload.github.com/duysolo/webed/tar.gz/refs/heads/4.0","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duysolo%2Fwebed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28950465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","laravel","laravel-cms"],"created_at":"2026-01-11T15:54:29.592Z","updated_at":"2026-01-31T19:07:20.453Z","avatar_url":"https://github.com/duysolo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to WebEd CMS\n#### A CMS based on Laravel 5.5\n![Build status](https://travis-ci.org/sgsoft-studio/webed.svg)\n![Total downloads](https://poser.pugx.org/sgsoft-studio/base/d/total.svg)\n![Latest Stable Version](https://poser.pugx.org/sgsoft-studio/base/v/stable.svg)\n\n## Demo\n- Demo site: [https://cms.sgsoft-studio.com/](https://cms.sgsoft-studio.com/)\n- Admin demo site: [https://cms.sgsoft-studio.com/admincp](https://cms.sgsoft-studio.com/admincp) (demo@webed.com/demo1234)\n\nIf you cannot login, please visit this link [https://cms.sgsoft-studio.com/reset-password](https://cms.sgsoft-studio.com/reset-password) to reset password.\n\n### Documentation\n- [Documentation page](https://webed.sgsoft-studio.com/docs/3.1/overview)\n- Link repos documentation: [github.com/sgsoft-studio/docs-site](https://github.com/sgsoft-studio/docs-site)\n\n#### WebEd is a free open source!\n\n# WebEd has been discontinued\n\nI would like to say thanks that you guys use this cms, but I'm so appreciated that I cannot continue develop WebEd.\nI do not have enough time and my financial situation is not good. I'm so sorry. ^^\nYou guys can use another cms, such as Voyager,...\n\n### Some cool features of WebEd CMS:\n- Modular packages.\n- Manage files with Elfinder.\n- ACL.\n- Menu management with drag \u0026 drop.\n- Database caching.\n- Themes \u0026 plugins management.\n- Hook (actions hook, filters hook).\n- Manage pages, blocks, blog, contact form, Google Analytics, custom fields...\n\n## System Requirement\nOn this projects, I use the latest Laravel version (currently 5.5). \nPlease go to [laravel documentation page](https://laravel.com/docs/5.5/installation) to check your system requirements.\n\n# WebEd installation guide\n\n## Install directly from composer\n```\ncomposer create-project --prefer-dist sgsoft-studio/webed webed\n```\n\n## Install to the existing project\nRequire WebEd to your composer.json by this command\n```\ncomposer require sgsoft-studio/base:4.0.*\n```\nOpen file `config/auth.php`, change the web login model to `WebEd\\Base\\Users\\Models\\User::class`.\n\n### Change WebEd database prefix\nBy default, all WebEd tables have `we_` prefix. If you want to change them, open your `public/index.php`, add these line on top of this file:\n```\ndefine('WEBED_DB_PREFIX', 'we_');\n```\n\n### Then\n```\nphp artisan key:generate\nphp artisan cms:install\n```\n\nAccess to dashboard:\n```\nphp artisan serve\nhttp://localhost:8000/admincp\n```\n\nYou can config admin route by modify the .env:\n```\nWEBED_ADMIN_ROUTE=admincp\n```\n\nAll available WebEd env config:\n```\n#Caching service\nCACHE_REPOSITORY_ENABLED=true\nCACHE_REPOSITORY_DRIVER=file\nCACHE_REPOSITORY_LIFETIME=-1\n\n#Admin route alias\nWEBED_ADMIN_ROUTE=admincp\nWEBED_API_ROUTE=api\n```\n\nIf you see this message when enable plugins/themes, it's because of your server does not support composer dump-autoload\nhelper. Try to run **composer dump-autoload** by yourself.\n\n\n\u003eThe base module of this class is enabled, but class not found: ***xxx***. Please review and add the namespace of this module to composer autoload section, then run **composer dump-autoload**\n\n\n## Plugins\nDownload the plugins and places it at **/plugins** folder.\n\n[Plugins list](https://github.com/webed-plugins)\nAll plugins with released version is `4.0.*` will stable with WebEd 4.0.\n\n## Need more support?\n- Email: [duyphan.developer@gmail.com](mailto:duyphan.developer@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduysolo%2Fwebed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduysolo%2Fwebed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduysolo%2Fwebed/lists"}