Download the PHP package sgsoft-studio/webed without Composer
On this page you can find all versions of the php package sgsoft-studio/webed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sgsoft-studio/webed
More information about sgsoft-studio/webed
Files in sgsoft-studio/webed
Package webed
Short Description The CMS based on Laravel Framework 5.4
License MIT
Informations about the package webed
Welcome to WebEd CMS
A CMS based on Laravel 5.5
Demo
- Demo site: https://cms.sgsoft-studio.com/
- Admin demo site: https://cms.sgsoft-studio.com/admincp ([email protected]/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
Install to the existing project
Require WebEd to your composer.json by this command
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:
Then
Access to dashboard:
You can config admin route by modify the .env:
All available WebEd env config:
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: [email protected]
All versions of webed with dependencies
fideloper/proxy Version ~3.3
laravel/framework Version 5.5.*
laravel/tinker Version ~1.0
sgsoft-studio/base Version 4.0.*