From 458cdd4eaf0b6840861f1696291944f7f59aceff Mon Sep 17 00:00:00 2001 From: Vlad Chiovianu Date: Wed, 9 Oct 2024 11:38:35 +0300 Subject: [PATCH] temp comment --- bootstrap/app.php | 4 ++-- composer.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index 3b63cad8..54e20a4a 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -38,6 +38,6 @@ \Illuminate\Auth\Middleware\Authorize::class, \LaravelEnso\ControlPanelApi\Http\Middleware\RequestMonitor::class, ])) - ->withExceptions(fn (Exceptions $exceptions) => $exceptions - ->reportable(static fn (Throwable $exception) => Handler::report($exception))) + // ->withExceptions(fn (Exceptions $exceptions) => $exceptions + // ->reportable(static fn (Throwable $exception) => Handler::report($exception))) ->create(); diff --git a/composer.json b/composer.json index 47ce1654..972c7fb6 100644 --- a/composer.json +++ b/composer.json @@ -85,8 +85,7 @@ ], "post-create-project-cmd": [ "@php artisan key:generate --ansi", - "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", - "@php artisan migrate --graceful --ansi" + "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force",