PHP 7.3 not supported
BramEsposito opened this issue · 2 comments
BramEsposito commented
Webloyer runs on Laravel 5.2
This version of Laravel is not compatible with PHP 7.3 (the preg_match call in the validation class is incompatible with PHP 7.3)
I will attempt to update laravel to 5.8.*
ngmy commented