codictive / cms
A Laravel Based Content Management System
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: ^8.0
- intervention/image: ^2.7
- kavenegar/php: ^1.2
- laravel/framework: ^9.5
This package is auto-updated.
Last update: 2025-03-05 17:43:38 UTC
README
A Laravel Based Content Management System
Installation
-
Run
composer require codictive/cms
-
Add
Codictive\Cms\ServiceProvider::class
to theproviders
section ofconfig/app.php
-
Publish files via:
php artisan vendor:publish --tag=cms.common --force
Or (add --force
to override existing files):
php artisan vendor:publish --tag=cms.all
php artisan vendor:publish --tag=cms.lang
php artisan vendor:publish --tag=cms.public
php artisan vendor:publish --tag=cms.config
php artisan vendor:publish --tag=cms.seeders
php artisan vendor:publish --tag=cms.migrations