YATProvider
class YATProvider extends ServiceProvider
Service Provider for Beartropy Tables.
This provider registers the package's services, commands, views, translations, and component aliases.
Methods
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.
at line 58
void
register()
Register any application services.
Registers console commands and defines the 'YATBaseTable' Livewire component.