void reset() Reset all tags in the set. Return Value void
void singularResourceParameters(bool $singular = true) Set the unmapped global resource parameters to singular. Parameters bool $singular Return Value void
bool routesAreCached() Determine if the application routes are cached. Return Value bool
mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
string getCachedCompilePath() Get the path to the cached "compiled.php" file. Return Value string
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string
Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection
void seed(string $class = 'DatabaseSeeder') Seed a given database connection. Parameters string $class Return Value void
Page 310 of 996