Documentation

ServiceProvider extends ServiceProvider
in package

FinalYes

Table of Contents

Methods

boot()  : void
register()  : void
runInCompileCommand()  : bool
Check if the command is running in the compile command.
runInWatchCommand()  : bool
Check if the command is running in the watch command.

Methods

runInCompileCommand()

Check if the command is running in the compile command.

private runInCompileCommand() : bool
Return values
bool

True if the command is running in the compile command, false otherwise

runInWatchCommand()

Check if the command is running in the watch command.

private runInWatchCommand() : bool
Return values
bool

True if the command is running in the watch command, false otherwise


        
On this page

Search results