Blue CMS is the premier SEO driven CMS for Laravel
32
1
2
Package Data
Maintainer Username: MeestorHok
Maintainer Contact: jake@jmitchell.co (Jake Mitchell)
Package Create Date: 2016-06-05
Package Last Update: 2016-06-23
Language: JavaScript
License: MIT
Last Refreshed: 2024-04-18 15:18:32
Package Statistics
Total Downloads: 32
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Blue CMS

Still Under Initial Development

Build Status Quality Score Latest Unstable Version License Total Downloads

Premier SEO driven CMS powered by Laravel

Install

Via Composer

$ composer require meestorhok/blue

###Update the Laravel Framework

Add the following provider to config/app.php

'providers' => [
    MeestorHok\Blue\BlueServiceProvider::class
]

then, run these cli commands to setup the database and install resource files

$ php artisan vendor:publish meestorhok/blue --force
$ php artisan migrate

Side Note: The --force tag is required to install the routes for the application.

Usage

TODO

Security

If you discover any security related issues, please email jake@jmitchell.co instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.