Documentation

TagsServiceProvider
in package
implements ServiceProviderInterface

Service provider for the Tags module.

Registers repositories, associations, use cases, facades, controllers, and API handlers for both term tags and text tags.

Tags
since
3.0.0

Table of Contents

Interfaces

ServiceProviderInterface
Interface for service providers that register services in the container.

Methods

boot()  : void
Bootstrap any application services.
register()  : void
Register services in the container.
registerApiHandler()  : void
Register API handler bindings.
registerAssociations()  : void
Register association bindings.
registerControllers()  : void
Register controller bindings.
registerFacades()  : void
Register facade bindings.
registerRepositories()  : void
Register repository bindings.
registerUseCases()  : void
Register use case bindings.

Methods


        
On this page

Search results