class YATProvider 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
register()

Register any application services.

Details

at line 30
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 58
void register()

Register any application services.

Registers console commands and defines the 'YATBaseTable' Livewire component.

Return Value

void