Solution to 1071:Specified key was too long problem in Laravel.
Hi there,
If you encountered this error message on laravel
[PDOException]
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long;
Then here's a quick fix,
All you have to do is to add the following code in the
app\Provi...
blog.shreekrishnalamichhane.com.np1 min read