RedisQueue::deleteAndRelease()

void deleteAndRelease(string $queue, string $job, int $delay) Delete a reserved job from the reserved queue and release it. Parameters string $queue string $job int $delay Return Value void

LengthAwarePaginator::getCollection()

Collection getCollection() Get the paginator's underlying collection. Return Value Collection

RedisServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

StatefulGuard::login()

void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void

StatusCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Pivot::getOtherKey()

string getOtherKey() Get the "other key" column name. Return Value string

Event::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException

Collection::where()

Collection where(string $key, mixed $operator, mixed $value = null) Filter items by the given key value pair. Parameters string $key mixed $operator mixed $value Return Value Collection

PolicyMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

RequestMakeCommand

RequestMakeCommand class RequestMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command si