static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
void __construct(Model $parent, array $attributes, string $table, bool $exists = false) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value void
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
bool attempt(array $credentials = array(), bool $remember = false, bool $login = true) Attempt to authenticate a user using the given credentials. Parameters array $credentials bool $remember bool $login Return Value bool
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
void __construct(string $table, Closure $callback = null) Create a new schema blueprint. Parameters string $table Closure $callback Return Value void
array except(array|mixed $keys) Get all of the input except for a specified array of items. Parameters array|mixed $keys Return Value array
void setContentTags(string $openTag, string $closeTag, bool $escaped = false) Sets the content tags used for the compiler. Parameters string $openTag string $closeTag bool $escaped Return Value void
array options() Get all of the options passed to the command. Return Value array
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
Page 83 of 996