I\'ve upgraded my laravel 5.8 project to 6.0. It has upgraded successfully but when I\'m trying to run the project or installing another package to my project it is giving me er
Personal I hard to do the following on Laravel 6
on the app Controllers add this use Illuminate\Support\Str; then
something like this 'slug' => Str::slug($request->title)