UserTrait::getRememberTokenName()

string getRememberTokenName() Get the column name for the "remember me" token. Return Value string

MorphPivot::morphTo()

MorphTo morphTo(string $name = null, string $type = null, string $id = null) Define a polymorphic, inverse one-to-one or many relationship. Parameters string $name string $type string $id Return Value MorphTo

SqlServerConnection::disableQueryLog()

void disableQueryLog() Disable the query log on the connection. Return Value void

Router::delete()

void delete(string $uri, Closure|array|string $action = null) Register a new DELETE route with the router. Parameters string $uri Closure|array|string $action Return Value void

MailMakeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

MessageBag::get()

array get(string $key, string $format = null) Get all of the messages from the bag for a given key. Parameters string $key string $format Return Value array

QueueInterface::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

Builder::getModels()

Model[] getModels(array $columns = array('*')) Get the hydrated models without eager loading. Parameters array $columns Return Value Model[]

RemindersControllerCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

OptimizeCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void