Giter VIP home page Giter VIP logo

reactor-cms's Introduction

Reactor CMS

Latest Stable Version Total Downloads Latest Unstable Version License

Its a PHP CMS powered by Laravel 5.1, ideal for small websites that require a blog

##Modules included:

  • Users (CRUD, Auth)
  • Categories (CRUD)
  • Articles (CRUD)

Version

This package is still under construction... But you can download and collaborate

Installation

First, pull in the package through Composer.
require”: {
	...
	"gmlo/cms": "dev-master”
}
And run composer:
$ composer update
And then, include the service provider within config/app.php.
'providers' => [
    ...
	// own
	Gmlo\CMS\Providers\CMSServiceProvider::class,
	// Required
	Collective\Html\HtmlServiceProvider::class,
],

....

'aliases' => [
    ...
    // Custom
    'CMS'    => Gmlo\CMS\Facades\CMS::class,
    'Field'  => Gmlo\CMS\Facades\FieldBuilder::class,
    'Alert'  => Gmlo\CMS\Facades\Alert::class,
    'MediaManager' => Gmlo\CMS\Facades\MediaManager::class,
	// Required
	'Form' => Collective\Html\FormFacade::class,
	'Html' => Collective\Html\HtmlFacade::class,
],
Configure your preference database.
Configure the CMS
$ php artisan cms:start

Run this command and type the required data.

Make sure update the auth.php config file with the User Model of the CMS.

    'model' => \Gmlo\CMS\Modules\Users\User::class,
Also you can set more configurations on config/cms.php.
Enjoy it!

Go to the web browser and put your-domain/admin.

Credits

This package uses a number of open source projects to work properly:

  • Laravel 5.1 - The PHP Framework For Web Artisans
  • AdminLTE - Dashboard & Control Panel Template
  • VueJS - Intuitive, Fast and Composable MVVM for building interactive interfaces.
  • TinyMCE - HTML WYSIWYG editor
  • And others...

Development

By @gmlo_89

Feel free to contrinue and post your feedback!

reactor-cms's People

Contributors

gmlo89 avatar socieboy avatar

Watchers

 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.