meestorhok/blue

Blue CMS is the premier SEO driven CMS for Laravel
36 1
Install
composer require meestorhok/blue
Latest Version:v0.1.3
PHP:>=5.5.9
License:MIT
Last Updated:Jun 23, 2016
Links: GitHub  ·  Packagist
Maintainer: MeestorHok

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.

Related Packages

relaticle/ink

Filament-native content publishing for blog, docs, and AI-citable articles. Head...

1,375 13
folklore/eloquent-picturable

Laravel 4 package to add pictures capabilities to Eloquent Models

976 3
folklore/eloquent-mediatheque

Laravel 4 and 5 package to add media relations to Eloquent Models

4,048 2
themonkeys/laravel-silverstripe

Integrates the Silverstripe CMS into your Laravel application

171 30