Closed luisbahamonde closed 7 years ago
It turns out Laravel 5 actually supports php 5.4: https://laravel.com/docs/5.0#server-requirements Only on Laravel 5.1 that the support for php 5.4 was ditched in favor of the 5.5 version (which supports ::class): https://laravel.com/docs/5.1#installation. Since we must support laravel 5 I am closing this pull request.