Artisan

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.

Application 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

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Foundation/Artisan.html