Ad
Is Laravel 5.1 Compatible With PHP 7
According to the installation section on the Laravel website, 5.1 is compatible with PHP >= 5.5.9.
Looking through the incompatibilities I can't see anything that immediately flags warning signs.
Has anyone run into issues running PHP 7 with Laravel 5.1?
Edit: Set Kyar Wa Lar linked a useful resource to PHP 7 and Laravel.
Ad
Answer
No issues on my local VM installed from Laravel Homestead Box. Everything works really fine.
You have all the setup information for this box here and a specific section for PHP 7 upgrade: http://laravel.com/docs/5.1/homestead
Ad
source: stackoverflow.com
Related Questions
- → "failed to open stream" error when executing "migrate:make"
- → October CMS Plugin Routes.php not registering
- → OctoberCMS Migrate Table
- → OctoberCMS Rain User plugin not working or redirecting
- → October CMS Custom Mail Layout
- → October CMS - How to correctly route
- → October CMS create a multi select Form field
- → October CMS - Conditionally Load a Different Page
- → How to disable assets combining on development in OctoberCMS
- → October CMS - Radio Button Ajax Click Twice in a Row Causes Content to disappear
- → OctoberCms component: How to display all ID(items) instead of sorting only one ID?
- → In OctoberCMS how do you find the hint path?
- → How to register middlewares in OctoberCMS plugin?
Ad