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

DatabaseNotification::forceCreate()

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

RouteListCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

AssetPublishCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

User::getCreatedAtColumn()

string getCreatedAtColumn() Get the name of the "created at" column. Return Value string

Blueprint::getCommands()

array getCommands() Get the commands on the blueprint. Return Value array

RefreshCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

PostgresProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

JoinClause::inRandomOrder()

$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this

Gate::policy()

$this policy(string $class, string $policy) Define a policy class for a given class type. Parameters string $class string $policy Return Value $this