Fix specified key was too long issue in laravel

Go to the config/database.php update
|
1 2 |
'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', |


Go to the config/database.php update
|
1 2 |
'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', |
Leave a reply