string getRememberTokenName() Get the column name for the "remember me" token. Return Value string
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
void disableQueryLog() Disable the query log on the connection. Return Value void
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
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
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
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
Model[] getModels(array $columns = array('*')) Get the hydrated models without eager loading. Parameters array $columns Return Value Model[]
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
Page 773 of 996