Support the ongoing development of Laravel.io →
Installation Configuration Architecture
Last updated 2 years ago.
0
  1. There should be file .env in main folder of your installation. If not, copy file .env.example to .env

2 If it will not run, check .env file. First two lines should look like this:

APP_ENV=local
APP_DEBUG=true

First line sets your environment, second sets debugging to true or false (on 'production' always set to 'false').

In Laravel 5 there is no app/config.php file. More about environments in this version of framework you can read in configuration section of L5 documentation.

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.