Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Login

Register Now

“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

Viewing:

Reason:

Helpers are removed from Core Framework. See: https://laravel.com/docs/6.0/upgrade#helpers

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.

“Call to undefined function str_slug()” in Laravel 6.X Hata Çözümü

“Call to undefined function str_slug()” in Laravel 6.X Error Solution

 

good coding!

Leave a reply