PHP Class Yab\Quarx\Console\ModuleMake

Inheritance: extends Illuminate\Console\Command
Mostrar archivo Open project: YABhq/Quarx

Protected Properties

Property Type Description
$description string The console command description.
$signature string The console command name.

Public Methods

Method Description
handle ( ) : mixed Generate a CRUD stack.
makeTheProvider ( array $config, $moduleDirectory, $table ) : boolean Generate the provider file.

Method Details

handle() public method

Generate a CRUD stack.
public handle ( ) : mixed
return mixed

makeTheProvider() public method

Generate the provider file.
public makeTheProvider ( array $config, $moduleDirectory, $table ) : boolean
$config array
return boolean

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$signature protected_oe property

The console command name.
protected string $signature
return string