Update dependencies
This commit is contained in:
parent
9efde2708e
commit
273bdbbb49
5 changed files with 1330 additions and 842 deletions
|
|
@ -4,6 +4,7 @@ use App\Http\Middleware\LinkHeadersMiddleware;
|
|||
use Illuminate\Foundation\Application;
|
||||
use Illuminate\Foundation\Configuration\Exceptions;
|
||||
use Illuminate\Foundation\Configuration\Middleware;
|
||||
use Spatie\LaravelFlare\Facades\Flare;
|
||||
|
||||
return Application::configure(basePath: dirname(__DIR__))
|
||||
->withRouting(
|
||||
|
|
@ -24,5 +25,5 @@ return Application::configure(basePath: dirname(__DIR__))
|
|||
]);
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
//
|
||||
Flare::handles($exceptions);
|
||||
})->create();
|
||||
|
|
|
|||
Loading…
Reference in a new issue