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",