I\'m doing the following in the
public function boot(DispatcherContract $events) { parent::boot($events); // set Tag slug Tag::saving(function(
I don't think you need to create alias here, so just add
use Illuminate\Support\Str;
to your model.