leobsst / laravel-cms-core
Here's the core of my CMS for my use case
v1.0.0
2025-04-08 14:47 UTC
Requires
- php: ^8.1
- althinect/filament-spatie-roles-permissions: ^2.2
- amidesfahani/filament-tinyeditor: ^2.0
- filament/filament: ^3.2
- filament/spatie-laravel-tags-plugin: ^3.2
- guzzlehttp/guzzle: ^7.9
- intervention/image: ^3.10
- laravel/framework: ^10.0|^11.0
- laravel/passport: ^12.0
- laravel/tinker: ^2.9
- league/flysystem-sftp-v3: ^3.29
- livewire/livewire: *
- maatwebsite/excel: ^3.1
- nesbot/carbon: ^2.63|^3.0
- spatie/laravel-pdf: ^1.5
- timwassenburg/laravel-service-generator: ^1.0
- valentin-morice/filament-json-column: ^1.5
- wire-elements/modal: ^2.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.1
- laravel/pint: ^1.13
- laravel/sail: ^1.26
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.1
- pestphp/pest: ^3.7
- pestphp/pest-plugin-laravel: ^3.0
README
My Laravel CMS core
Installation
You can install the package via composer:
composer require leobsst/laravel-cms-core
(optional) You can publish migrations via:
php artisan vendor:publish --tag=laravel-cms-core-migrations
(optional) You can publish seeders and factories via:
php artisan vendor:publish --tag=laravel-cms-core-database
(optional) You can publish routes via:
php artisan vendor:publish --tag=laravel-cms-core-routes
Changelog
Please see CHANGELOG for more information what has changed recently.
Security
If you've found a bug regarding security please mail contact@leobsst.fr instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.