codictive/cms is a Laravel package for a laravel based content management system.
It currently has 0 GitHub stars and 7 downloads on Packagist.
Install it with composer require codictive/cms.
Discover more Laravel packages by codictive
or browse all Laravel packages to compare alternatives.
Last updated
A Laravel Based Content Management System
Run composer require codictive/cms
Add Codictive\Cms\ServiceProvider::class to the providers section of config/app.php
Publish files via:
php artisan vendor:publish --tag=cms.common --forceOr (add --force to override existing files):
php artisan vendor:publish --tag=cms.allphp artisan vendor:publish --tag=cms.langphp artisan vendor:publish --tag=cms.publicphp artisan vendor:publish --tag=cms.configphp artisan vendor:publish --tag=cms.seedersphp artisan vendor:publish --tag=cms.migrations