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