unicodeveloper / laravel-hackathon-starter

:computer: :octocat: A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
http://hackathon-starter-staging.herokuapp.com/
MIT License
1.63k stars 298 forks source link

.env is required #16

Closed rtorcato closed 8 years ago

rtorcato commented 8 years ago

simple step but in your documentation if the .env file is not created the migration scripts won't execute because your database config for mysql is different from the default homestead database config.

unicodeveloper commented 8 years ago

The documentation states that the .env.example be renamed to .env