Standalone script to check if a web server meets the requirements to run the Laravel framework., currently covers from laravel version 7 to 11
Place the check.php file on the web server and open it on your browser.
This code is an improvement on the Laravel-Requirement-Checker code from @GastonHeim
- Max php version is not correctly implemented on this version, it will be fixed later