meestorhok / blue
Blue CMS is the premier SEO driven CMS for Laravel
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Language:JavaScript
Requires
- php: >=5.5.9
- artesaos/seotools: ^0.9.2
- laravel/framework: ^5.2
- laravelcollective/html: ^5.2
Requires (Dev)
- orchestra/testbench: ^3.2
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-11-21 03:50:25 UTC
README
Still Under Initial Development
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.