Closed rabol closed 3 years ago
The installation steps are not correct:
https://labs.infyom.com/laravelgenerator/docs/7.0/boilerplates
One cannot do the php artisan key:generate before the composer install command is complete
Steps should be something like:
cp .env.example .env <edit .env> composer install php artisan key:generate php artisan migrate --seed php artisan storage:link
Hii @rabol we have re-write our site with updated documentations.
Hope this link will resolve your issue.
https://www.infyom.com/open-source/laravelgenerator/docs/7.0/boilerplates
Thanks
The installation steps are not correct:
https://labs.infyom.com/laravelgenerator/docs/7.0/boilerplates
One cannot do the php artisan key:generate before the composer install command is complete
Steps should be something like:
cp .env.example .env <edit .env> composer install php artisan key:generate php artisan migrate --seed php artisan storage:link