This commit is contained in:
@@ -24,9 +24,9 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
{
|
{
|
||||||
Vite::prefetch(concurrency: 3);
|
Vite::prefetch(concurrency: 3);
|
||||||
|
|
||||||
dd(env('APP_URL'));
|
dump(env('APP_URL'));
|
||||||
dd(config('app.url'));
|
dump(config('app.url'));
|
||||||
dd($_ENV['APP_URL']);
|
dump($_ENV['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