Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The console command name. |
Метод | Описание | |
---|---|---|
handle ( ) : mixed | Generate a CRUD stack. | |
makeTheProvider ( array $config, $moduleDirectory, $table ) : boolean | Generate the provider file. |
public makeTheProvider ( array $config, $moduleDirectory, $table ) : boolean | ||
$config | array | |
Результат | boolean |
protected string $description | ||
Результат | string |
protected string $signature | ||
Результат | string |