Request::flashExcept()

void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void

ListFailedCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

Facade::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

NullConnector

NullConnector class NullConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

Dispatcher::forgetPushed()

void forgetPushed() Forget all of the queued listeners. Return Value void

SessionGuard::guest()

bool guest() Determine if the current user is a guest. Return Value bool

Factory::of()

FactoryBuilder of(string $class, string $name = 'default') Create a builder for the given model. Parameters string $class string $name Return Value FactoryBuilder

Unique::__construct()

void __construct(string $table, string $column = 'NULL') Create a new unique rule instance. Parameters string $table string $column Return Value void

Foundation\Console

Illuminate\Foundation\Console Classes AssetPublishCommand AutoloadCommand ChangesCommand ClearCompiledCommand CommandMakeCommand ConfigPublishCommand DownCommand EnvironmentCommand KeyGenerateCommand MigratePublishCommand OptimizeCommand RoutesCommand ServeCommand TailCommand TinkerCommand UpCommand ViewPublishCommand

EncryptedStore::invalidate()

invalidate($lifetime = null) {@inheritdoc} Parameters $lifetime