class YATProvider extends BeartropyTableServiceProvider

Methods

void
boot()

Bootstrap any package services.

void
registerBoostTools()

Register MCP tools with Laravel Boost when available.

void
register()

Register any application services.

Details

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

protected void registerBoostTools()

Register MCP tools with Laravel Boost when available.

Return Value

void

void register()

Register any application services.

Registers console commands and defines the Livewire components.

Return Value

void