Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 529 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 529 Bytes

Laravel-Requirement-Checker

Standalone script to check if a web server meets the requirements to run the Laravel framework., currently covers from laravel version 7 to 11

Usage:

Place the check.php file on the web server and open it on your browser.

Notes

This code is an improvement on the Laravel-Requirement-Checker code from @GastonHeim

KnownBugs

  • Max php version is not correctly implemented on this version, it will be fixed later