92five
92five copied to clipboard
Remove and Replace 92fiveapp.sql with app/database/migrations
Replace 92fiveapp.sql with app/database/migrations using php artisan migrate:make CreateTableName for each table.
Then replace InstallController:42 with:
Artisan::call('migrate');