class Artisan (View source)

Properties

protected Application $app

The application instance.

protected Application $artisan

The Artisan console instance.

Methods

void
__construct(Application $app)

Create a new Artisan command runner instance.

getArtisan()

Get the Artisan console instance.

mixed
__call(string $method, array $parameters)

Dynamically pass all missing methods to console Artisan.

Details

void __construct(Application $app)

Create a new Artisan command runner instance.

Parameters

Application $app

Return Value

void

protected Application getArtisan()

Get the Artisan console instance.

Return Value

Application

mixed __call(string $method, array $parameters)

Dynamically pass all missing methods to console Artisan.

Parameters

string $method
array $parameters

Return Value

mixed