Gate::after()

$this after(callable $callback) Register a callback to run after all Gate checks. Parameters callable $callback Return Value $this

Pivot::getAttributeValue()

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed

MySqlGrammar::compileRandom()

string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string

DatabaseNotification::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

DatabaseFailedJobProvider

DatabaseFailedJobProvider class DatabaseFailedJobProvider implements FailedJobProviderInterface (View source) Methods void __construct(ConnectionResolverInterface $resolver, string $database, string $table) Create a new database failed job provider. int|null log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. array all() Get a list of all of the failed jobs. array find(mixed $id) Get a single failed job. bool for

EncryptedStore::forget()

void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys Return Value void

SubscribeCommand deprecated::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

RollbackCommand::askWithCompletion()

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

MorphPivot::forceDelete()

bool|null forceDelete() Force a hard delete on a soft deleted model. This method protects developers from running forceDelete when trait is missing. Return Value bool|null

Model::setRelations()

$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this