class BeartropyTableServiceProvider extends ServiceProvider

Service Provider for Beartropy Tables.

This provider registers the package's services, commands, views, translations, and component aliases.

Methods

void
boot()

Bootstrap any package services.

void
registerBoostTools()

Register MCP tools with Laravel Boost when available.

void
register()

Register any application services.

Details

at line 26
void boot()

Bootstrap any package services.

This method loads views, translations, and publishes assets (migrations and language files) when running in the console.

Return Value

void

at line 54
protected void registerBoostTools()

Register MCP tools with Laravel Boost when available.

Return Value

void

at line 70
void register()

Register any application services.

Registers console commands and defines the Livewire components.

Return Value

void