This code exists to validate if the server you are going to install Laravel meets the requirements for the project to run smoothly.
It is based on the Symfony's check configuration file, so the major credit goes to them.
When you want to check the development environment, before installing Laravel, you must:
- Upload the
check.php
and.htaccess
files to your server root folder. - Access the
check.php
file from your favorite web browser. - Enjoy the report! ;-)
If you want to check for Laravel 5.0 requirements, you can use the parameter like this:
http://server.com/check/check.php?5.0