void __construct(array $attributes) Create a new generic User object.
int|null id() Get the ID for the currently authenticated user.
string|array argument(string $key = null) Get the value of a command argument
bool hasArgument(string|int $name) Determine if the given argument is present
array __sleep() Prepare the instance for serialization.
void __construct(string $name, UserProvider $provider
void table(array $headers, Arrayable|array $rows,
void login(Authenticatable $user, bool $remember
void question(string $string, null|int|string $verbosity = null) Write
void commands(array $commands) Register the package's custom Artisan commands
Page 27 of 44