Builder::orWhereNotExists()

Builder|Builder orWhereNotExists(Closure $callback) Add a where not exists clause to the query. Parameters Closure $callback Return Value Builder|Builder

ProviderRepository::__construct()

void __construct(Application $app, Filesystem $files, string $manifestPath) Create a new service repository instance. Parameters Application $app Filesystem $files string $manifestPath Return Value void

Request::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

SqlServerConnection::transaction()

mixed transaction(Closure $callback, int $attempts = 1) Execute a Closure within a transaction. Parameters Closure $callback int $attempts Return Value mixed Exceptions Throwable

SessionGuard::onceUsingId()

bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool

SqsQueue::getQueue()

string getQueue(string|null $queue) Get the queue or return the default. Parameters string|null $queue Return Value string

JobMakeCommand::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

ConfigureLogging::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

ArrayStore::forever()

void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void

UrlWindow::__construct()

void __construct(LengthAwarePaginator $paginator) Create a new URL window instance. Parameters LengthAwarePaginator $paginator Return Value void