PackageSetup extends Command
Signature: lneuro:migrate
Migrates the LaravelNeuro Network migrations to enable the agent networking feature.
Table of Contents
Properties
- $description : mixed
- $signature : mixed
Methods
- handle() : mixed
- rollbackMigrations() : mixed
- runMigrations() : mixed
Properties
$description
protected
mixed
$description
= 'Run the necessary migrations for Laravel Neuro\'s Agent Network Functionality.'
$signature
protected
mixed
$signature
= 'lneuro:migrate {--rollback : Rollback the package migrations}
{--v : verbose migration}'
Methods
handle()
public
handle() : mixed
rollbackMigrations()
protected
rollbackMigrations(mixed $arguments) : mixed
Parameters
- $arguments : mixed
runMigrations()
protected
runMigrations(mixed $arguments) : mixed
Parameters
- $arguments : mixed