Build
class Build extends Command (View source)
Traits
Properties
protected | $exitCode | from Command | |
protected string | $signature | The name and signature of the console command. |
|
protected string | $description | The console command description. |
Methods
handle()
Executes the console command.
__construct(Filesystem $filesystem)
No description
Details
__call($method, $parameters)
No description
handle()
Executes the console command.
mixed
executeInTwillDir(string $command)
No description
string
getTwillDir(string $path = '')
No description
__construct(Filesystem $filesystem)
No description