tinigin / laravel-cms
CMS for Laravel framework
v2.2.24
2026-05-28 08:29 UTC
Requires
- php: ^8.0
- doctrine/dbal: ^3.5|^4.0
- illuminate/support: ^10.0|^11.0|^12.0|^13.0
- intervention/image: ^3.6
- laravel/ui: ^4.0
- myclabs/php-enum: ^1.8
- socialiteproviders/yandex: ^4.1
- spatie/laravel-permission: ^6.0
Requires (Dev)
- ext-exif: *
- ext-gd: *
- orchestra/testbench: ^8.0
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2026-05-28 08:30:41 UTC
README
Installation
Install Laravel 9
composer create-project laravel/laravel sample-project
Go to project folder
cd sample-project
Install Laravel Cms:
composer require tinigin/laravel-cms
Run install command
php artisan cms:install
Setup admin user
php artisan cms:admin
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you discover any security related issues, please email tinigin@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.