1071 Specified key was t oo long; max key length is 3072 bytes laravel

PHP
use Illuminate\Support\Facades\Schema;

public function boot()
{
    Schema::defaultStringLength(191);
}

Source

Also in PHP: