Upgrade to Laravel 11
This commit is contained in:
parent
c78aea2581
commit
7660b1c731
30 changed files with 837 additions and 1287 deletions
6
bootstrap/providers.php
Normal file
6
bootstrap/providers.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
App\Providers\AppServiceProvider::class,
|
||||
App\Providers\HorizonServiceProvider::class,
|
||||
];
|
||||
Loading…
Reference in a new issue