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 "undefined." In my controller, I have used the following. But I get the same error.
标签