|
@@ -3,6 +3,7 @@
|
|
|
namespace App\Providers;
|
|
|
|
|
|
use Illuminate\Support\Facades\Blade;
|
|
|
+use Illuminate\Support\Facades\Schema;
|
|
|
use Illuminate\Support\ServiceProvider;
|
|
|
|
|
|
|
|
@@ -26,5 +27,6 @@ class AppServiceProvider extends ServiceProvider
|
|
|
public function boot()
|
|
|
{
|
|
|
Blade::withoutComponentTags();
|
|
|
+ Schema::defaultStringLength(191);
|
|
|
}
|
|
|
}
|