It's probably not the proper way of doing it, but I usually just truncate the migrations table. This allows you to use all your existing migration files again.
My migrations table is empty, No one row doesn't appear in this table after each 'php artisan migrate'. I set 'root' as user in database.
I found reason why artisan didn't find migrate files. This problem was in my path to laravel project. Laravel couldn't find path because in path were hyphens ('-'). May be this will be useful for somebody. Thanks for answers.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community