SyntaxFix
Write A Post
Hire A Developer
Questions
for laravel 5.7 write these code in appserviceprovider.php
use Illuminate\Support\Facades\Schema; public function boot() { Schema::defaultStringLength(191); }