InfyOmLabs/adminlte-generator

Open Generator Builder

fredroo opened this issue · 2 comments

erro
how open generator_builder in browser

what the url path

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

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 laravel/framework#9080
    Just run:
php artisan key:generate
php artisan confg:cache