nacosvel/laravel-rooster-server

Nacosvel Rooster Server Implementation for Laravel.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nacosvel/laravel-rooster-server

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

This package is auto-updated.

Last update: 2025-09-28 15:12:35 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.