leobsst/laravel-cms-core

Here's the core of my CMS for my use case

v1.0.0 2025-04-08 14:47 UTC

This package is auto-updated.

Last update: 2025-04-08 14:51:55 UTC


README

Laravel Logo

My Laravel CMS core

MIT Licensed

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.