Factory::shared()

mixed shared(string $key, mixed $default = null) Get an item from the shared data. Parameters string $key mixed $default Return Value mixed

ViewServiceProvider::registerEngineResolver()

void registerEngineResolver() Register the engine resolver instance. Return Value void

Factory::addLoop()

void addLoop(Countable|array $data) Add new loop to the stack. Parameters Countable|array $data Return Value void

PasswordBroker::validator()

void validator(Closure $callback) Set a custom password validator. Parameters Closure $callback Return Value void

Exists::whereNull()

$this whereNull(string $column) Set a "where null" constraint on the query. Parameters string $column Return Value $this

Factory::creator()

array creator(array|string $views, Closure|string $callback) Register a view creator event. Parameters array|string $views Closure|string $callback Return Value array

Cloud::allFiles()

array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array

View::__construct()

void __construct(Factory $factory, EngineInterface $engine, string $view, string $path, mixed $data = array()) Create a new view instance. Parameters Factory $factory EngineInterface $engine string $view string $path mixed $data Return Value void

RedisStore::flush()

void flush() Remove all items from the cache. Return Value void

DatabaseMigrationRepository::getConnection()

Connection getConnection() Resolve the database connection instance. Return Value Connection