deployer: Undefined index: DB_TYPE
after running php artisan app:install i get
[ErrorException]
Undefined index: DB_TYPE
on latest 0.0.39 release
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 26 (19 by maintainers)
Commits related to this issue
- Work on addressing issue #278 — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- #278 — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- Fixes #278 - Changes how the DB is checked in migrations and adds a migration to attempt to re-run missed migrations — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- Fixes #278 - Changes how the DB is checked in migrations and adds a migration to attempt to re-run missed migrations — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- Fixes #278 - Changes how the DB is checked in migrations and adds a migration to attempt to re-run missed migrations — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- Merge branch 'bug/278' * bug/278: Fixes #278 - Changes how the DB is checked in migrations and adds a migration to attempt to re-run missed migrations — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- Merge branch 'master' into update/laravel53 * master: Fixes #278 - Changes how the DB is checked in migrations and adds a migration to attempt to re-run missed migrations Updated CHANGELOG Remo... — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
- Merge branch 'master' into release * master: Updated CHANGELOG [IMPROVEMENT] Adding Webhook handler for Gogs/Gitea (#289) Cleanup Checking that message has an event property before using it ... — committed to REBELinBLUE/deployer by REBELinBLUE 8 years ago
if you edit
database/migrations/2016_09_06_195043_add_targetable_attributes.phpand after the<?phpline add `$_ENV[‘DB_TYPE’] = ‘mysql’; (or pgsql or sqlite) it should allow the migrations to run correctly at least.Still trying to figure out what is actually happening