STR Laravel inferior
use Illuminate\Support\Str;
$converted = Str::lower('LARAVEL');
// laravel
Excited Elephant
use Illuminate\Support\Str;
$converted = Str::lower('LARAVEL');
// laravel
php artisan vendor:publish --provider="Cviebrock\EloquentSluggable\ServiceProvider"