Skip to content

ablunier/laravel-requirements-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Laravel 5 requirements check

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.

Usage

When you want to check the development environment, before installing Laravel, you must:

  1. Upload the check.php and .htaccess files to your server root folder.
  2. Access the check.php file from your favorite web browser.
  3. Enjoy the report! ;-)

Optional

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

License

Released under the MIT License (MIT)

About

Environment checklist for the Laravel framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.4%
  • ApacheConf 1.6%