ConfigClearCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel 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

Notification::__wakeup()

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

PostgresBuilder::create()

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

Paginator::getFacadeApplication()

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

FilesystemManager::drive()

Filesystem drive(string $name = null) Get a filesystem instance. Parameters string $name Return Value Filesystem

MorphMany::updateOrCreate()

Model updateOrCreate(array $attributes, array $values = array()) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value Model

Store::isStarted()

isStarted() {@inheritdoc}

Validator::messages()

MessageBag messages() Get the message container for the validator. Return Value MessageBag

EncryptedStore::migrate()

migrate($destroy = false, $lifetime = null) {@inheritdoc} Parameters $destroy $lifetime