lundi 29 février 2016

Delete all the tables in database in one shot

How to delete all the tables in a database in one shot in laravel.

For Migration we use-

        Artisan::call('migrate', ['--force' => true]);

but for deleting all the tables is there any-

Thank You



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire