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

Most upvoted comments

if you edit database/migrations/2016_09_06_195043_add_targetable_attributes.php and after the <?php line 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