void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
string getModel() Get the affected Eloquent model. Return Value string
TokenRepositoryInterface getRepository() Get the password reset token repository implementation. Return Value TokenRepositoryInterface
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
$this map(array $map) Map a command to a handler. Parameters array $map Return Value $this
$this whereNotNull(string $column) Set a "where not null" constraint on the query. Parameters string $column Return Value $this
void __construct(Container $container) Create a new exception handler instance. Parameters Container $container Return Value void
void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
array getGuarded() Get the guarded attributes for the model. Return Value array
Page 158 of 996