Nothing to migrate — Solved The Laravel F*****g Problem

Mahe Karim
1 min readSep 11, 2018

Last two of my project in laravel i tried to migrate but it shows me “Nothing to migrate’’

I googled but get nothing. I clear my cache via config:clear command and ccleaner

Result:

Delete all table from that column and then migrate. Hope It will work!

Or write

php artisan migrate:fresh

Its only happen when you have data in column.

I tried also in another cli

--

--