Auth::clearResolvedInstances()

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

Kernel::bootstrap()

void bootstrap() Bootstrap the application for HTTP requests. Return Value void

Foundation\Support\Providers

Illuminate\Foundation\Support\Providers Classes EventServiceProvider RouteServiceProvider

DatabaseNotification::hasManyThrough()

HasManyThrough hasManyThrough(string $related, string $through, string|null $firstKey = null, string|null $secondKey = null, string|null $localKey = null) Define a has-many-through relationship. Parameters string $related string $through string|null $firstKey string|null $secondKey string|null $localKey Return Value HasManyThrough

AliasLoader::getInstance()

static AliasLoader getInstance(array $aliases = array()) Get or create the singleton alias loader instance. Parameters array $aliases Return Value AliasLoader

ArrayStore::increment()

int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

Str::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

Blueprint::index()

Fluent index(string|array $columns, string $name = null, string|null $algorithm = null) Specify an index for the table. Parameters string|array $columns string $name string|null $algorithm Return Value Fluent

MySqlConnection::insert()

bool insert(string $query, array $bindings = array()) Run an insert statement against the database. Parameters string $query array $bindings Return Value bool

User::getGlobalScope()

static Scope|Closure|null getGlobalScope(Scope|string $scope) Get a global scope registered with the model. Parameters Scope|string $scope Return Value Scope|Closure|null