All Projects → duysolo → Webed

duysolo / Webed

Licence: mit
WebEd CMS - a cms based on Laravel 5.5

Projects that are alternatives of or similar to Webed

Twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible.
Stars: ✭ 2,539 (+487.73%)
Mutual labels:  cms, laravel
Sharp
Laravel 6+ Content management framework
Stars: ✭ 430 (-0.46%)
Mutual labels:  cms, laravel
Laravel Admin Starter
A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
Stars: ✭ 240 (-44.44%)
Mutual labels:  cms, laravel
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+507.18%)
Mutual labels:  cms, laravel
Borgert Cms
Borgert is a CMS Open Source created with Laravel Framework 5.6
Stars: ✭ 298 (-31.02%)
Mutual labels:  cms, laravel
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (-56.25%)
Mutual labels:  cms, laravel
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-40.28%)
Mutual labels:  cms, laravel
Lqycms
基于laravel框架的企业级开源cms管理系统,开源php商城源码,B2C微商城系统,企业建站cms。
Stars: ✭ 142 (-67.13%)
Mutual labels:  cms, laravel
Pyrocms
Pyro is an experienced and powerful Laravel PHP CMS.
Stars: ✭ 3,086 (+614.35%)
Mutual labels:  cms, laravel
Tipask
Tipask是一款开放源码的PHP问答系统,基于Laravel框架开发,容易扩展,具有强大的负载能力和稳定性。
Stars: ✭ 282 (-34.72%)
Mutual labels:  cms, laravel
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+415.28%)
Mutual labels:  cms, laravel
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (-20.37%)
Mutual labels:  cms, laravel
Base
YASCMF 基础开发版(YASCMF/BASE)
Stars: ✭ 162 (-62.5%)
Mutual labels:  cms, laravel
Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+442.13%)
Mutual labels:  cms, laravel
Awesome
A collection of awesome Statamic articles, links, resources and other rad things.
Stars: ✭ 144 (-66.67%)
Mutual labels:  cms, laravel
Old Lms Laravel
Laravel Learning Management System (LMS)
Stars: ✭ 258 (-40.28%)
Mutual labels:  cms, laravel
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+2386.11%)
Mutual labels:  cms, laravel
Azuriom
Azuriom is a modern, reliable, fast and secure game CMS.
Stars: ✭ 135 (-68.75%)
Mutual labels:  cms, laravel
Yascmf
已过时,请访问5.2新版仓库
Stars: ✭ 258 (-40.28%)
Mutual labels:  cms, laravel
Decoy
A Laravel model-based CMS
Stars: ✭ 303 (-29.86%)
Mutual labels:  cms, laravel

Welcome to WebEd CMS

A CMS based on Laravel 5.5

Build status Total downloads Latest Stable Version

Demo

If you cannot login, please visit this link https://cms.sgsoft-studio.com/reset-password to reset password.

Documentation

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?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].