Registry /
web-framework / awema-pl-module-tab-builder
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
TabBuilderServiceProvider
✓ use AwemaPL\Module\TabBuilder\TabBuilderServiceProvider;
Register the tab builder module service provider in a Laravel application.
use AwemaPL\Module\TabBuilder\TabBuilderServiceProvider;
// Register the service provider in your Laravel app config/app.php
'providers' => [
// ...
TabBuilderServiceProvider::class,
],
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.