How To Rollback a specfic migration in Laravel

Rollback a specific migration in Laravel

Many a time in our life as a Laravel Developer, there comes a situation where you’re in the middle (quite literally) of quite a few migrations that have already been created and migrated when you suddenly need to rollback a specific migration without losing the migrations created after this migration that you want to rollback. …

Rollback a specific migration in Laravel Read More »