Laravel this is not only a practical framework, it is also a programming style
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
Aucun commentaire:
Enregistrer un commentaire