Rollback all migrations in Laravel

2024-04-26 03:22:12 Janvi Laravel

Laravel rollback all migrations

In order to rollback/ remove your all migrations in Laravel, use below artisan command.

 php artisan migrate:reset


This post is submitted by one of our members. You may submit a new post here.

Related Tricks