DownCommand::call()

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

Factory::extendImplicit()

void extendImplicit(string $rule, Closure|string $extension, string $message = null) Register a custom implicit validator extension. Parameters string $rule Closure|string $extension string $message Return Value void

DatabaseQueue::deleteReserved()

void deleteReserved(string $queue, string $id) Delete a reserved job from the queue. Parameters string $queue string $id Return Value void

MakesHttpRequests::dontSeeInField()

$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this

Paginator::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

PostgresBuilder::create()

void create(string $table, Closure $callback) Create a new table on the schema. Parameters string $table Closure $callback Return Value void

Notification::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

EncryptedStore::__construct()

void __construct(string $name, SessionHandlerInterface $handler, Encrypter $encrypter, string|null $id = null) Create a new session instance. Parameters string $name SessionHandlerInterface $handler Encrypter $encrypter string|null $id Return Value void

ConfigClearCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

PostTooLargeException

PostTooLargeException class PostTooLargeException extends Exception (View source)