nacosvel/laravel-rooster-server

Nacosvel Rooster Server Implementation for Laravel.

dev-main / 1.x-dev 2024-11-05 12:17 UTC

This package is auto-updated.

Last update: 2024-11-05 12:17:32 UTC


README

GitHub Tag Total Downloads Packagist Version Packagist PHP Version Support Packagist License

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.