A few tweaks to the build process instructions with the goal of making the process more transparent for those unfamiliar with the PHP/Homestead ecosystem. My setup was "involved", so definitely look these over to make sure you agree. Feel free to edit in place or suggest edits as you see fit.
1) Grouped composer install step with other post-vagrant ssh steps
2) Added example for Homestead.yamlfolders setting.
3) Added step to copy .env.example
4) Added artisan key:generate and npm i to vagrant ssh steps
A few tweaks to the build process instructions with the goal of making the process more transparent for those unfamiliar with the PHP/Homestead ecosystem. My setup was "involved", so definitely look these over to make sure you agree. Feel free to edit in place or suggest edits as you see fit.
1) Grouped
composer install
step with other post-vagrant ssh
steps 2) Added example forHomestead.yaml
folders
setting. 3) Added step to copy.env.example
4) Addedartisan key:generate
andnpm i
tovagrant ssh
steps