@@ -14,6 +14,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
+ \URL::forceScheme('https');
Schema::defaultStringLength(191);
}