Jan Kožušník
Jan Kožušník

Reputation: 693

Laravel 5 clean install error

I'm trying to make working Laravel 5. I installed laravel and put it into this directory structure:

- www 
- - domains
- - - laravel.kozusnikjan.com (here is stored laravel installation)

When I tried to go to the url: laravel.kozusnikjan.com, it returns:

Some warnings

Warning: putenv() has been disabled for security reasons

and this error:

Sorry, the page you are looking for could not be found.

Do you have please any idea, how to repair it?

Upvotes: 0

Views: 905

Answers (1)

In the configuration of php.ini, search and erase "putenv", if found in inside the function "disable_functions="

Upvotes: 1

Related Questions