register abstract method

void register(
  1. ServiceContainer container
)

Registers services, bindings, or singletons into the container.

Called synchronously during app initialization.

Should not perform async operations or depend on booted services.

Implementation

void register(ServiceContainer container);