Method |
Description |
|
boot ( ) : void |
Boot the service provider. |
|
register ( ) : void |
Register the service provider. |
|
registerProfiler ( ) : void |
Register the profiler. |
|
registerProfilerLoggerEvent ( ) : void |
Register an event to automatically fetch Laravel's logs. |
|
registerProfilerQueryEvent ( ) : void |
Register an event to automatically log database queries. |
|
registerProfilerRouting ( ) : void |
Register routes to enable or disable the profiler. |
|
registerProfilerToOutput ( ) : void |
Register an after filter to automatically display the profiler. |
|