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: | 2025-01-29 15:15:03 |
Package Statistics | |
---|---|
Total Downloads: | 35 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Premier SEO driven CMS powered by Laravel
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.
TODO
If you discover any security related issues, please email jake@jmitchell.co instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.