sgsoft-studio / webed
The CMS based on Laravel Framework 5.4
Installs: 5 331
Dependents: 0
Suggesters: 0
Security: 0
Stars: 436
Watchers: 39
Forks: 132
Open Issues: 13
Type:project
Requires
- php: >=7.0.0
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
- sgsoft-studio/base: 4.0.*
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.0
- filp/whoops: ~2.0
- fzaninotto/faker: ^1.7
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~6.0
- dev-master
- 4.0.x-dev
- 4.0.5
- 4.0.3
- 3.1.x-dev
- 3.1.37
- 3.1.36
- 3.1.35
- 3.1.24
- 3.1.23
- 3.1.19
- 3.1.18
- 3.1.15
- 3.1.13
- 3.1.12
- 3.1.9
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.2
- 3.0
- 2.1.x-dev
- 2.1.5
- 2.1.0
- 2.0.29
- 2.0.28
- 2.0.25
- 2.0.24
- 2.0.23
- 2.0.22
- 2.0.20
- 2.0.17
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0
This package is not auto-updated.
Last update: 2020-01-24 16:46:03 UTC
README
A CMS based on Laravel 5.5
Demo
- Demo site: https://cms.sgsoft-studio.com/
- Admin demo site: https://cms.sgsoft-studio.com/admincp (demo@webed.com/demo1234)
If you cannot login, please visit this link https://cms.sgsoft-studio.com/reset-password to reset password.
Documentation
- Documentation page
- Link repos documentation: github.com/sgsoft-studio/docs-site
WebEd is a free open source!
WebEd has been discontinued
I would like to say thanks that you guys use this cms, but I'm so appreciated that I cannot continue develop WebEd. I do not have enough time and my financial situation is not good. I'm so sorry. ^^ You guys can use another cms, such as Voyager,...
Some cool features of WebEd CMS:
- Modular packages.
- Manage files with Elfinder.
- ACL.
- Menu management with drag & drop.
- Database caching.
- Themes & plugins management.
- Hook (actions hook, filters hook).
- Manage pages, blocks, blog, contact form, Google Analytics, custom fields...
System Requirement
On this projects, I use the latest Laravel version (currently 5.5). Please go to laravel documentation page to check your system requirements.
WebEd installation guide
Install directly from composer
composer create-project --prefer-dist sgsoft-studio/webed webed
Install to the existing project
Require WebEd to your composer.json by this command
composer require sgsoft-studio/base:4.0.*
Open file config/auth.php
, change the web login model to WebEd\Base\Users\Models\User::class
.
Change WebEd database prefix
By 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:
define('WEBED_DB_PREFIX', 'we_');
Then
php artisan key:generate
php artisan cms:install
Access to dashboard:
php artisan serve
http://localhost:8000/admincp
You can config admin route by modify the .env:
WEBED_ADMIN_ROUTE=admincp
All available WebEd env config:
#Caching service
CACHE_REPOSITORY_ENABLED=true
CACHE_REPOSITORY_DRIVER=file
CACHE_REPOSITORY_LIFETIME=-1
#Admin route alias
WEBED_ADMIN_ROUTE=admincp
WEBED_API_ROUTE=api
If you see this message when enable plugins/themes, it's because of your server does not support composer dump-autoload helper. Try to run composer dump-autoload by yourself.
The 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
Plugins
Download the plugins and places it at /plugins folder.
Plugins list
All plugins with released version is 4.0.*
will stable with WebEd 4.0.
Need more support?
- Email: duyphan.developer@gmail.com