InfyOmLabs / adminlte-generator

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

Open Generator Builder #8

Closed fredroo closed 7 years ago

fredroo commented 7 years ago

erro how open generator_builder in browser

what the url path

globetour commented 7 years ago

i have the question too.the install guide have some trouble

lherich commented 7 years ago

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: 1) cp .env.example .env 2) Open .env and set "APP_DEBUG=true" 3) Refresh the webpage in your browser and you will se the error messages 4) To solve the error itself, you need to generate a proper secret key. See https://github.com/laravel/framework/issues/9080 Just run:

php artisan key:generate
php artisan confg:cache