Laravel: Specified key was too long error on migration
When you install a new Laravel project with ‘laravel new’ and run the migration that comes with it you might get the following error: #php artisan migrate Migration table created successfully. [Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified…