Skip to content

Commit

Permalink
temp comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Oct 9, 2024
1 parent b4da988 commit 458cdd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 458cdd4

Please sign in to comment.