1
0
forked from metin2/web

Updated file structure to Laravel 11, allowed reverse proxies.

This commit is contained in:
2024-12-07 20:17:02 +02:00
parent d4138350a9
commit a1d47b633e
5 changed files with 656 additions and 789 deletions

10
bootstrap/providers.php Normal file
View File

@ -0,0 +1,10 @@
<?php
return [
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\ViewServiceProvider::class,
];