IncorporateInstall extends Command
Signature: lneuro:install
Provides a console command to install a LaravelNeuro Corporation that has been setup with the lneuro:prebuild command.
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
= 'Use the setup file in your Laravel Neuro Corporation\'s folder to create the necessary scripts and tables to run your Corporation.'
$signature
The name and signature of the console command.
protected
string
$signature
= 'lneuro:install
{namespace : This is the namespace and folder name of your Laravel Neuro Corporation, where your setup script created with lneuro:prebuild (or by hand)}
{--consolidate : Auto-consolidate installation with previous installations of this Corporation}'
Methods
handle()
Execute the command.
public
handle() : mixed