class PermissionsServiceProvider extends ServiceProvider

Methods

void
register()

Register any application services.

void
boot()

Bootstrap any application services.

void
registerBoostTools()

Register MCP tools with Laravel Boost when available.

void
registerLivewireComponents()

Register all Livewire components for this package.

Details

at line 13
void register()

Register any application services.

Return Value

void

at line 24
void boot()

Bootstrap any application services.

Return Value

void

at line 57
protected void registerBoostTools()

Register MCP tools with Laravel Boost when available.

Return Value

void

at line 69
protected void registerLivewireComponents()

Register all Livewire components for this package.

Return Value

void