Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
Метод | Описание | |
---|---|---|
__construct ( ) | Create a new command instance. | |
copyInitial ( ) | Copy migration files to database_path('migrations') and User.php model to App | |
copyMasterTemplate ( ) | Copy master template to resource/view | |
createRole ( ) | Create first roles | |
createUser ( ) | Create first user | |
handle ( ) | Execute the console command. |
public copyInitial ( ) |
public copyMasterTemplate ( ) |
protected string $description | ||
Результат | string |
protected string $signature | ||
Результат | string |