MakeUserCommand
class MakeUserCommand extends Command (View source)
Traits
Properties
protected | $description | ||
protected | $signature | ||
protected array | $options |
Methods
string
askRequired(string $question, string $field, string|null $default = null)
No description
from
CanValidateInput
string
validateInput(Closure $callback, string $field, array $rules, Closure|null $onError = null)
No description
from
CanValidateInput
array
getUserData()
No description
Authenticatable
createUser()
No description
void
sendSuccessMessage(Authenticatable $user)
No description
Guard
getAuthGuard()
No description
UserProvider
getUserProvider()
No description
string
getUserModel()
No description
int
handle()
No description
Details
protected string
askRequired(string $question, string $field, string|null $default = null)
No description
protected string
validateInput(Closure $callback, string $field, array $rules, Closure|null $onError = null)
No description
protected array
getUserData()
No description
protected Authenticatable
createUser()
No description
protected void
sendSuccessMessage(Authenticatable $user)
No description
protected Guard
getAuthGuard()
No description
protected UserProvider
getUserProvider()
No description
protected string
getUserModel()
No description
int
handle()
No description