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.
protected Application getArtisan()
Get the Artisan console instance.
mixed __call(string $method, array $parameters)
Dynamically pass all missing methods to console Artisan.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.3/Illuminate/Foundation/Artisan.html