IncorporateSetup extends Command
Signature: lneuro:prebuild
Creates the necessary folder, folder structure, and setup file for a new Laravel Neuro Agent Network (called "Corporation"). The setup file will be a JSON file by default, but a PHP file can also be created if the --php flag is passed. The PHP file utilizes the Incorporate builder pattern directly to build your 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
= 'Create the namespace, folder, and setup file for a new Laravel Neuro Agent Network (called "Corporation").'
$signature
The name and signature of the console command.
protected
string
$signature
= 'lneuro:prebuild
{name : This will be the namespace and folder name of your new Laravel Neuro Corporation}
{--php : If this flag is true, a setup.php will be created instead of the default setup.json. This php file utilizes the Incorporate builder pattern directly to build your Corporation.}'
Methods
handle()
Execute the command.
public
handle() : mixed