File tree Expand file tree Collapse file tree 7 files changed +160
-489
lines changed
Expand file tree Collapse file tree 7 files changed +160
-489
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,23 @@ APP_TIMEZONE=UTC
66APP_TIMEZONE_DISPLAY = " Europe/London"
77APP_URL = http://laravel-inertia-template.test
88
9+ LOG_CHANNEL = stack
10+ LOG_STACK = single,nightwatch
11+
912DB_CONNECTION = sqlite
1013
1114SESSION_DRIVER = database
12-
1315CACHE_STORE = database
14-
1516FILESYSTEM_DISK = local
1617QUEUE_CONNECTION = sync
1718
1819MAIL_MAILER = log
1920MAIL_FROM_ADDRESS = " admin@laravel-inertia-template.test"
2021MAIL_FROM_NAME = " ${ APP_NAME } "
2122
22- SENTRY_LARAVEL_DSN = " "
23- SENTRY_TRACES_SAMPLE_RATE = 0.1
24-
2523VITE_APP_NAME = " ${ APP_NAME } "
2624VITE_APP_ENV = " ${ APP_ENV } "
27- VITE_SENTRY_DSN_PUBLIC = " "
25+
26+ NIGHTWATCH_TOKEN =
2827
2928HEALTH_CHECK_TO_ADDRESS =
Original file line number Diff line number Diff line change 33use Illuminate \Foundation \Application ;
44use Illuminate \Foundation \Configuration \Exceptions ;
55use Illuminate \Foundation \Configuration \Middleware ;
6- use Sentry \Laravel \Integration ;
76
87return Application::configure (basePath: dirname (__DIR__ ))
98 ->withRouting (
2524 ]);
2625 })
2726 ->withExceptions (function (Exceptions $ exceptions ) {
28- Integration:: handles ( $ exceptions );
27+ //
2928 })->create ();
Original file line number Diff line number Diff line change 88 "filament/filament" : " ^3.2" ,
99 "inertiajs/inertia-laravel" : " ^2.0" ,
1010 "laravel/framework" : " ^12.0" ,
11+ "laravel/nightwatch" : " ^1.19" ,
1112 "laravel/pulse" : " ^1.2" ,
1213 "laravel/sanctum" : " ^4.0" ,
1314 "laravel/tinker" : " ^2.9" ,
1415 "laravel/wayfinder" : " ^0.1.5" ,
15- "sentry/sentry-laravel" : " ^4.7" ,
1616 "spatie/laravel-health" : " ^1.31" ,
1717 "spatie/laravel-permission" : " ^6.9" ,
1818 "spatie/security-advisories-health-check" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments