PackageScriptTrait
Trait PackageScriptTrait.
Tags
Table of Contents
Methods
- executeAll() : void
- Publish assets from all packages.
- executeOne() : void
- handle() : int
- Execute the console command.
- getArguments() : array<string|int, mixed>
- Get the console command arguments.
Methods
executeAll()
Publish assets from all packages.
public
executeAll() : void
executeOne()
public
executeOne(string $packageName) : void
Parameters
- $packageName : string
handle()
Execute the console command.
public
handle() : int
Return values
intgetArguments()
Get the console command arguments.
protected
getArguments() : array<string|int, mixed>