php artisan drop all tables code example
Example 1: php artisan drop table
php artisan make:migration drop_name_table
Example 2: Laravel Drop All Tables & Migrate
php artisan migrate:fresh
php artisan migrate:fresh --seed
php artisan make:migration drop_name_table
php artisan migrate:fresh
php artisan migrate:fresh --seed