I\'m doing the following in the
public function boot(DispatcherContract $events) { parent::boot($events); // set Tag slug Tag::saving(function(
you can call it by \Str::slug(); you dont have to register an alias to make it works, the Str class is not a facades, but a real static class