“Call to undefined function str_slug()” in Laravel 6.X Error Solution
hello guys,
if you face like this error: “Call to undefined function str_slug()” in on laravel 6.x, what is the pratic and useful solution for this, i will share it with you quickly.
Error: “Call to undefined function str_slug()” in bisey.php
Reason:
Solution:
- Go to your project folder,
- run this code:
-
composer require laravel/helpers
it will be like this:
this means that call to undefined function str_slug() is solved.
good coding!
Leave a reply