nacosvel / laravel-rooster
Nacosvel Rooster Implementation for Laravel.
dev-main / 1.x-dev
2024-11-05 08:11 UTC
Requires
- php: >=8.0
- nacosvel/laravel-database-manager: ^1.0
This package is auto-updated.
Last update: 2024-11-05 10:31:19 UTC
README
Installation
You can install the package via Composer:
composer require nacosvel/laravel-rooster
Publish Command
You can publish configuration file using the vendor:publish
command:
php artisan vendor:publish --tag=rooster-config
or
php artisan vendor:publish --provider="Nacosvel\Rooster\RoosterServiceProvider"
License
Nacosvel Rooster Implementation for Laravel is made available under the MIT License (MIT). Please see License File for more information.