PHP 클래스 Profiler\ProfilerServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: loic-sharma/profiler

공개 메소드들

메소드 설명
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.

메소드 상세

boot() 공개 메소드

Boot the service provider.
public boot ( ) : void
리턴 void

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerProfiler() 공개 메소드

Register the profiler.
public registerProfiler ( ) : void
리턴 void

registerProfilerLoggerEvent() 공개 메소드

Register an event to automatically fetch Laravel's logs.
public registerProfilerLoggerEvent ( ) : void
리턴 void

registerProfilerQueryEvent() 공개 메소드

Register an event to automatically log database queries.
public registerProfilerQueryEvent ( ) : void
리턴 void

registerProfilerRouting() 공개 메소드

Register routes to enable or disable the profiler.
public registerProfilerRouting ( ) : void
리턴 void

registerProfilerToOutput() 공개 메소드

Register an after filter to automatically display the profiler.
public registerProfilerToOutput ( ) : void
리턴 void