InfyOmLabs / adminlte-generator

Boilerplate of Laravel with InfyOm Laravel Generator for AdminLTE Templates
https://infyom.com/open-source/laravelgenerator/docs/8.0/boilerplates
388 stars 273 forks source link

Installation steps are not correct #68

Closed rabol closed 3 years ago

rabol commented 4 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

vishalinfyom commented 3 years ago

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