Top "Laravel-upgrade" questions

Upgrading Laravel 5.4 to latest version (5.7)

I am working on Laravel 5.4 with PHP version 5.6.4. My goal is to upgrade my project to Laravel 5.7 with PHP 7.1. Now …

php laravel laravel-upgrade
After upgrading Laravel from 5.6 to 6.0, Call to undefined str_random() function not working

I have upgraded Laravel from 5.6 to 6.0. Previously, default helper functions were running fine on the controllers, but now it says "…

php laravel laravel-6 laravel-helper laravel-upgrade
Call to a member function all() on array After update from Laravel 5.2 to 5.3

Update Laravel 5.3 from 5.2 and after I am getting an error FatalErrorException in Builder.php line 638: Call to a member function …

php laravel laravel-5 laravel-upgrade