Skip to content

quangtrongonline/webed

 
 

Repository files navigation

Welcome to WebEd - Website Editor

####A CMS based on Laravel 5.4 Build status Total downloads Latest Stable Version License

##Demo & documentation

####WebEd is a free open source!

###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.4). Please go to laravel documentation page to check your system requirements.

##WebEd installation guide

####Method 1: Install directly

composer create-project --prefer-dist sgsoft-studio/webed webed

####Method 2: Add WebEd to your Laravel project

composer require sgsoft-studio/base:3.0.*
  • Register the WebEd provider to config/app.php
WebEd\Base\Core\Providers\ModuleProvider::class,
  • After that, remove the default Laravel migrations (create_users_table, create_password_resets_table)
  • Modify the database information in .env

###Then

composer dump-autoload
php artisan cms:install

Access to dashboard:

your-domain/admincp

You can config admin route by modify the .env:

WEBED_ADMIN_ROUTE=admincp

All available WebEd env config:

#Use for backup data
DB_DUMP_PATH=/Applications/AMPPS/mysql/bin/

#Caching service
CACHE_DRIVER=file
CACHE_REPOSITORY=true
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

##Themes Download the themes and places it at /themes folder.

Themes list

##Table of contents

##Need more support?

###I love github!

##Some screenshots Login Dashboard statistics Categories Menus Settings

About

WebEd CMS - a cms based on Laravel 5.4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 89.2%
  • JavaScript 5.8%
  • HTML 3.4%
  • Other 1.6%