CorporationRun extends Command
Signature: lneuro:run
Provides a console command to start an installed LaravelNeuro Corporation.
Table of Contents
Properties
- $description : string
- The console command description.
- $signature : string
- The name and signature of the console command.
Methods
- handle() : mixed
- Execute the command.
Properties
$description
The console command description.
protected
string
$description
= 'Pass a task to a Laravel Neuro Corporation.'
$signature
The name and signature of the console command.
protected
string
$signature
= 'lneuro:run
{namespace : The namespace of the to-be-run Corporation}
{task="" : The task your corporation should perform}
{--s|save-history : Save the history of the Corporation run to the database.}
{--d|debug : Get the full runtime output of your Corporation as it resolves this run.}
{--m|with-migrations : Execute corporation-specific migrations before run}
'
Methods
handle()
Execute the command.
public
handle() : mixed