Git Product home page Git Product logo

webed's Introduction

Welcome to WebEd

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

A few months ago, I published a CMS called LaraWebEd. Today, I would like to share you version 2 of that CMS. It's called WebEd.

####WebEd is always free!

###There are some features of this CMS:

  • Modular packages.
  • Manage files with Elfinder.
  • ACL
  • Menu management with drag & drop
  • Database caching (repository pattern)
  • Themes & plugins management.
  • Hook

##System Requirement On this projects, I use the latest Laravel version (currently 5.3). 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
  • Register the WebEd provider to config/app.php
WebEd\Base\Core\Providers\ModuleProvider::class,
  • Modify auth entity: open config/auth.php
'providers' => [
    'users' => [
        'driver' => 'eloquent',
        'model' => \WebEd\Base\Users\Models\EloquentUser::class,
    ],
],
  • After that, remove the default Laravel migrations (create_users_table, create_password_resets_table)
  • Modify the database information in .env

###Then

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

#Admin route alias
WEBED_ADMIN_ROUTE=admincp

#Recaptcha
WEBED_RECAPTCHA_SITE_KEY=
WEBED_RECAPTCHA_SECRET_KEY=

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

##Table of contents

##Need more support?

###I love github!

##Some screenshots Login Menu management Custom fields Custom fields Elfinder Plugins Themes

webed's People

Contributors

duyphan2502 avatar

Watchers

James Cloos avatar Teendoi Studio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.