diff --git a/routes/console.php b/routes/console.php index 97514d2..cbee49f 100644 --- a/routes/console.php +++ b/routes/console.php @@ -20,6 +20,7 @@ })->purpose("Display an inspiring quote"); Artisan::command("db:setup", function () { + $this->call("db:wipe"); $this->call("migrate:refresh"); $this->call("db:seed"); });