Laravel Artisan Migration Command: The migrate:reset Command
The migrate:reset command can be used to roll back all the migrations in your application. The migrate:reset command provides a few options that can be used to customize the behavior of the reset. The following table lists and explains the various...