Firstly i was getting an error in
php artisan migrate
as
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key w
If Laravel < 5.4 1. Find AppServiceProvider in Laravel Project 2. Comment line or remove Schema::defaultStringLength(191) in boot method