CreateCommand Class

Aurora\Console\Commands Namespace

Extends

Interfaces


Properties

signature

Command signature

protected $signature = 'create:command': string

arguments

Arguments definition

protected $arguments = '{name?} {--S|signature=?} {--A|arguments=?}': string

Constructor

__construct

Constructor

Parameters

  • array $params — Array of command-line arguments

Signature

public function __construct(array $params)

Methods

handle

Handler function

Signature

public function handle()

Go to top