Open Generator Builder
fredroo opened this issue · 2 comments
fredroo commented
globetour commented
i have the question too.the install guide have some trouble
lherich commented
TL;DR
Just run both commands and hit reload:
php artisan key:generate
php artisan confg:cache
There is no .env file and the default options do not show errors. So:
cp .env.example .env
- Open .env and set "APP_DEBUG=true"
- Refresh the webpage in your browser and you will se the error messages
- To solve the error itself, you need to generate a proper secret key. See laravel/framework#9080
Just run:
php artisan key:generate
php artisan confg:cache