App\Console\Commands\CreateAdmin Class Reference
Inheritance diagram for App\Console\Commands\CreateAdmin:

Public Member Functions | |
__construct () | |
Create a new command instance. More... | |
handle () | |
Execute the console command. More... | |
Protected Attributes | |
$signature = 'admin:create {--first_name=} {--last_name=} {--email=} {--username=} {--password=}' | |
$description = 'Create an admin user via command line.' | |
Detailed Description
Definition at line 7 of file CreateAdmin.php.
Constructor & Destructor Documentation
App\Console\Commands\CreateAdmin::__construct | ( | ) |
Member Function Documentation
App\Console\Commands\CreateAdmin::handle | ( | ) |
Execute the console command.
- Returns
- mixed
Definition at line 38 of file CreateAdmin.php.
Member Data Documentation
|
protected |
Definition at line 21 of file CreateAdmin.php.
|
protected |
Definition at line 14 of file CreateAdmin.php.
The documentation for this class was generated from the following file: