Open lancepioch opened 9 years ago
Replace 92fiveapp.sql with app/database/migrations using php artisan migrate:make CreateTableName for each table.
php artisan migrate:make CreateTableName
Then replace InstallController:42 with:
Artisan::call('migrate');
Replace 92fiveapp.sql with app/database/migrations using
php artisan migrate:make CreateTableName
for each table.Then replace InstallController:42 with: