PHP Класс Laraveldaily\Quickadmin\Commands\QuickAdminInstall

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Описание методов

__construct() публичный Метод

Create a new command instance.
public __construct ( )

copyInitial() публичный Метод

Copy migration files to database_path('migrations') and User.php model to App
public copyInitial ( )

copyMasterTemplate() публичный Метод

Copy master template to resource/view
public copyMasterTemplate ( )

createRole() публичный Метод

Create first roles
public createRole ( )

createUser() публичный Метод

Create first user
public createUser ( )

handle() публичный Метод

Execute the console command.
public handle ( )

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$signature защищенное свойство

The name and signature of the console command.
protected string $signature
Результат string