More updates for laravel 11
This commit is contained in:
6
bootstrap/providers.php
Normal file
6
bootstrap/providers.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
App\Providers\AppServiceProvider::class,
|
||||
App\Providers\CustomBladeServiceProvider::class,
|
||||
];
|
Reference in New Issue
Block a user