call('db:wipe'); //-- Migrate the database $this->call('migrate'); //-- Seed the database $this->call('db:seed'); //-- Clear Cache $this->call('optimize:clear'); //-- Flush Session // $this->call('session:flush'); return Command::SUCCESS; } }