🔌Service Providers
How They Work
The Interface
namespace PressGang\ServiceProviders;
interface ServiceProviderInterface {
public function boot(): void;
}Default Configuration
Concern
Config source
Hook
Writing a Custom Service Provider
Adding a Provider via Filter
Guidelines
Hooks
Hook
Type
Purpose
Last updated