class WhoopsServiceProvider implements ServiceProviderInterface, BootAbleProviderInterface, AfterRegisterAbleProviderInterface

Methods

register(Container $app)

{@inheritdoc}

mixed
afterRegister(App $app)

注册服务之后.

mixed
boot(App $app)

引导应用程序.

Details

at line 30
register(Container $app)

{@inheritdoc}

Parameters

Container $app

at line 53
mixed afterRegister(App $app)

注册服务之后.

Parameters

App $app

Return Value

mixed

at line 61
mixed boot(App $app)

引导应用程序.

Parameters

App $app

Return Value

mixed