This commit is contained in:
@@ -25,6 +25,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
Vite::prefetch(concurrency: 3);
|
Vite::prefetch(concurrency: 3);
|
||||||
|
|
||||||
dump(env('APP_URL'));
|
dump(env('APP_URL'));
|
||||||
|
dump(env('TEST'));
|
||||||
dump(config('app.url'));
|
dump(config('app.url'));
|
||||||
if (str_starts_with(env('APP_URL'), "https://")) {
|
if (str_starts_with(env('APP_URL'), "https://")) {
|
||||||
$url->forceScheme('https');
|
$url->forceScheme('https');
|
||||||
|
|||||||
Reference in New Issue
Block a user