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

Command order changes and step removal #45

Closed budda closed 4 years ago

budda commented 5 years ago

Changed order of the key:generate command to avoid the errors on first-time usage. Removed the php artisan migrate command as it appears to be done as part of the composer install process anyway.