bootIfNotBooted(); }); Livewire::listen('component.booted', function ($component, $request) { if (method_exists($component, $method = 'booted')) { ImplicitlyBoundMethod::call(app(), [$component, $method], [$request]); } }); } }