php artisan make:controller UserController –resource php artisan make:model User
Continue ReadingGithub “fatal: remote origin already exists”
As the error message indicates, there is already a remote configured with the same name. So you can either add…
Continue ReadingLaravel : Specified key was too long error
Laravel 5.4 or later made a change to the default database character set, and it’s now utf8mb4 which includes support for storing…
Continue Reading