Hi folks, since laravel 6.0 removed many things like make Auth and Helpers functions. Before you can use them you need to install their packages.
You can use helper function like str_slug, which is used to create a slug and str_limit, which is used to set a limit of a string. Today will you how you can make use of it by just installing a package for helper function
composer require laravel/helpers
That's all you need and start using the helper functions like you are doing on laravel 5.
Thanks for reading
Continue Reading
Be first to comment