Drop tables, types and views using wipe artisan command in Laravel 6
November 6, 2019 — If you’re looking for a quick way to drop all the tables, their types and views and if you’re using Laravel 6.x, you can use this little artisan command called db:wipe
in order to do the same.