TaggedCache::getDefaultCacheTime()

int getDefaultCacheTime() Get the default cache time. Return Value int

Guard::viaRemember()

bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool

ConfigCacheCommand

ConfigCacheCommand class ConfigCacheCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new config cache command instance. 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 silently. from Command bool hasArg

BelongsToMany::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

InteractsWithSession::assertSessionMissing()

void assertSessionMissing(string|array $key) Assert that the session does not have a given key. Parameters string|array $key Return Value void

SqlServerGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

Gate::before()

$this before(callable $callback) Register a callback to run before all Gate checks. Parameters callable $callback Return Value $this

Str

Str class Str (View source) Traits Macroable

Manager::__call()

mixed __call(string $method, array $parameters) Pass dynamic instance methods to the manager. Parameters string $method array $parameters Return Value mixed

Queue::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void