Fix Laravel Specified key was too long error during migration
Error: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key...
Read Moreby Suman Bhattarai | Feb 7, 2021 | Laravel | 0 |
Error: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key...
Read Moreby Suman Bhattarai | Oct 8, 2020 | Laravel | 0 |
In some particular case, you might want to use multiple dabase for your Laravel application. To...
Read Moreby Suman Bhattarai | Aug 25, 2020 | Laravel | 0 |
Traits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is...
Read Moreby Suman Bhattarai | Jun 7, 2020 | Laravel | 0 |
The Problem In most cases create and edit form for any resource is same however there might be...
Read Moreby Suman Bhattarai | Apr 26, 2020 | Laravel | 1 |
Here is the error I got while trying to install Laravel installer globally. $ composer global...
Read More