docker setuo

This commit is contained in:
Devit
2026-03-28 22:10:52 +05:00
parent bbddec954d
commit cdda18a554
7 changed files with 2488 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ class AppServiceProvider extends ServiceProvider
public function boot()
{
Schema::defaultStringLength(191);
URL::forceScheme('https');
URL::forceScheme('http');
}
}