Compiler::__construct()

void __construct(Filesystem $files, string $cachePath) Create a new compiler instance. Parameters Filesystem $files string $cachePath Return Value void Exceptions InvalidArgumentException

Compiler::isExpired()

bool isExpired(string $path) Determine if the view at the given path is expired. Parameters string $path Return Value bool

Compiler::getCompiledPath()

string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string

Compiler

Compiler class Compiler (View source) Methods void __construct(Filesystem $files, string $cachePath) Create a new compiler instance. string getCompiledPath(string $path) Get the path to the compiled version of a view. bool isExpired(string $path) Determine if the view at the given path is expired.

CommandsServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

CommandsServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

CommandsServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

CommandsServiceProvider::register()

void register() Register the service provider. Return Value void

CommandsServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

CommandsServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array