-
- Downloads
feat: add Laravel Horizon to the project
- Included `laravel/horizon` package in `composer.json` - Created configuration file for Horizon at `config/horizon.php` - Added `HorizonServiceProvider` for managing Horizon's services - Updated `providers.php` to register the `HorizonServiceProvider` - Updated `composer.lock` to reflect the new dependencies and versions.
parent
c446a55f
No related branches found
No related tags found
Showing
- .idea/php.xml 1 addition, 0 deletions.idea/php.xml
- app/Providers/HorizonServiceProvider.php 36 additions, 0 deletionsapp/Providers/HorizonServiceProvider.php
- bootstrap/providers.php 1 addition, 0 deletionsbootstrap/providers.php
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 486 additions, 406 deletionscomposer.lock
- config/horizon.php 213 additions, 0 deletionsconfig/horizon.php
Loading
Please register or sign in to comment