A

AuthorizationExceptionClass in namespace Illuminate\Auth\Access
$ Gate#abilitiesProperty in class Gate

All of the defined abilities.

$ Gate#afterCallbacksProperty in class Gate

All of the registered after callbacks.

Gate::after() — Method in class Gate

Register a callback to run after all Gate checks.

Gate::allows() — Method in class Gate

Determine if the given ability should be granted for the current user.

Gate::any() — Method in class Gate

Determine if any one of the given abilities should be granted for the current user.

Gate::authorize() — Method in class Gate

Determine if the given ability should be granted for the current user.

Gate::abilities() — Method in class Gate

Get all of the defined abilities.

HandlesAuthorization::allow() — Method in class HandlesAuthorization

Create a new access response.

$ Response#allowedProperty in class Response

Indicates whether the response was allowed.

Response::allow() — Method in class Response

Create a new "allow" Response.

Response::allowed() — Method in class Response

Determine if the response was allowed.

Response::authorize() — Method in class Response

Throw authorization exception if response was denied.

AuthManagerClass in namespace Illuminate\Auth
$ AuthManager#appProperty in class AuthManager

The application instance.

AuthServiceProviderClass in namespace Illuminate\Auth
AuthenticatableClass in namespace Illuminate\Auth
AuthenticationExceptionClass in namespace Illuminate\Auth
AttemptingClass in namespace Illuminate\Auth\Events
AuthenticatedClass in namespace Illuminate\Auth\Events
$ GenericUser#attributesProperty in class GenericUser

All of the user's attributes.

GuardHelpers::authenticate() — Method in class GuardHelpers

Determine if current user is authenticated. If not, throw an exception.

AuthenticateClass in namespace Illuminate\Auth\Middleware
$ Authenticate#authProperty in class Authenticate

The authentication factory instance.

Authenticate::authenticate() — Method in class Authenticate

Determine if the user is logged in to any of the given guards.

AuthenticateWithBasicAuthClass in namespace Illuminate\Auth\Middleware
$ AuthenticateWithBasicAuth#authProperty in class AuthenticateWithBasicAuth

The guard factory instance.

AuthorizeClass in namespace Illuminate\Auth\Middleware
$ PasswordBrokerManager#appProperty in class PasswordBrokerManager

The application instance.

SessionGuard::attemptBasic() — Method in class SessionGuard

Attempt to authenticate using basic authentication.

SessionGuard::attempt() — Method in class SessionGuard

Attempt to authenticate a user using the given credentials.

SessionGuard::attempting() — Method in class SessionGuard

Register an authentication attempt event listener.

BroadcastController::authenticate() — Method in class BroadcastController

Authenticate the request for channel access.

$ BroadcastManager#appProperty in class BroadcastManager

The application instance.

LogBroadcaster::auth() — Method in class LogBroadcaster

Authenticate the incoming request for a given channel.

NullBroadcaster::auth() — Method in class NullBroadcaster

Authenticate the incoming request for a given channel.

PusherBroadcaster::auth() — Method in class PusherBroadcaster

Authenticate the incoming request for a given channel.

RedisBroadcaster::auth() — Method in class RedisBroadcaster

Authenticate the incoming request for a given channel.

Queueable::allOnConnection() — Method in class Queueable

Set the desired connection for the chain.

Queueable::allOnQueue() — Method in class Queueable

Set the desired queue for the chain.

ApcStoreClass in namespace Illuminate\Cache
$ ApcStore#apcProperty in class ApcStore

The APC wrapper instance.

ApcWrapperClass in namespace Illuminate\Cache
$ ApcWrapper#apcuProperty in class ApcWrapper

Indicates if APCu is supported.

ArrayLockClass in namespace Illuminate\Cache
ArrayLock::acquire() — Method in class ArrayLock

Attempt to acquire the lock.

ArrayStoreClass in namespace Illuminate\Cache
$ CacheManager#appProperty in class CacheManager

The application instance.

DynamoDbLock::acquire() — Method in class DynamoDbLock

Attempt to acquire the lock.

DynamoDbStore::add() — Method in class DynamoDbStore

Store an item in the cache if the key doesn't exist.

Lock::acquire() — Method in class Lock

Attempt to acquire the lock.

MemcachedLock::acquire() — Method in class MemcachedLock

Attempt to acquire the lock.

MemcachedStore::add() — Method in class MemcachedStore

Store an item in the cache if the key doesn't exist.

RateLimiter::attempts() — Method in class RateLimiter

Get the number of attempts for the given key.

RateLimiter::availableIn() — Method in class RateLimiter

Get the number of seconds until the "key" is accessible again.

RedisLock::acquire() — Method in class RedisLock

Attempt to acquire the lock.

RedisStore::add() — Method in class RedisStore

Store an item in the cache if the key doesn't exist.

Repository::add() — Method in class Repository

Store an item in the cache if the key does not exist.

Repository::all() — Method in class Repository

Get all of the configuration items for the application.

ApplicationClass in namespace Illuminate\Console
Application::artisanBinary() — Method in class Application

Determine the proper Artisan executable.

Application::add() — Method in class Application

Add a command to the console.

Application::addToParent() — Method in class Application

Add the command to the parent instance.

InteractsWithIO::argument() — Method in class InteractsWithIO

Get the value of a command argument.

InteractsWithIO::arguments() — Method in class InteractsWithIO

Get all of the arguments passed to the command.

InteractsWithIO::ask() — Method in class InteractsWithIO

Prompt the user for input.

InteractsWithIO::anticipate() — Method in class InteractsWithIO

Prompt the user for input with auto completion.

InteractsWithIO::askWithCompletion() — Method in class InteractsWithIO

Prompt the user for input with auto completion.

InteractsWithIO::alert() — Method in class InteractsWithIO

Write a string in an alert box.

ArtisanStartingClass in namespace Illuminate\Console\Events
$ ArtisanStarting#artisanProperty in class ArtisanStarting

The Artisan application instance.

GeneratorCommand::alreadyExists() — Method in class GeneratorCommand

Determine if the class already exists.

$ Event#afterCallbacksProperty in class Event

The array of callbacks to be run after the event is finished.

Event::appendOutputTo() — Method in class Event

Append the output of the command to a given location.

Event::after() — Method in class Event

Register a callback to be called after the operation.

ManagesFrequencies::at() — Method in class ManagesFrequencies

Schedule the command at a given time.

BoundMethod::addDependencyForCallParameter() — Method in class BoundMethod

Get the dependency for the given call parameter.

$ Container#aliasesProperty in class Container

The registered type aliases.

$ Container#abstractAliasesProperty in class Container

The registered aliases keyed by the abstract name.

$ Container#afterResolvingCallbacksProperty in class Container

All of the after resolving callbacks by class type.

Container::addContextualBinding() — Method in class Container

Add a contextual binding to the container.

Container::alias() — Method in class Container

Alias a type to a different name.

Container::afterResolving() — Method in class Container

Register a new after resolving callback for all types.

Util::arrayWrap() — Method in class Util

If the given value is not an array and not null, wrap it in one.

AuthorizableClass in namespace Illuminate\Contracts\Auth\Access
Gate::after() — Method in class Gate

Register a callback to run after all Gate checks.

Gate::allows() — Method in class Gate

Determine if the given ability should be granted for the current user.

Gate::any() — Method in class Gate

Determine if any one of the given abilities should be granted for the current user.

Gate::authorize() — Method in class Gate

Determine if the given ability should be granted for the current user.

Gate::abilities() — Method in class Gate

Get all of the defined abilities.

AuthenticatableClass in namespace Illuminate\Contracts\Auth
StatefulGuard::attempt() — Method in class StatefulGuard

Attempt to authenticate a user using the given credentials.

Broadcaster::auth() — Method in class Broadcaster

Authenticate the incoming request for a given channel.

Repository::add() — Method in class Repository

Store an item in the cache if the key does not exist.

Repository::all() — Method in class Repository

Get all of the configuration items for the application.

ApplicationClass in namespace Illuminate\Contracts\Console
Kernel::all() — Method in class Kernel

Get all of the commands registered with the console.

Container::alias() — Method in class Container

Alias a type to a different name.

Container::addContextualBinding() — Method in class Container

Add a contextual binding to the container.

Container::afterResolving() — Method in class Container

Register a new after resolving callback.

Filesystem::append() — Method in class Filesystem

Append to a file.

Filesystem::allFiles() — Method in class Filesystem

Get all of the files from the given directory (recursive).

Filesystem::allDirectories() — Method in class Filesystem

Get all (recursive) of the directories within a given directory.

ApplicationClass in namespace Illuminate\Contracts\Foundation
Paginator::appends() — Method in class Paginator

Add a set of query string values to the paginator.

Job::attempts() — Method in class Job

Get the number of times the job has been attempted.

UrlGenerator::asset() — Method in class UrlGenerator

Generate the URL to an application asset.

UrlGenerator::action() — Method in class UrlGenerator

Get the URL to a controller action.

Session::all() — Method in class Session

Get all of the session data.

ArrayableClass in namespace Illuminate\Contracts\Support
MessageBag::add() — Method in class MessageBag

Add a message to the bag.

MessageBag::all() — Method in class MessageBag

Get all of the messages for every key in the bag.

Loader::addNamespace() — Method in class Loader

Add a new namespace to the loader.

Loader::addJsonPath() — Method in class Loader

Add a new JSON path to the loader.

Validator::after() — Method in class Validator

Add an after validation callback.

Factory::addNamespace() — Method in class Factory

Add a new namespace to the loader.

AddQueuedCookiesToResponseClass in namespace Illuminate\Cookie\Middleware
Manager::addConnection() — Method in class Manager

Register a connection with the manager.

Connection::affectingStatement() — Method in class Connection

Run an SQL statement and get the number of rows affected.

ConnectionInterface::affectingStatement() — Method in class ConnectionInterface

Run an SQL statement and get the number of rows affected.

ConnectionResolver::addConnection() — Method in class ConnectionResolver

Add a connection to the resolver.

PostgresConnector::addSslOptions() — Method in class PostgresConnector

Add the SSL options to the DSN.

$ DatabaseManager#appProperty in class DatabaseManager

The application instance.

DatabaseManager::availableDrivers() — Method in class DatabaseManager

Get all of the drivers that are actually available.

Builder::addUpdatedAtColumn() — Method in class Builder

Add the "updated at" column to an array of values.

Builder::applyScopes() — Method in class Builder

Apply the scopes to the Eloquent builder instance and return it.

Builder::addNewWheresWithinGroup() — Method in class Builder

Nest where conditions by slicing them at the given where count.

Builder::addNestedWiths() — Method in class Builder

Parse the nested relationships in a relation.

$ HasAttributes#attributesProperty in class HasAttributes

The model's attributes.

$ HasAttributes#appendsProperty in class HasAttributes

The accessors to append to the model's array form.

HasAttributes::attributesToArray() — Method in class HasAttributes

Convert the model's attributes to an array.

HasAttributes::addDateAttributesToArray() — Method in class HasAttributes

Add the date attributes to the attributes array.

HasAttributes::addMutatedAttributesToArray() — Method in class HasAttributes

Add the mutated attributes to the attributes array.

HasAttributes::addCastAttributesToArray() — Method in class HasAttributes

Add the casted attributes to the attributes array.

HasAttributes::asJson() — Method in class HasAttributes

Encode the given value as JSON.

HasAttributes::asDecimal() — Method in class HasAttributes

Return a decimal as string.

HasAttributes::asDate() — Method in class HasAttributes

Return a timestamp as DateTime object with time set to 00:00:00.

HasAttributes::asDateTime() — Method in class HasAttributes

Return a timestamp as DateTime object.

HasAttributes::asTimestamp() — Method in class HasAttributes

Return a timestamp as unix timestamp.

HasAttributes::append() — Method in class HasAttributes

Append attributes to query when building a query.

HasEvents::addObservableEvents() — Method in class HasEvents

Add an observable event name.

HasGlobalScopes::addGlobalScope() — Method in class HasGlobalScopes

Register a new global scope on the model.

HidesAttributes::addHidden() — Method in class HidesAttributes

Add hidden attributes for the model.

HidesAttributes::addVisible() — Method in class HidesAttributes

Add visible attributes for the model.

QueriesRelationships::addHasWhere() — Method in class QueriesRelationships

Add the "has" condition where clause to the query.

QueriesRelationships::addWhereCountQuery() — Method in class QueriesRelationships

Add a sub-query count clause to this query.

$ Factory#afterMakingProperty in class Factory

The registered after making callbacks.

$ Factory#afterCreatingProperty in class Factory

The registered after creating callbacks.

Factory::afterMaking() — Method in class Factory

Define a callback to run after making a model.

Factory::afterMakingState() — Method in class Factory

Define a callback to run after making a model with given state.

Factory::afterCreating() — Method in class Factory

Define a callback to run after creating a model.

Factory::afterCreatingState() — Method in class Factory

Define a callback to run after creating a model with given state.

$ FactoryBuilder#afterMakingProperty in class FactoryBuilder

The model after making callbacks.

$ FactoryBuilder#afterCreatingProperty in class FactoryBuilder

The model after creating callbacks.

$ FactoryBuilder#activeStatesProperty in class FactoryBuilder

The states to apply.

$ FactoryBuilder#amountProperty in class FactoryBuilder

The number of models to build.

FactoryBuilder::applyStates() — Method in class FactoryBuilder

Apply the active states to the model definition array.

Model::all() — Method in class Model

Get all of the models from the database.

BelongsTo::addConstraints() — Method in class BelongsTo

Set the base constraints on the relation query.

BelongsTo::addEagerConstraints() — Method in class BelongsTo

Set the constraints for an eager load of the relation.

BelongsTo::associate() — Method in class BelongsTo

Associate the model instance to the given parent.

$ BelongsToMany#accessorProperty in class BelongsToMany

The name of the accessor to use for the "pivot" relationship.

BelongsToMany::addConstraints() — Method in class BelongsToMany

Set the base constraints on the relation query.

BelongsToMany::addWhereConstraints() — Method in class BelongsToMany

Set the where clause for the relation query.

BelongsToMany::addEagerConstraints() — Method in class BelongsToMany

Set the constraints for an eager load of the relation.

BelongsToMany::as() — Method in class BelongsToMany

Specify the custom pivot accessor to use for the relationship.

BelongsToMany::aliasedPivotColumns() — Method in class BelongsToMany

Get the pivot columns for the relation.

BelongsToMany::allRelatedIds() — Method in class BelongsToMany

Get all of the IDs for the related models.

AsPivotClass in namespace Illuminate\Database\Eloquent\Relations\Concerns
InteractsWithPivotTable::attachNew() — Method in class InteractsWithPivotTable

Attach all of the records that aren't in the given current records.

InteractsWithPivotTable::attach() — Method in class InteractsWithPivotTable

Attach a model to the parent.

InteractsWithPivotTable::attachUsingCustomClass() — Method in class InteractsWithPivotTable

Attach a model to the parent using a custom class.

InteractsWithPivotTable::addTimestampsToAttachment() — Method in class InteractsWithPivotTable

Set the creation and update timestamps on an attach record.

HasManyThrough::addConstraints() — Method in class HasManyThrough

Set the base constraints on the relation query.

HasManyThrough::addEagerConstraints() — Method in class HasManyThrough

Set the constraints for an eager load of the relation.

HasOneOrMany::addConstraints() — Method in class HasOneOrMany

Set the base constraints on the relation query.

HasOneOrMany::addEagerConstraints() — Method in class HasOneOrMany

Set the constraints for an eager load of the relation.

MorphOneOrMany::addConstraints() — Method in class MorphOneOrMany

Set the base constraints on the relation query.

MorphOneOrMany::addEagerConstraints() — Method in class MorphOneOrMany

Set the constraints for an eager load of the relation.

MorphTo::addEagerConstraints() — Method in class MorphTo

Set the constraints for an eager load of the relation.

MorphTo::associate() — Method in class MorphTo

Associate the model instance to the given parent.

MorphToMany::addWhereConstraints() — Method in class MorphToMany

Set the where clause for the relation query.

MorphToMany::addEagerConstraints() — Method in class MorphToMany

Set the constraints for an eager load of the relation.

MorphToMany::aliasedPivotColumns() — Method in class MorphToMany

Get the pivot columns for the relation.

Relation::addConstraints() — Method in class Relation

Set the base constraints on the relation query.

Relation::addEagerConstraints() — Method in class Relation

Set the constraints for an eager load of the relation.

Scope::apply() — Method in class Scope

Apply the scope to a given Eloquent query builder.

SoftDeletingScope::apply() — Method in class SoftDeletingScope

Apply the scope to a given Eloquent query builder.

SoftDeletingScope::addRestore() — Method in class SoftDeletingScope

Add the restore extension to the builder.

SoftDeletingScope::addWithTrashed() — Method in class SoftDeletingScope

Add the with-trashed extension to the builder.

SoftDeletingScope::addWithoutTrashed() — Method in class SoftDeletingScope

Add the without-trashed extension to the builder.

SoftDeletingScope::addOnlyTrashed() — Method in class SoftDeletingScope

Add the only-trashed extension to the builder.

MigrationCreator::afterCreate() — Method in class MigrationCreator

Register a post migration create hook.

$ Builder#aggregateProperty in class Builder

An aggregate function and column to be run.

Builder::addSelect() — Method in class Builder

Add a new select column to the query.

Builder::addArrayOfWheres() — Method in class Builder

Add an array of where clauses to the query.

Builder::addDateBasedWhere() — Method in class Builder

Add a date based (year, month, day, time) statement to the query.

Builder::addNestedWhereQuery() — Method in class Builder

Add another query builder as a nested where to the query builder.

Builder::addWhereExistsQuery() — Method in class Builder

Add an exists clause to the query.

Builder::addDynamic() — Method in class Builder

Add a single dynamic where clause statement to the query.

Builder::avg() — Method in class Builder

Retrieve the average of the values of a given column.

Builder::average() — Method in class Builder

Alias for the "avg" method.

Builder::aggregate() — Method in class Builder

Execute an aggregate function on the database.

Builder::addBinding() — Method in class Builder

Add a binding to the query.

Blueprint::addImpliedCommands() — Method in class Blueprint

Add the commands that are implied by the blueprint's state.

Blueprint::addFluentIndexes() — Method in class Blueprint

Add the index commands fluently specified on columns.

Blueprint::addFluentCommands() — Method in class Blueprint

Add the fluent commands specified on any columns.

Blueprint::addColumn() — Method in class Blueprint

Add a new column to the blueprint.

Blueprint::addCommand() — Method in class Blueprint

Add a new command to the blueprint.

ColumnDefinition::after() — Method in class ColumnDefinition
ColumnDefinition::always() — Method in class ColumnDefinition
ColumnDefinition::autoIncrement() — Method in class ColumnDefinition
Grammar::addModifiers() — Method in class Grammar

Add the column modifiers to the definition.

SQLiteGrammar::addForeignKeys() — Method in class SQLiteGrammar

Get the foreign key syntax for a table creation statement.

SQLiteGrammar::addPrimaryKeys() — Method in class SQLiteGrammar

Get the primary key syntax for a table creation statement.

Dispatcher::addInterfaceListeners() — Method in class Dispatcher

Add the listeners for the event's interfaces to the given array.

Filesystem::append() — Method in class Filesystem

Append to a file.

Filesystem::allFiles() — Method in class Filesystem

Get all of the files from the given directory (recursive).

FilesystemAdapter::assertExists() — Method in class FilesystemAdapter

Assert that the given file exists.

FilesystemAdapter::assertMissing() — Method in class FilesystemAdapter

Assert that the given file does not exist.

FilesystemAdapter::append() — Method in class FilesystemAdapter

Append to a file.

FilesystemAdapter::allFiles() — Method in class FilesystemAdapter

Get all of the files from the given directory (recursive).

FilesystemAdapter::allDirectories() — Method in class FilesystemAdapter

Get all (recursive) of the directories within a given directory.

$ FilesystemManager#appProperty in class FilesystemManager

The application instance.

FilesystemManager::adapt() — Method in class FilesystemManager

Adapt the filesystem implementation.

AliasLoaderClass in namespace Illuminate\Foundation
$ AliasLoader#aliasesProperty in class AliasLoader

The array of class aliases.

AliasLoader::alias() — Method in class AliasLoader

Add an alias to the loader.

ApplicationClass in namespace Illuminate\Foundation
$ Application#appPathProperty in class Application

The custom application path defined by the developer.

Application::afterLoadingEnvironment() — Method in class Application

Register a callback to run after loading the environment.

Application::afterBootstrapping() — Method in class Application

Register a callback to run after a bootstrapper.

Application::abort() — Method in class Application

Throw an HttpException with the given data.

Application::addDeferredServices() — Method in class Application

Add an array of services to the application's deferred services.

AuthorizableClass in namespace Illuminate\Foundation\Auth\Access
AuthorizesRequestsClass in namespace Illuminate\Foundation\Auth\Access
AuthorizesRequests::authorize() — Method in class AuthorizesRequests

Authorize a given action for the current user.

AuthorizesRequests::authorizeForUser() — Method in class AuthorizesRequests

Authorize a given action for a user.

AuthorizesRequests::authorizeResource() — Method in class AuthorizesRequests

Authorize a resource action based on the incoming request.

AuthenticatesUsersClass in namespace Illuminate\Foundation\Auth
AuthenticatesUsers::attemptLogin() — Method in class AuthenticatesUsers

Attempt to log the user into the application.

AuthenticatesUsers::authenticated() — Method in class AuthenticatesUsers

The user has been authenticated.

$ HandleExceptions#appProperty in class HandleExceptions

The application instance.

PendingDispatch::allOnConnection() — Method in class PendingDispatch

Set the desired connection for the chain.

PendingDispatch::allOnQueue() — Method in class PendingDispatch

Set the desired queue for the chain.

EventMakeCommand::alreadyExists() — Method in class EventMakeCommand

Determine if the class already exists.

ExceptionMakeCommand::alreadyExists() — Method in class ExceptionMakeCommand

Determine if the class already exists.

$ Kernel#appProperty in class Kernel

The application implementation.

$ Kernel#artisanProperty in class Kernel

The Artisan application instance.

Kernel::all() — Method in class Kernel

Get all of the commands registered with the console.

ListenerMakeCommand::alreadyExists() — Method in class ListenerMakeCommand

Determine if the class already exists.

FormRequest::attributes() — Method in class FormRequest

Get custom attributes for validator errors.

$ Kernel#appProperty in class Kernel

The application implementation.

Kernel::appendMiddlewareToGroup() — Method in class Kernel

Append the given middleware to the given middleware group.

Kernel::appendToMiddlewarePriority() — Method in class Kernel

Append the given middleware to the middleware priority list.

$ CheckForMaintenanceMode#appProperty in class CheckForMaintenanceMode

The application implementation.

$ VerifyCsrfToken#appProperty in class VerifyCsrfToken

The application instance.

$ VerifyCsrfToken#addHttpCookieProperty in class VerifyCsrfToken

Indicates whether the XSRF-TOKEN cookie should be set on the response.

VerifyCsrfToken::addCookieToResponse() — Method in class VerifyCsrfToken

Add the CSRF token to the response cookies.

PackageManifest::aliases() — Method in class PackageManifest

Get all of the aliases for all packages.

$ ProviderRepository#appProperty in class ProviderRepository

The application implementation.

ArtisanServiceProviderClass in namespace Illuminate\Foundation\Providers
AuthServiceProviderClass in namespace Illuminate\Foundation\Support\Providers
AssertClass in namespace Illuminate\Foundation\Testing
Assert::assertArraySubset() — Method in class Assert

Asserts that an array has a specified subset.

Assert::assertFileDoesNotExist() — Method in class Assert

Asserts that a file does not exist.

Assert::assertDirectoryDoesNotExist() — Method in class Assert

Asserts that a directory does not exist.

Assert::assertMatchesRegularExpression() — Method in class Assert

Asserts that a string matches a given regular expression.

InteractsWithAuthentication::actingAs() — Method in class InteractsWithAuthentication

Set the currently logged in user for the application.

InteractsWithAuthentication::assertAuthenticated() — Method in class InteractsWithAuthentication

Assert that the user is authenticated.

InteractsWithAuthentication::assertGuest() — Method in class InteractsWithAuthentication

Assert that the user is not authenticated.

InteractsWithAuthentication::assertAuthenticatedAs() — Method in class InteractsWithAuthentication

Assert that the user is authenticated as the given user.

InteractsWithAuthentication::assertCredentials() — Method in class InteractsWithAuthentication

Assert that the given credentials are valid.

InteractsWithAuthentication::assertInvalidCredentials() — Method in class InteractsWithAuthentication

Assert that the given credentials are invalid.

InteractsWithConsole::artisan() — Method in class InteractsWithConsole

Call artisan command and return code.

InteractsWithDatabase::assertDatabaseHas() — Method in class InteractsWithDatabase

Assert that a given where condition exists in the database.

InteractsWithDatabase::assertDatabaseMissing() — Method in class InteractsWithDatabase

Assert that a given where condition does not exist in the database.

InteractsWithDatabase::assertDeleted() — Method in class InteractsWithDatabase

Assert the given record has been deleted.

InteractsWithDatabase::assertSoftDeleted() — Method in class InteractsWithDatabase

Assert the given record has been "soft deleted".

ArraySubsetClass in namespace Illuminate\Foundation\Testing\Constraints
$ PendingCommand#appProperty in class PendingCommand

The application instance.

PendingCommand::assertExitCode() — Method in class PendingCommand

Assert that the command has the given exit code.

$ TestCase#appProperty in class TestCase

The Illuminate application instance.

$ TestCase#afterApplicationCreatedCallbacksProperty in class TestCase

The callbacks that should be run after the application is created.

TestCase::afterApplicationCreated() — Method in class TestCase

Register a callback to be run after the application is created.

TestResponse::assertSuccessful() — Method in class TestResponse

Assert that the response has a successful status code.

TestResponse::assertOk() — Method in class TestResponse

Assert that the response has a 200 status code.

TestResponse::assertCreated() — Method in class TestResponse

Assert that the response has a 201 status code.

TestResponse::assertNoContent() — Method in class TestResponse

Assert that the response has the given status code and no content.

TestResponse::assertNotFound() — Method in class TestResponse

Assert that the response has a not found status code.

TestResponse::assertForbidden() — Method in class TestResponse

Assert that the response has a forbidden status code.

TestResponse::assertUnauthorized() — Method in class TestResponse

Assert that the response has an unauthorized status code.

TestResponse::assertStatus() — Method in class TestResponse

Assert that the response has the given status code.

TestResponse::assertRedirect() — Method in class TestResponse

Assert whether the response is redirecting to a given URI.

TestResponse::assertHeader() — Method in class TestResponse

Asserts that the response contains the given header and equals the optional value.

TestResponse::assertHeaderMissing() — Method in class TestResponse

Asserts that the response does not contains the given header.

TestResponse::assertLocation() — Method in class TestResponse

Assert that the current location header matches the given URI.

TestResponse::assertPlainCookie() — Method in class TestResponse

Asserts that the response contains the given cookie and equals the optional value.

TestResponse::assertCookie() — Method in class TestResponse

Asserts that the response contains the given cookie and equals the optional value.

TestResponse::assertCookieExpired() — Method in class TestResponse

Asserts that the response contains the given cookie and is expired.

TestResponse::assertCookieNotExpired() — Method in class TestResponse

Asserts that the response contains the given cookie and is not expired.

TestResponse::assertCookieMissing() — Method in class TestResponse

Asserts that the response does not contains the given cookie.

TestResponse::assertSee() — Method in class TestResponse

Assert that the given string is contained within the response.

TestResponse::assertSeeInOrder() — Method in class TestResponse

Assert that the given strings are contained in order within the response.

TestResponse::assertSeeText() — Method in class TestResponse

Assert that the given string is contained within the response text.

TestResponse::assertSeeTextInOrder() — Method in class TestResponse

Assert that the given strings are contained in order within the response text.

TestResponse::assertDontSee() — Method in class TestResponse

Assert that the given string is not contained within the response.

TestResponse::assertDontSeeText() — Method in class TestResponse

Assert that the given string is not contained within the response text.

TestResponse::assertJson() — Method in class TestResponse

Assert that the response is a superset of the given JSON.

TestResponse::assertJsonMessage() — Method in class TestResponse

Get the assertion message for assertJson.

TestResponse::assertJsonPath() — Method in class TestResponse

Assert that the expected value exists at the given path in the response.

TestResponse::assertExactJson() — Method in class TestResponse

Assert that the response has the exact given JSON.

TestResponse::assertJsonFragment() — Method in class TestResponse

Assert that the response contains the given JSON fragment.

TestResponse::assertJsonMissing() — Method in class TestResponse

Assert that the response does not contain the given JSON fragment.

TestResponse::assertJsonMissingExact() — Method in class TestResponse

Assert that the response does not contain the exact JSON fragment.

TestResponse::assertJsonStructure() — Method in class TestResponse

Assert that the response has a given JSON structure.

TestResponse::assertJsonCount() — Method in class TestResponse

Assert that the response JSON has the expected count of items at the given key.

TestResponse::assertJsonValidationErrors() — Method in class TestResponse

Assert that the response has the given JSON validation errors.

TestResponse::assertJsonMissingValidationErrors() — Method in class TestResponse

Assert that the response has no JSON validation errors for the given keys.

TestResponse::assertViewIs() — Method in class TestResponse

Assert that the response view equals the given value.

TestResponse::assertViewHas() — Method in class TestResponse

Assert that the response view has a given piece of bound data.

TestResponse::assertViewHasAll() — Method in class TestResponse

Assert that the response view has a given list of bound data.

TestResponse::assertViewMissing() — Method in class TestResponse

Assert that the response view is missing a piece of bound data.

TestResponse::assertSessionHas() — Method in class TestResponse

Assert that the session has a given value.

TestResponse::assertSessionHasAll() — Method in class TestResponse

Assert that the session has a given list of values.

TestResponse::assertSessionHasInput() — Method in class TestResponse

Assert that the session has a given value in the flashed input array.

TestResponse::assertSessionHasErrors() — Method in class TestResponse

Assert that the session has the given errors.

TestResponse::assertSessionDoesntHaveErrors() — Method in class TestResponse

Assert that the session is missing the given errors.

TestResponse::assertSessionHasNoErrors() — Method in class TestResponse

Assert that the session has no errors.

TestResponse::assertSessionHasErrorsIn() — Method in class TestResponse

Assert that the session has the given errors.

TestResponse::assertSessionMissing() — Method in class TestResponse

Assert that the session does not have a given key.

AbstractHasherClass in namespace Illuminate\Hashing
Argon2IdHasherClass in namespace Illuminate\Hashing
Argon2IdHasher::algorithm() — Method in class Argon2IdHasher

Get the algorithm that should be used for hashing.

ArgonHasherClass in namespace Illuminate\Hashing
ArgonHasher::algorithm() — Method in class ArgonHasher

Get the algorithm that should be used for hashing.

InteractsWithContentTypes::accepts() — Method in class InteractsWithContentTypes

Determines whether the current requests accepts a given content type.

InteractsWithContentTypes::acceptsAnyContentType() — Method in class InteractsWithContentTypes

Determine if the current request accepts any content type.

InteractsWithContentTypes::acceptsJson() — Method in class InteractsWithContentTypes

Determines whether a request accepts JSON.

InteractsWithContentTypes::acceptsHtml() — Method in class InteractsWithContentTypes

Determines whether a request accepts HTML.

InteractsWithInput::anyFilled() — Method in class InteractsWithInput

Determine if the request contains a non-empty value for any of the given inputs.

InteractsWithInput::all() — Method in class InteractsWithInput

Get all of the input and files for the request.

InteractsWithInput::allFiles() — Method in class InteractsWithInput

Get an array of all of the files on the request.

$ TrustHosts#appProperty in class TrustHosts

The application instance.

TrustHosts::allSubdomainsOfApplicationUrl() — Method in class TrustHosts

Get a regular expression matching the application URL and all of its subdomains.

Request::ajax() — Method in class Request

Determine if the request is the result of an AJAX call.

ConditionallyLoadsAttributes::attributes() — Method in class ConditionallyLoadsAttributes

Merge the given attributes.

AnonymousResourceCollectionClass in namespace Illuminate\Http\Resources\Json
$ JsonResource#additionalProperty in class JsonResource

The additional meta data that should be added to the resource response.

JsonResource::additional() — Method in class JsonResource

Add additional meta data to the resource response.

$ LogManager#appProperty in class LogManager

The application instance.

LogManager::alert() — Method in class LogManager

Action must be taken immediately.

Logger::alert() — Method in class Logger

Log an alert message to the logs.

$ Mailable#attachmentsProperty in class Mailable

The attachments for the message.

Mailable::addressesToArray() — Method in class Mailable

Convert the given recipient arguments to an array.

Mailable::attach() — Method in class Mailable

Attach a file to the message.

Mailable::attachFromStorage() — Method in class Mailable

Attach a file to the message from storage.

Mailable::attachFromStorageDisk() — Method in class Mailable

Attach a file to the message from storage.

Mailable::attachData() — Method in class Mailable

Attach in-memory data as an attachment.

Mailer::alwaysFrom() — Method in class Mailer

Set the global from address and name.

Mailer::alwaysReplyTo() — Method in class Mailer

Set the global reply-to address and name.

Mailer::alwaysTo() — Method in class Mailer

Set the global to address and name.

Mailer::addContent() — Method in class Mailer

Add the content to a given message.

Message::addAddresses() — Method in class Message

Add a recipient to the message.

Message::attach() — Method in class Message

Attach a file to the message.

Message::attachData() — Method in class Message

Attach in-memory data as an attachment.

TransportManager::addSesCredentials() — Method in class TransportManager

Add the SES credentials to the configuration array.

ArrayTransportClass in namespace Illuminate\Mail\Transport
MailgunTransport::allContacts() — Method in class MailgunTransport

Get all of the contacts for the message.

ActionClass in namespace Illuminate\Notifications
AnonymousNotifiableClass in namespace Illuminate\Notifications
MailChannel::additionalMessageData() — Method in class MailChannel

Get additional meta-data to pass along with the view data.

MailChannel::addressMessage() — Method in class MailChannel

Address the mail message.

MailChannel::addSender() — Method in class MailChannel

Add the "from" and "reply to" addresses to the message.

MailChannel::addAttachments() — Method in class MailChannel

Add the attachments to the message.

$ MailMessage#attachmentsProperty in class MailMessage

The attachments for the message.

MailMessage::attach() — Method in class MailMessage

Attach a file to the message.

MailMessage::attachData() — Method in class MailMessage

Attach in-memory data as an attachment.

MailMessage::arrayOfAddresses() — Method in class MailMessage

Determine if the given "address" is actually an array of addresses.

$ SimpleMessage#actionTextProperty in class SimpleMessage

The text / label for the action.

$ SimpleMessage#actionUrlProperty in class SimpleMessage

The action URL.

SimpleMessage::action() — Method in class SimpleMessage

Configure the "call to action" button.

AbstractPaginatorClass in namespace Illuminate\Pagination
AbstractPaginator::appends() — Method in class AbstractPaginator

Add a set of query string values to the paginator.

AbstractPaginator::appendArray() — Method in class AbstractPaginator

Add an array of query string values.

AbstractPaginator::addQuery() — Method in class AbstractPaginator

Add a query string value to the paginator.

Manager::addConnection() — Method in class Manager

Register a connection with the manager.

DatabaseFailedJobProvider::all() — Method in class DatabaseFailedJobProvider

Get a list of all of the failed jobs.

$ DynamoDbFailedJobProvider#applicationNameProperty in class DynamoDbFailedJobProvider

The application name.

DynamoDbFailedJobProvider::all() — Method in class DynamoDbFailedJobProvider

Get a list of all of the failed jobs.

FailedJobProviderInterface::all() — Method in class FailedJobProviderInterface

Get a list of all of the failed jobs.

NullFailedJobProvider::all() — Method in class NullFailedJobProvider

Get a list of all of the failed jobs.

InteractsWithQueue::attempts() — Method in class InteractsWithQueue

Get the number of times the job has been attempted.

BeanstalkdJob::attempts() — Method in class BeanstalkdJob

Get the number of times the job has been attempted.

DatabaseJob::attempts() — Method in class DatabaseJob

Get the number of times the job has been attempted.

RedisJob::attempts() — Method in class RedisJob

Get the number of times the job has been attempted.

SqsJob::attempts() — Method in class SqsJob

Get the number of times the job has been attempted.

SyncJob::attempts() — Method in class SyncJob

Get the number of times the job has been attempted.

Listener::artisanBinary() — Method in class Listener

Get the Artisan binary.

Listener::addEnvironment() — Method in class Listener

Add the environment option to the given command.

$ QueueManager#appProperty in class QueueManager

The application instance.

QueueManager::after() — Method in class QueueManager

Register an event listener for the after job event.

QueueManager::addConnector() — Method in class QueueManager

Add a queue connection resolver.

ConcurrencyLimiter::acquire() — Method in class ConcurrencyLimiter

Attempt to acquire the lock.

DurationLimiter::acquire() — Method in class DurationLimiter

Attempt to acquire the lock.

DurationLimiterBuilder::allow() — Method in class DurationLimiterBuilder

Set the maximum number of locks that can obtained per time window.

$ RedisManager#appProperty in class RedisManager

The application instance.

ThrottleRequests::addHeaders() — Method in class ThrottleRequests

Add the limit header information to the given response.

Redirector::away() — Method in class Redirector

Create a new redirect response to an external URL (no validation).

Redirector::action() — Method in class Redirector

Create a new redirect response to a controller action.

ResourceRegistrar::addResourceIndex() — Method in class ResourceRegistrar

Add the index method for a resourceful route.

ResourceRegistrar::addResourceCreate() — Method in class ResourceRegistrar

Add the create method for a resourceful route.

ResourceRegistrar::addResourceStore() — Method in class ResourceRegistrar

Add the store method for a resourceful route.

ResourceRegistrar::addResourceShow() — Method in class ResourceRegistrar

Add the show method for a resourceful route.

ResourceRegistrar::addResourceEdit() — Method in class ResourceRegistrar

Add the edit method for a resourceful route.

ResourceRegistrar::addResourceUpdate() — Method in class ResourceRegistrar

Add the update method for a resourceful route.

ResourceRegistrar::addResourceDestroy() — Method in class ResourceRegistrar

Add the destroy method for a resourceful route.

$ Route#actionProperty in class Route

The route action array.

Route::addGroupNamespaceToStringUses() — Method in class Route

Parse a string based action for the "uses" fluent method.

$ RouteCollection#allRoutesProperty in class RouteCollection

A flattened array of all of the routes.

$ RouteCollection#actionListProperty in class RouteCollection

A look-up table of routes by controller action.

RouteCollection::add() — Method in class RouteCollection

Add a Route instance to the collection.

RouteCollection::addToCollections() — Method in class RouteCollection

Add the given route to the arrays of routes.

RouteCollection::addLookups() — Method in class RouteCollection

Add the route to any look-up tables if necessary.

RouteCollection::addToActionList() — Method in class RouteCollection

Add a route to the controller action dictionary.

RouteDependencyResolverTrait::alreadyInParameters() — Method in class RouteDependencyResolverTrait

Determine if an object of the given class is in a list of parameters.

$ RouteRegistrar#attributesProperty in class RouteRegistrar

The attributes to pass on to the router.

$ RouteRegistrar#allowedAttributesProperty in class RouteRegistrar

The attributes that can be set through this class.

$ RouteRegistrar#aliasesProperty in class RouteRegistrar

The attributes that are aliased.

RouteRegistrar::attribute() — Method in class RouteRegistrar

Set the value for a given attribute.

RouteRegistrar::any() — Method in class RouteRegistrar
RouteRegistrar::as() — Method in class RouteRegistrar
RouteUrlGenerator::addPortToDomain() — Method in class RouteUrlGenerator

Add the port to the domain if necessary.

RouteUrlGenerator::addQueryString() — Method in class RouteUrlGenerator

Add a query string to the URI.

Router::any() — Method in class Router

Register a new route responding to all verbs.

Router::apiResources() — Method in class Router

Register an array of API resource controllers.

Router::apiResource() — Method in class Router

Route an API resource to a controller.

Router::addRoute() — Method in class Router

Add a route to the underlying route collection.

Router::actionReferencesController() — Method in class Router

Determine if the action is routing to a controller.

Router::addWhereClausesToRoute() — Method in class Router

Add the necessary where clauses to the route based on its initial registration.

Router::aliasMiddleware() — Method in class Router

Register a short-hand name for a middleware.

Router::auth() — Method in class Router

Register the typical authentication routes for an application.

$ UrlGenerator#assetRootProperty in class UrlGenerator

The asset root URL.

UrlGenerator::asset() — Method in class UrlGenerator

Generate the URL to an application asset.

UrlGenerator::assetFrom() — Method in class UrlGenerator

Generate the URL to an asset from a custom root domain such as CDN, etc.

UrlGenerator::action() — Method in class UrlGenerator

Get the URL to a controller action.

DatabaseSessionHandler::addUserInformation() — Method in class DatabaseSessionHandler

Add the user information to the session payload.

DatabaseSessionHandler::addRequestInformation() — Method in class DatabaseSessionHandler

Add the request information to the session payload.

AuthenticateSessionClass in namespace Illuminate\Session\Middleware
$ AuthenticateSession#authProperty in class AuthenticateSession

The authentication factory implementation.

StartSession::addCookieToResponse() — Method in class StartSession

Add the session cookie to the application response.

$ Store#attributesProperty in class Store

The session attributes.

Store::ageFlashData() — Method in class Store

Age the flash data for the session.

Store::all() — Method in class Store

Get all of the session data.

AggregateServiceProviderClass in namespace Illuminate\Support
ArrClass in namespace Illuminate\Support
Arr::accessible() — Method in class Arr

Determine whether the given value is array accessible.

Arr::add() — Method in class Arr

Add an element to an array using "dot" notation if it doesn't exist.

Collection::all() — Method in class Collection

Get all of the items in the collection.

Collection::avg() — Method in class Collection

Get the average value of a given key.

Collection::add() — Method in class Collection

Add an item to the collection.

ConfigurationUrlParser::addDriverAlias() — Method in class ConfigurationUrlParser

Add the given driver alias to the driver aliases array.

Enumerable::all() — Method in class Enumerable

Get all items in the enumerable.

Enumerable::average() — Method in class Enumerable

Alias for the "avg" method.

Enumerable::avg() — Method in class Enumerable

Get the average value of a given key.

AppClass in namespace Illuminate\Support\Facades
ArtisanClass in namespace Illuminate\Support\Facades
Artisan::all() — Method in class Artisan
AuthClass in namespace Illuminate\Support\Facades
Auth::attempt() — Method in class Auth
Broadcast::auth() — Method in class Broadcast
Bus::assertDispatched() — Method in class Bus
Bus::assertDispatchedTimes() — Method in class Bus
Bus::assertNotDispatched() — Method in class Bus
Cache::add() — Method in class Cache
Config::all() — Method in class Config
DB::affectingStatement() — Method in class DB
Event::assertDispatched() — Method in class Event
Event::assertDispatchedTimes() — Method in class Event
Event::assertNotDispatched() — Method in class Event
$ Facade#appProperty in class Facade

The application instance being facaded.

File::append() — Method in class File
File::allFiles() — Method in class File
Gate::after() — Method in class Gate
Gate::allows() — Method in class Gate
Gate::any() — Method in class Gate
Gate::authorize() — Method in class Gate
Gate::abilities() — Method in class Gate
Log::alert() — Method in class Log
Mail::assertSent() — Method in class Mail
Mail::assertNotSent() — Method in class Mail
Mail::assertNothingSent() — Method in class Mail
Mail::assertQueued() — Method in class Mail
Mail::assertNotQueued() — Method in class Mail
Mail::assertNothingQueued() — Method in class Mail
Notification::assertSentTo() — Method in class Notification
Notification::assertSentToTimes() — Method in class Notification
Notification::assertNotSentTo() — Method in class Notification
Notification::assertNothingSent() — Method in class Notification
Notification::assertTimesSent() — Method in class Notification
Queue::assertNothingPushed() — Method in class Queue
Queue::assertNotPushed() — Method in class Queue
Queue::assertPushed() — Method in class Queue
Queue::assertPushedOn() — Method in class Queue
Queue::assertPushedWithChain() — Method in class Queue
Redirect::away() — Method in class Redirect
Redirect::action() — Method in class Redirect
Request::accepts() — Method in class Request
Request::acceptsAnyContentType() — Method in class Request
Request::acceptsJson() — Method in class Request
Request::acceptsHtml() — Method in class Request
Request::anyFilled() — Method in class Request
Request::all() — Method in class Request
Request::allFiles() — Method in class Request
Request::ajax() — Method in class Request
Route::any() — Method in class Route
Route::apiResource() — Method in class Route
Route::apiResources() — Method in class Route
Route::as() — Method in class Route
Session::all() — Method in class Session
Storage::append() — Method in class Storage
Storage::allFiles() — Method in class Storage
Storage::allDirectories() — Method in class Storage
Storage::assertExists() — Method in class Storage
Storage::assertMissing() — Method in class Storage
URL::asset() — Method in class URL
URL::action() — Method in class URL
View::addNamespace() — Method in class View
$ Fluent#attributesProperty in class Fluent

All of the attributes set on the fluent instance.

InteractsWithTime::availableAt() — Method in class InteractsWithTime

Get the "available at" UNIX timestamp.

LazyCollection::all() — Method in class LazyCollection

Get all items in the enumerable.

LazyCollection::avg() — Method in class LazyCollection

Get the average value of a given key.

$ Manager#appProperty in class Manager

The container instance.

MessageBag::add() — Method in class MessageBag

Add a message to the message bag.

MessageBag::all() — Method in class MessageBag

Get all of the messages for every key in the message bag.

MessageBag::any() — Method in class MessageBag

Determine if the message bag has any messages.

$ ServiceProvider#appProperty in class ServiceProvider

The application instance.

ServiceProvider::addPublishGroup() — Method in class ServiceProvider

Add a publish group / tag to the service provider.

Str::after() — Method in class Str

Return the remainder of a string after the first occurrence of a given value.

Str::afterLast() — Method in class Str

Return the remainder of a string after the last occurrence of a given value.

Str::ascii() — Method in class Str

Transliterate a UTF-8 value to ASCII.

BusFake::assertDispatched() — Method in class BusFake

Assert if a job was dispatched based on a truth-test callback.

BusFake::assertDispatchedTimes() — Method in class BusFake

Assert if a job was pushed a number of times.

BusFake::assertNotDispatched() — Method in class BusFake

Determine if a job was dispatched based on a truth-test callback.

BusFake::assertDispatchedAfterResponse() — Method in class BusFake

Assert if a job was dispatched after the response was sent based on a truth-test callback.

BusFake::assertDispatchedAfterResponseTimes() — Method in class BusFake

Assert if a job was pushed after the response was sent a number of times.

BusFake::assertNotDispatchedAfterResponse() — Method in class BusFake

Determine if a job was dispatched based on a truth-test callback.

EventFake::assertDispatched() — Method in class EventFake

Assert if an event was dispatched based on a truth-test callback.

EventFake::assertDispatchedTimes() — Method in class EventFake

Assert if a event was dispatched a number of times.

EventFake::assertNotDispatched() — Method in class EventFake

Determine if an event was dispatched based on a truth-test callback.

MailFake::assertSent() — Method in class MailFake

Assert if a mailable was sent based on a truth-test callback.

MailFake::assertSentTimes() — Method in class MailFake

Assert if a mailable was sent a number of times.

MailFake::assertNotSent() — Method in class MailFake

Determine if a mailable was not sent based on a truth-test callback.

MailFake::assertNothingSent() — Method in class MailFake

Assert that no mailables were sent.

MailFake::assertQueued() — Method in class MailFake

Assert if a mailable was queued based on a truth-test callback.

MailFake::assertQueuedTimes() — Method in class MailFake

Assert if a mailable was queued a number of times.

MailFake::assertNotQueued() — Method in class MailFake

Determine if a mailable was not queued based on a truth-test callback.

MailFake::assertNothingQueued() — Method in class MailFake

Assert that no mailables were queued.

NotificationFake::assertSentTo() — Method in class NotificationFake

Assert if a notification was sent based on a truth-test callback.

NotificationFake::assertSentToTimes() — Method in class NotificationFake

Assert if a notification was sent a number of times.

NotificationFake::assertNotSentTo() — Method in class NotificationFake

Determine if a notification was sent based on a truth-test callback.

NotificationFake::assertNothingSent() — Method in class NotificationFake

Assert that no notifications were sent.

NotificationFake::assertTimesSent() — Method in class NotificationFake

Assert the total amount of times a notification was sent.

QueueFake::assertPushed() — Method in class QueueFake

Assert if a job was pushed based on a truth-test callback.

QueueFake::assertPushedTimes() — Method in class QueueFake

Assert if a job was pushed a number of times.

QueueFake::assertPushedOn() — Method in class QueueFake

Assert if a job was pushed based on a truth-test callback.

QueueFake::assertPushedWithChain() — Method in class QueueFake

Assert if a job was pushed with chained jobs based on a truth-test callback.

QueueFake::assertPushedWithoutChain() — Method in class QueueFake

Assert if a job was pushed with an empty chain based on a truth-test callback.

QueueFake::assertPushedWithChainOfObjects() — Method in class QueueFake

Assert if a job was pushed with chained jobs based on a truth-test callback.

QueueFake::assertPushedWithChainOfClasses() — Method in class QueueFake

Assert if a job was pushed with chained jobs based on a truth-test callback.

QueueFake::assertNotPushed() — Method in class QueueFake

Determine if a job was pushed based on a truth-test callback.

QueueFake::assertNothingPushed() — Method in class QueueFake

Assert that no jobs were pushed.

$ EnumeratesValues#averageProperty in class EnumeratesValues
$ EnumeratesValues#avgProperty in class EnumeratesValues
EnumeratesValues::average() — Method in class EnumeratesValues

Alias for the "avg" method.

ViewErrorBag::any() — Method in class ViewErrorBag

Determine if the default message bag has any messages.

ArrayLoaderClass in namespace Illuminate\Translation
ArrayLoader::addNamespace() — Method in class ArrayLoader

Add a new namespace to the loader.

ArrayLoader::addJsonPath() — Method in class ArrayLoader

Add a new JSON path to the loader.

ArrayLoader::addMessages() — Method in class ArrayLoader

Add messages to the loader.

FileLoader::addNamespace() — Method in class FileLoader

Add a new namespace to the loader.

FileLoader::addJsonPath() — Method in class FileLoader

Add a new JSON path to the loader.

Translator::addLines() — Method in class Translator

Add translation lines to the given locale.

Translator::addNamespace() — Method in class Translator

Add a new namespace to the loader.

Translator::addJsonPath() — Method in class Translator

Add a new JSON path to the loader.

ValidatesAttributes::anyFailingRequired() — Method in class ValidatesAttributes

Determine if any of the given attributes fail the required test.

ValidatesAttributes::allFailingRequired() — Method in class ValidatesAttributes

Determine if all of the given attributes fail the required test.

DatabasePresenceVerifier::addConditions() — Method in class DatabasePresenceVerifier

Add the given conditions to the query.

DatabasePresenceVerifier::addWhere() — Method in class DatabasePresenceVerifier

Add a "where" clause to the given query.

Factory::addExtensions() — Method in class Factory

Add the extensions to a validator instance.

$ Validator#afterProperty in class Validator

All of the registered "after" callbacks.

Validator::after() — Method in class Validator

Add an after validation callback.

Validator::addFailure() — Method in class Validator

Add a failed rule and error message to the collection.

Validator::attributesThatHaveMessages() — Method in class Validator

Generate an array of all attributes that have messages.

Validator::attributes() — Method in class Validator

Get the data under validation.

Validator::addRules() — Method in class Validator

Parse the given rules and merge them into current rules.

Validator::addExtensions() — Method in class Validator

Register an array of custom validator extensions.

Validator::addImplicitExtensions() — Method in class Validator

Register an array of custom implicit validator extensions.

Validator::addDependentExtensions() — Method in class Validator

Register an array of custom dependent validator extensions.

Validator::addExtension() — Method in class Validator

Register a custom validator extension.

Validator::addImplicitExtension() — Method in class Validator

Register a custom implicit validator extension.

Validator::addDependentExtension() — Method in class Validator

Register a custom dependent validator extension.

Validator::addReplacers() — Method in class Validator

Register an array of custom validator message replacers.

Validator::addReplacer() — Method in class Validator

Register a custom validator message replacer.

Validator::addCustomAttributes() — Method in class Validator

Add custom attributes to the validator.

Validator::addCustomValues() — Method in class Validator

Add the custom values for the validator.

BladeCompiler::appendFilePath() — Method in class BladeCompiler

Append the file path to the compiled string.

BladeCompiler::addFooters() — Method in class BladeCompiler

Add the stored footers onto the given content.

ManagesEvents::addViewEvent() — Method in class ManagesEvents

Add an event for a given view.

ManagesEvents::addClassEvent() — Method in class ManagesEvents

Register a class based view composer.

ManagesEvents::addEventListener() — Method in class ManagesEvents

Add a listener to the event dispatcher.

ManagesLayouts::appendSection() — Method in class ManagesLayouts

Stop injecting content into a section and append it.

ManagesLoops::addLoop() — Method in class ManagesLoops

Add new loop to the stack.

Factory::addLocation() — Method in class Factory

Add a location to the array of view locations.

Factory::addNamespace() — Method in class Factory

Add a new namespace to the loader.

Factory::addExtension() — Method in class Factory

Register a valid view extension and its engine.

FileViewFinder::addLocation() — Method in class FileViewFinder

Add a location to the finder.

FileViewFinder::addNamespace() — Method in class FileViewFinder

Add a namespace hint to the finder.

FileViewFinder::addExtension() — Method in class FileViewFinder

Register an extension with the view finder.

ViewFinderInterface::addLocation() — Method in class ViewFinderInterface

Add a location to the finder.

ViewFinderInterface::addNamespace() — Method in class ViewFinderInterface

Add a namespace hint to the finder.

ViewFinderInterface::addExtension() — Method in class ViewFinderInterface

Add a valid view extension to the finder.

B

$ Gate#beforeCallbacksProperty in class Gate

All of the registered before callbacks.

Gate::buildAbilityCallback() — Method in class Gate

Create the ability callback for a callback string.

Gate::before() — Method in class Gate

Register a callback to run before all Gate checks.

$ PasswordBrokerManager#brokersProperty in class PasswordBrokerManager

The array of created "drivers".

PasswordBrokerManager::broker() — Method in class PasswordBrokerManager

Attempt to get the broker from the local cache.

SessionGuard::basic() — Method in class SessionGuard

Attempt to authenticate using HTTP Basic Auth.

SessionGuard::basicCredentials() — Method in class SessionGuard

Get the credential array for a HTTP Basic request.

BroadcastControllerClass in namespace Illuminate\Broadcasting
BroadcastEventClass in namespace Illuminate\Broadcasting
BroadcastExceptionClass in namespace Illuminate\Broadcasting
BroadcastManagerClass in namespace Illuminate\Broadcasting
BroadcastServiceProviderClass in namespace Illuminate\Broadcasting
BroadcasterClass in namespace Illuminate\Broadcasting\Broadcasters
$ Broadcaster#bindingRegistrarProperty in class Broadcaster

The binding registrar instance.

Broadcaster::binder() — Method in class Broadcaster

Get the model binding registrar instance.

LogBroadcaster::broadcast() — Method in class LogBroadcaster

Broadcast the given event.

NullBroadcaster::broadcast() — Method in class NullBroadcaster

Broadcast the given event.

PusherBroadcaster::broadcast() — Method in class PusherBroadcaster

Broadcast the given event.

RedisBroadcaster::broadcast() — Method in class RedisBroadcaster

Broadcast the given event.

RedisBroadcaster::broadcastMultipleChannelsScript() — Method in class RedisBroadcaster

Get the Lua script for broadcasting to multiple channels.

InteractsWithSockets::broadcastToEveryone() — Method in class InteractsWithSockets

Broadcast the event to everyone.

BusServiceProviderClass in namespace Illuminate\Bus
Lock::block() — Method in class Lock

Attempt to acquire the lock for the given number of seconds.

$ Application#bootstrappersProperty in class Application

The console application bootstrappers.

Application::bootstrap() — Method in class Application

Bootstrap the console application.

GeneratorCommand::buildClass() — Method in class GeneratorCommand

Build the class with the given name.

CommandBuilder::buildCommand() — Method in class CommandBuilder

Build the command for the given event.

CommandBuilder::buildForegroundCommand() — Method in class CommandBuilder

Build the command for running the event in the foreground.

CommandBuilder::buildBackgroundCommand() — Method in class CommandBuilder

Build the command for running the event in the background.

$ Event#beforeCallbacksProperty in class Event

The array of callbacks to be run before the event is started.

Event::buildCommand() — Method in class Event

Build the command string.

Event::before() — Method in class Event

Register a callback to be called before the operation.

ManagesFrequencies::between() — Method in class ManagesFrequencies

Schedule the event to run between start and end time.

BoundMethodClass in namespace Illuminate\Container
$ Container#bindingsProperty in class Container

The container's bindings.

$ Container#buildStackProperty in class Container

The stack of concretions currently being built.

Container::bound() — Method in class Container

Determine if the given abstract type has been bound.

Container::bind() — Method in class Container

Register a binding with the container.

Container::bindMethod() — Method in class Container

Bind a callback to resolve with Container::call.

Container::bindIf() — Method in class Container

Register a binding if it hasn't already been registered.

Container::build() — Method in class Container

Instantiate a concrete instance of the given type.

Gate::before() — Method in class Gate

Register a callback to run before all Gate checks.

PasswordBrokerFactory::broker() — Method in class PasswordBrokerFactory

Get a password broker instance by name.

SupportsBasicAuth::basic() — Method in class SupportsBasicAuth

Attempt to authenticate using HTTP Basic Auth.

BroadcasterClass in namespace Illuminate\Contracts\Broadcasting
Broadcaster::broadcast() — Method in class Broadcaster

Broadcast the given event.

ShouldBroadcast::broadcastOn() — Method in class ShouldBroadcast

Get the channels the event should broadcast on.

Lock::block() — Method in class Lock

Attempt to acquire the lock for the given number of seconds.

BindingResolutionExceptionClass in namespace Illuminate\Contracts\Container
Container::bound() — Method in class Container

Determine if the given abstract type has been bound.

Container::bind() — Method in class Container

Register a binding with the container.

Container::bindIf() — Method in class Container

Register a binding if it hasn't already been registered.

Application::basePath() — Method in class Application

Get the base path of the Laravel installation.

Application::bootstrapPath() — Method in class Application

Get the path to the bootstrap directory.

Application::boot() — Method in class Application

Boot the application's service providers.

Application::booting() — Method in class Application

Register a new boot listener.

Application::booted() — Method in class Application

Register a new "booted" listener.

Application::bootstrapWith() — Method in class Application

Run the given array of bootstrap classes.

Kernel::bootstrap() — Method in class Kernel

Bootstrap the application for HTTP requests.

Mailer::bcc() — Method in class Mailer

Begin the process of mailing a mailable class instance.

Queue::bulk() — Method in class Queue

Push an array of jobs onto the queue.

BindingRegistrarClass in namespace Illuminate\Contracts\Routing
BindingRegistrar::bind() — Method in class BindingRegistrar

Add a new route parameter binder.

Manager::bootEloquent() — Method in class Manager

Bootstrap Eloquent so it is ready for usage.

BuildsQueriesClass in namespace Illuminate\Database\Concerns
ManagesTransactions::beginTransaction() — Method in class ManagesTransactions

Start a new database transaction.

Connection::bindValues() — Method in class Connection

Bind values to their parameters in the given statement.

ConnectionInterface::beginTransaction() — Method in class ConnectionInterface

Start a new database transaction.

SqlServerConnector::buildConnectString() — Method in class SqlServerConnector

Build a connection string from the given arguments.

SqlServerConnector::buildHostString() — Method in class SqlServerConnector

Build a host string from the given configuration.

FactoryMakeCommand::buildClass() — Method in class FactoryMakeCommand

Build the class with the given name.

BaseCommandClass in namespace Illuminate\Database\Console\Migrations
DatabaseServiceProvider::boot() — Method in class DatabaseServiceProvider

Bootstrap the application events.

BuilderClass in namespace Illuminate\Database\Eloquent
HasRelationships::belongsTo() — Method in class HasRelationships

Define an inverse one-to-one or many relationship.

HasRelationships::belongsToMany() — Method in class HasRelationships

Define a many-to-many relationship.

$ HigherOrderBuilderProxy#builderProperty in class HigherOrderBuilderProxy

The collection being operated on.

$ Model#bootedProperty in class Model

The array of booted models.

Model::bootIfNotBooted() — Method in class Model

Check if the model needs to be booted and if so, do it.

Model::boot() — Method in class Model

The "booting" method of the model.

Model::bootTraits() — Method in class Model

Boot all of the bootable traits on the model.

BelongsToClass in namespace Illuminate\Database\Eloquent\Relations
BelongsToManyClass in namespace Illuminate\Database\Eloquent\Relations
BelongsToMany::buildDictionary() — Method in class BelongsToMany

Build model dictionary keyed by the relation's foreign key.

InteractsWithPivotTable::baseAttachRecord() — Method in class InteractsWithPivotTable

Create a new pivot attachment record.

HasManyThrough::buildDictionary() — Method in class HasManyThrough

Build model dictionary keyed by the relation's foreign key.

HasOneOrMany::buildDictionary() — Method in class HasOneOrMany

Build model dictionary keyed by the relation's foreign key.

MorphTo::buildDictionary() — Method in class MorphTo

Build a dictionary with the models.

MorphToMany::baseAttachRecord() — Method in class MorphToMany

Create a new pivot attachment record.

Relation::buildMorphMapFromModels() — Method in class Relation

Builds a table-keyed array from model class names.

SoftDeletes::bootSoftDeletes() — Method in class SoftDeletes

Boot the soft deleting trait for a model.

$ QueryExecuted#bindingsProperty in class QueryExecuted

The array of query bindings.

$ QueryException#bindingsProperty in class QueryException

The bindings for the query.

BuilderClass in namespace Illuminate\Database\Query
$ Builder#bindingsProperty in class Builder

The current query value bindings.

BlueprintClass in namespace Illuminate\Database\Schema
Blueprint::build() — Method in class Blueprint

Execute the blueprint against the database.

Blueprint::bigIncrements() — Method in class Blueprint

Create a new auto-incrementing big integer (8-byte) column on the table.

Blueprint::bigInteger() — Method in class Blueprint

Create a new big integer (8-byte) column on the table.

Blueprint::boolean() — Method in class Blueprint

Create a new boolean column on the table.

Blueprint::binary() — Method in class Blueprint

Create a new binary column on the table.

BuilderClass in namespace Illuminate\Database\Schema
Builder::build() — Method in class Builder

Execute the blueprint to build / modify the table.

Builder::blueprintResolver() — Method in class Builder

Set the Schema Blueprint resolver callback.

Dispatcher::broadcastWhen() — Method in class Dispatcher

Check if event should be broadcasted by condition.

Dispatcher::broadcastEvent() — Method in class Dispatcher

Broadcast the given event class.

Filesystem::basename() — Method in class Filesystem

Extract the trailing name component from a file path.

$ Application#basePathProperty in class Application

The base path for the Laravel installation.

$ Application#bootedProperty in class Application

Indicates if the application has "booted".

$ Application#bootingCallbacksProperty in class Application

The array of booting callbacks.

$ Application#bootedCallbacksProperty in class Application

The array of booted callbacks.

Application::bootstrapWith() — Method in class Application

Run the given array of bootstrap classes.

Application::beforeBootstrapping() — Method in class Application

Register a callback to run before a bootstrapper.

Application::bindPathsInContainer() — Method in class Application

Bind all of the application paths in the container.

Application::basePath() — Method in class Application

Get the base path of the Laravel installation.

Application::bootstrapPath() — Method in class Application

Get the path to the bootstrap directory.

Application::bound() — Method in class Application

Determine if the given abstract type has been bound.

Application::boot() — Method in class Application

Boot the application's service providers.

Application::bootProvider() — Method in class Application

Boot the given service provider.

Application::booting() — Method in class Application

Register a new boot listener.

Application::booted() — Method in class Application

Register a new "booted" listener.

ResetsPasswords::broker() — Method in class ResetsPasswords

Get the broker to be used during password reset.

SendsPasswordResetEmails::broker() — Method in class SendsPasswordResetEmails

Get the broker to be used during password reset.

BootProvidersClass in namespace Illuminate\Foundation\Bootstrap
BootProviders::bootstrap() — Method in class BootProviders

Bootstrap the given application.

HandleExceptions::bootstrap() — Method in class HandleExceptions

Bootstrap the given application.

LoadConfiguration::bootstrap() — Method in class LoadConfiguration

Bootstrap the given application.

LoadEnvironmentVariables::bootstrap() — Method in class LoadEnvironmentVariables

Bootstrap the given application.

RegisterFacades::bootstrap() — Method in class RegisterFacades

Bootstrap the given application.

RegisterProviders::bootstrap() — Method in class RegisterProviders

Bootstrap the given application.

SetRequestForConsole::bootstrap() — Method in class SetRequestForConsole

Bootstrap the given application.

ChannelMakeCommand::buildClass() — Method in class ChannelMakeCommand

Build the class with the given name.

$ Kernel#bootstrappersProperty in class Kernel

The bootstrap classes for the application.

Kernel::bootstrap() — Method in class Kernel

Bootstrap the application for artisan commands.

Kernel::bootstrappers() — Method in class Kernel

Get the bootstrap classes for the application.

ListenerMakeCommand::buildClass() — Method in class ListenerMakeCommand

Build the class with the given name.

MailMakeCommand::buildClass() — Method in class MailMakeCommand

Build the class with the given name.

NotificationMakeCommand::buildClass() — Method in class NotificationMakeCommand

Build the class with the given name.

ObserverMakeCommand::buildClass() — Method in class ObserverMakeCommand

Build the class with the given name.

PolicyMakeCommand::buildClass() — Method in class PolicyMakeCommand

Build the class with the given name.

PresetCommand::bootstrap() — Method in class PresetCommand

Install the "bootstrap" preset.

BootstrapClass in namespace Illuminate\Foundation\Console\Presets
RouteCacheCommand::buildRouteCacheFile() — Method in class RouteCacheCommand

Build the route cache file.

ViewCacheCommand::bladeFilesIn() — Method in class ViewCacheCommand

Get the Blade files in the given path.

Dispatchable::broadcast() — Method in class Dispatchable

Broadcast the event with the given arguments.

$ Kernel#bootstrappersProperty in class Kernel

The bootstrap classes for the application.

Kernel::bootstrap() — Method in class Kernel

Bootstrap the application for HTTP requests.

Kernel::bootstrappers() — Method in class Kernel

Get the bootstrap classes for the application.

$ PackageManifest#basePathProperty in class PackageManifest

The base path.

PackageManifest::build() — Method in class PackageManifest

Build the manifest and write it to disk.

FormRequestServiceProvider::boot() — Method in class FormRequestServiceProvider

Bootstrap the application services.

FoundationServiceProvider::boot() — Method in class FoundationServiceProvider

Boot the service provider.

EventServiceProvider::boot() — Method in class EventServiceProvider

Register the application's event listeners.

RouteServiceProvider::boot() — Method in class RouteServiceProvider

Bootstrap any application services.

InteractsWithAuthentication::be() — Method in class InteractsWithAuthentication

Set the currently logged in user for the application.

DatabaseTransactions::beginDatabaseTransaction() — Method in class DatabaseTransactions

Handle database transactions on the specified connections.

RefreshDatabase::beginDatabaseTransaction() — Method in class RefreshDatabase

Begin a database transaction on the testing database.

$ TestCase#beforeApplicationDestroyedCallbacksProperty in class TestCase

The callbacks that should be run before the application is destroyed.

TestCase::beforeApplicationDestroyed() — Method in class TestCase

Register a callback to be run before the application is destroyed.

$ TestResponse#baseResponseProperty in class TestResponse

The response to delegate to.

BcryptHasherClass in namespace Illuminate\Hashing
InteractsWithInput::bearerToken() — Method in class InteractsWithInput

Get the bearer token from the request headers.

InteractsWithInput::boolean() — Method in class InteractsWithInput

Retrieve input as a boolean value.

$ Mailable#bccProperty in class Mailable

The "bcc" recipients of the message.

Mailable::buildView() — Method in class Mailable

Build the view for the message.

Mailable::buildMarkdownView() — Method in class Mailable

Build the Markdown view for the message.

Mailable::buildViewData() — Method in class Mailable

Build the view data for the message.

Mailable::buildMarkdownText() — Method in class Mailable

Build the text view for a Markdown message.

Mailable::buildFrom() — Method in class Mailable

Add the sender to the message.

Mailable::buildRecipients() — Method in class Mailable

Add all of the recipients to the message.

Mailable::buildSubject() — Method in class Mailable

Set the subject for the message.

Mailable::buildAttachments() — Method in class Mailable

Add all of the attachments to the message.

Mailable::buildDiskAttachments() — Method in class Mailable

Add all of the disk attachments to the message.

Mailable::bcc() — Method in class Mailable

Set the recipients of the message.

Mailable::buildViewDataUsing() — Method in class Mailable

Register a callback to be called while building the view data.

Mailer::bcc() — Method in class Mailer

Begin the process of mailing a mailable class instance.

Message::bcc() — Method in class Message

Add a blind carbon copy to the message.

$ PendingMail#bccProperty in class PendingMail

The "bcc" recipients of the message.

PendingMail::bcc() — Method in class PendingMail

Set the recipients of the message.

Transport::beforeSendPerformed() — Method in class Transport

Iterate through registered plugins and execute plugins' methods.

BroadcastChannelClass in namespace Illuminate\Notifications\Channels
DatabaseChannel::buildPayload() — Method in class DatabaseChannel

Build an array payload for the DatabaseNotification Model.

MailChannel::buildView() — Method in class MailChannel

Build the notification's view.

MailChannel::buildMessage() — Method in class MailChannel

Build the mail message.

BroadcastNotificationCreatedClass in namespace Illuminate\Notifications\Events
BroadcastNotificationCreated::broadcastOn() — Method in class BroadcastNotificationCreated

Get the channels the event should broadcast on.

BroadcastNotificationCreated::broadcastWith() — Method in class BroadcastNotificationCreated

Get the data that should be sent with the broadcasted event.

BroadcastNotificationCreated::broadcastType() — Method in class BroadcastNotificationCreated

Get the type of the notification being broadcast.

BroadcastMessageClass in namespace Illuminate\Notifications\Messages
$ MailMessage#bccProperty in class MailMessage

The "bcc" information for the message.

MailMessage::bcc() — Method in class MailMessage

Set the bcc address for the mail message.

Notification::broadcastOn() — Method in class Notification

Get the channels the event should broadcast on.

$ NotificationSender#busProperty in class NotificationSender

The Bus dispatcher instance.

NotificationServiceProvider::boot() — Method in class NotificationServiceProvider

Boot the application services.

AbstractPaginator::buildFragment() — Method in class AbstractPaginator

Build the full fragment portion of a URL.

PaginationServiceProvider::boot() — Method in class PaginationServiceProvider

Bootstrap any application services.

BeanstalkdQueueClass in namespace Illuminate\Queue
$ BeanstalkdQueue#blockForProperty in class BeanstalkdQueue

The maximum number of seconds to block for a job.

Manager::bulk() — Method in class Manager

Push a new an array of jobs onto the queue.

BeanstalkdConnectorClass in namespace Illuminate\Queue\Connectors
DatabaseQueue::bulk() — Method in class DatabaseQueue

Push an array of jobs onto the queue.

DatabaseQueue::buildDatabaseRecord() — Method in class DatabaseQueue

Create an array to insert for the given job.

BeanstalkdJobClass in namespace Illuminate\Queue\Jobs
BeanstalkdJob::bury() — Method in class BeanstalkdJob

Bury the job in the queue.

Queue::bulk() — Method in class Queue

Push an array of jobs onto the queue.

QueueManager::before() — Method in class QueueManager

Register an event listener for the before job event.

$ RedisQueue#blockForProperty in class RedisQueue

The maximum number of seconds to block for a job.

PhpRedisConnection::blpop() — Method in class PhpRedisConnection

Removes and returns the first element of the list stored at key.

PhpRedisConnection::brpop() — Method in class PhpRedisConnection

Removes and returns the last element of the list stored at key.

PhpRedisConnector::buildClusterConnectionString() — Method in class PhpRedisConnector

Build a single cluster seed string from array.

ConcurrencyLimiter::block() — Method in class ConcurrencyLimiter

Attempt to acquire the lock for the given number of seconds.

ConcurrencyLimiterBuilder::block() — Method in class ConcurrencyLimiterBuilder

Set the amount of time to block until a lock is available.

DurationLimiter::block() — Method in class DurationLimiter

Attempt to acquire the lock for the given number of seconds.

DurationLimiterBuilder::block() — Method in class DurationLimiterBuilder

Set the amount of time to block until a lock is available.

ControllerMakeCommand::buildClass() — Method in class ControllerMakeCommand

Build the class with the given name.

ControllerMakeCommand::buildParentReplacements() — Method in class ControllerMakeCommand

Build the replacements for a parent controller.

ControllerMakeCommand::buildModelReplacements() — Method in class ControllerMakeCommand

Build the model replacement values.

ThrottleRequests::buildException() — Method in class ThrottleRequests

Create a 'too many attempts' exception.

Redirector::back() — Method in class Redirector

Create a new redirect response to the previous location.

Route::bind() — Method in class Route

Bind the route to a given request for execution.

RouteParameterBinder::bindPathParameters() — Method in class RouteParameterBinder

Get the parameter matches for the path portion of the URI.

RouteParameterBinder::bindHostParameters() — Method in class RouteParameterBinder

Extract the parameter list from the host part of the request.

$ Router#bindersProperty in class Router

The registered route value binders.

Router::bind() — Method in class Router

Add a new route parameter binder.

SessionManager::buildSession() — Method in class SessionManager

Build the session instance.

SessionManager::buildEncryptedSession() — Method in class SessionManager

Build the encrypted session instance.

App::basePath() — Method in class App
App::bootstrapPath() — Method in class App
App::boot() — Method in class App
App::booting() — Method in class App
App::booted() — Method in class App
App::bootstrapWith() — Method in class App
BladeClass in namespace Illuminate\Support\Facades
BroadcastClass in namespace Illuminate\Support\Facades
BusClass in namespace Illuminate\Support\Facades
DB::beginTransaction() — Method in class DB
File::basename() — Method in class File
Gate::before() — Method in class Gate
Mail::bcc() — Method in class Mail
Queue::bulk() — Method in class Queue
Redirect::back() — Method in class Redirect
Request::bearerToken() — Method in class Request
Route::bind() — Method in class Route
Str::before() — Method in class Str

Get the portion of a string before the first occurrence of a given value.

Str::beforeLast() — Method in class Str

Get the portion of a string before the last occurrence of a given value.

BusFakeClass in namespace Illuminate\Support\Testing\Fakes
MailFake::bcc() — Method in class MailFake

Begin the process of mailing a mailable class instance.

QueueFake::bulk() — Method in class QueueFake

Push an array of jobs onto the queue.

$ ViewErrorBag#bagsProperty in class ViewErrorBag

The array of the view error bags.

BladeCompilerClass in namespace Illuminate\View\Compilers
ManagesEvents::buildClassEventCallback() — Method in class ManagesEvents

Build a class based container callback Closure.

C

$ Gate#containerProperty in class Gate

The container instance.

Gate::check() — Method in class Gate

Determine if all of the given abilities should be granted for the current user.

Gate::canBeCalledWithUser() — Method in class Gate

Determine whether the callback/method can be called with the given user.

Gate::callbackAllowsGuests() — Method in class Gate

Determine if the callback allows guests.

Gate::callAuthCallback() — Method in class Gate

Resolve and call the appropriate authorization callback.

Gate::callBeforeCallbacks() — Method in class Gate

Call all of the before callbacks and return if a result is given.

Gate::callAfterCallbacks() — Method in class Gate

Call all of the after callbacks with check result.

Gate::callPolicyBefore() — Method in class Gate

Call the "before" method on the given policy, if applicable.

Gate::callPolicyMethod() — Method in class Gate

Call the appropriate method on the given policy.

$ Response#codeProperty in class Response

The response code.

Response::code() — Method in class Response

Get the response code / reason.

$ AuthManager#customCreatorsProperty in class AuthManager

The registered custom driver creators.

AuthManager::callCustomCreator() — Method in class AuthManager

Call a custom driver creator.

AuthManager::createSessionDriver() — Method in class AuthManager

Create a session based authentication guard.

AuthManager::createTokenDriver() — Method in class AuthManager

Create a token based authentication guard.

ClearResetsCommandClass in namespace Illuminate\Auth\Console
CreatesUserProvidersClass in namespace Illuminate\Auth
$ CreatesUserProviders#customProviderCreatorsProperty in class CreatesUserProviders

The registered custom provider creators.

CreatesUserProviders::createUserProvider() — Method in class CreatesUserProviders

Create the user provider implementation for the driver.

CreatesUserProviders::createDatabaseProvider() — Method in class CreatesUserProviders

Create an instance of the database user provider.

CreatesUserProviders::createEloquentProvider() — Method in class CreatesUserProviders

Create an instance of the Eloquent user provider.

$ DatabaseUserProvider#connProperty in class DatabaseUserProvider

The active database connection.

EloquentUserProvider::createModel() — Method in class EloquentUserProvider

Create a new instance of the model.

$ Attempting#credentialsProperty in class Attempting

The credentials for the user.

CurrentDeviceLogoutClass in namespace Illuminate\Auth\Events
$ Failed#credentialsProperty in class Failed

The credentials provided by the attempter.

GuardHelpers::check() — Method in class GuardHelpers

Determine if the current user is authenticated.

CanResetPasswordClass in namespace Illuminate\Auth\Passwords
$ DatabaseTokenRepository#connectionProperty in class DatabaseTokenRepository

The database connection instance.

DatabaseTokenRepository::create() — Method in class DatabaseTokenRepository

Create a new token record.

DatabaseTokenRepository::createNewToken() — Method in class DatabaseTokenRepository

Create a new token for the user.

PasswordBroker::createToken() — Method in class PasswordBroker

Create a new password reset token for the given user.

PasswordBrokerManager::createTokenRepository() — Method in class PasswordBrokerManager

Create a token repository instance based on the given configuration.

TokenRepositoryInterface::create() — Method in class TokenRepositoryInterface

Create a new token.

$ RequestGuard#callbackProperty in class RequestGuard

The guard callback.

$ SessionGuard#cookieProperty in class SessionGuard

The Illuminate cookie creator service.

SessionGuard::createRecaller() — Method in class SessionGuard

Create a "remember me" cookie for a given ID.

SessionGuard::clearUserDataFromStorage() — Method in class SessionGuard

Remove the user data from the session and cookies.

SessionGuard::cycleRememberToken() — Method in class SessionGuard

Refresh the "remember me" token for the user.

$ BroadcastManager#customCreatorsProperty in class BroadcastManager

The registered custom driver creators.

BroadcastManager::connection() — Method in class BroadcastManager

Get a driver instance.

BroadcastManager::callCustomCreator() — Method in class BroadcastManager

Call a custom driver creator.

BroadcastManager::createPusherDriver() — Method in class BroadcastManager

Create an instance of the driver.

BroadcastManager::createRedisDriver() — Method in class BroadcastManager

Create an instance of the driver.

BroadcastManager::createLogDriver() — Method in class BroadcastManager

Create an instance of the driver.

BroadcastManager::createNullDriver() — Method in class BroadcastManager

Create an instance of the driver.

$ Broadcaster#channelsProperty in class Broadcaster

The registered channel authenticators.

$ Broadcaster#channelOptionsProperty in class Broadcaster

The registered channel options.

Broadcaster::channel() — Method in class Broadcaster

Register a channel authenticator.

Broadcaster::channelNameMatchesPattern() — Method in class Broadcaster

Check if channel name from request match a pattern from registered channels.

$ RedisBroadcaster#connectionProperty in class RedisBroadcaster

The Redis connection to use for broadcasting.

ChannelClass in namespace Illuminate\Broadcasting
$ Dispatcher#containerProperty in class Dispatcher

The container implementation.

Dispatcher::commandShouldBeQueued() — Method in class Dispatcher

Determine if the given command should be queued.

$ Queueable#connectionProperty in class Queueable

The name of the connection the job should be sent to.

$ Queueable#chainConnectionProperty in class Queueable

The name of the connection the chain should be sent to.

$ Queueable#chainQueueProperty in class Queueable

The name of the queue the chain should be sent to.

$ Queueable#chainedProperty in class Queueable

The jobs that should run if this job is successful.

Queueable::chain() — Method in class Queueable

Set the jobs that should run if this job is successful.

ArrayStore::calculateExpiration() — Method in class ArrayStore

Get the expiration time of the key.

CacheManagerClass in namespace Illuminate\Cache
$ CacheManager#customCreatorsProperty in class CacheManager

The registered custom driver creators.

CacheManager::callCustomCreator() — Method in class CacheManager

Call a custom driver creator.

CacheManager::createApcDriver() — Method in class CacheManager

Create an instance of the APC cache driver.

CacheManager::createArrayDriver() — Method in class CacheManager

Create an instance of the array cache driver.

CacheManager::createFileDriver() — Method in class CacheManager

Create an instance of the file cache driver.

CacheManager::createMemcachedDriver() — Method in class CacheManager

Create an instance of the Memcached cache driver.

CacheManager::createNullDriver() — Method in class CacheManager

Create an instance of the Null cache driver.

CacheManager::createRedisDriver() — Method in class CacheManager

Create an instance of the Redis cache driver.

CacheManager::createDatabaseDriver() — Method in class CacheManager

Create an instance of the database cache driver.

CacheManager::createDynamodbDriver() — Method in class CacheManager

Create an instance of the DynamoDB cache driver.

CacheServiceProviderClass in namespace Illuminate\Cache
CacheTableCommandClass in namespace Illuminate\Cache\Console
$ CacheTableCommand#composerProperty in class CacheTableCommand
CacheTableCommand::createBaseMigration() — Method in class CacheTableCommand

Create a base migration file for the table.

ClearCommandClass in namespace Illuminate\Cache\Console
$ ClearCommand#cacheProperty in class ClearCommand

The cache manager instance.

ClearCommand::cache() — Method in class ClearCommand

Get the cache instance for the command.

$ ForgetCommand#cacheProperty in class ForgetCommand

The cache manager instance.

$ DatabaseStore#connectionProperty in class DatabaseStore

The database connection instance.

CacheEventClass in namespace Illuminate\Cache\Events
CacheHitClass in namespace Illuminate\Cache\Events
CacheMissedClass in namespace Illuminate\Cache\Events
MemcachedConnector::connect() — Method in class MemcachedConnector

Create a new Memcached connection.

MemcachedConnector::createMemcachedInstance() — Method in class MemcachedConnector

Create the Memcached instance.

MemcachedStore::calculateExpiration() — Method in class MemcachedStore

Get the expiration time of the key.

$ RateLimiter#cacheProperty in class RateLimiter

The cache store implementation.

RateLimiter::clear() — Method in class RateLimiter

Clear the hits and lockout timer for the given key.

RateLimiter::cleanRateLimiterKey() — Method in class RateLimiter

Clean the rate limiter key from unicode characters.

$ RedisStore#connectionProperty in class RedisStore

The Redis connection that should be used.

RedisStore::connection() — Method in class RedisStore

Get the Redis connection instance.

Repository::clear() — Method in class Repository
{@inheritdoc}
Application::call() — Method in class Application

Run an Artisan console command by name.

CommandClass in namespace Illuminate\Console
Command::configureUsingFluentDefinition() — Method in class Command

Configure the console command using a fluent definition.

CallsCommandsClass in namespace Illuminate\Console\Concerns
CallsCommands::call() — Method in class CallsCommands

Call another console command.

CallsCommands::callSilent() — Method in class CallsCommands

Call another console command silently.

CallsCommands::createInputFromArguments() — Method in class CallsCommands

Create an input instance from the given arguments.

CallsCommands::context() — Method in class CallsCommands

Get all of the context passed to the command.

InteractsWithIO::confirm() — Method in class InteractsWithIO

Confirm a question with the user.

InteractsWithIO::choice() — Method in class InteractsWithIO

Give the user a single choice from an array of answers.

InteractsWithIO::comment() — Method in class InteractsWithIO

Write a string as comment output.

ConfirmableTraitClass in namespace Illuminate\Console
ConfirmableTrait::confirmToProceed() — Method in class ConfirmableTrait

Confirm before proceeding with the action.

CommandFinishedClass in namespace Illuminate\Console\Events
$ CommandFinished#commandProperty in class CommandFinished

The command name.

CommandStartingClass in namespace Illuminate\Console\Events
$ CommandStarting#commandProperty in class CommandStarting

The command name.

CacheEventMutexClass in namespace Illuminate\Console\Scheduling
$ CacheEventMutex#cacheProperty in class CacheEventMutex

The cache repository implementation.

CacheEventMutex::create() — Method in class CacheEventMutex

Attempt to obtain an event mutex for the given event.

CacheSchedulingMutexClass in namespace Illuminate\Console\Scheduling
$ CacheSchedulingMutex#cacheProperty in class CacheSchedulingMutex

The cache factory implementation.

CacheSchedulingMutex::create() — Method in class CacheSchedulingMutex

Attempt to obtain a scheduling mutex for the given event.

CallbackEventClass in namespace Illuminate\Console\Scheduling
$ CallbackEvent#callbackProperty in class CallbackEvent

The callback to call.

CommandBuilderClass in namespace Illuminate\Console\Scheduling
$ Event#commandProperty in class Event

The command string.

Event::callBeforeCallbacks() — Method in class Event

Call all of the "before" callbacks for the event.

Event::callAfterCallbacks() — Method in class Event

Call all of the "after" callbacks for the event.

Event::callAfterCallbacksWithExitCode() — Method in class Event

Call all of the "after" callbacks for the event.

EventMutex::create() — Method in class EventMutex

Attempt to obtain an event mutex for the given event.

ManagesFrequencies::cron() — Method in class ManagesFrequencies

The Cron expression representing the event's frequency.

Schedule::call() — Method in class Schedule

Add a new callback event to the schedule.

Schedule::command() — Method in class Schedule

Add a new Artisan command event to the schedule.

Schedule::compileParameters() — Method in class Schedule

Compile parameters for a command.

Schedule::compileArrayInput() — Method in class Schedule

Compile array input for a command.

SchedulingMutex::create() — Method in class SchedulingMutex

Attempt to obtain a scheduling mutex for the given event.

BoundMethod::call() — Method in class BoundMethod

Call the given Closure / [email protected] and inject its dependencies.

BoundMethod::callClass() — Method in class BoundMethod

Call a string reference to a class using [email protected] syntax.

BoundMethod::callBoundMethod() — Method in class BoundMethod

Call a method that has been bound to the container.

ContainerClass in namespace Illuminate\Container
$ Container#contextualProperty in class Container

The contextual binding map.

Container::callMethodBinding() — Method in class Container

Get the method binding for the given method.

Container::call() — Method in class Container

Call the given Closure / [email protected] and inject its dependencies.

ContextualBindingBuilderClass in namespace Illuminate\Container
$ ContextualBindingBuilder#containerProperty in class ContextualBindingBuilder

The underlying container instance.

$ ContextualBindingBuilder#concreteProperty in class ContextualBindingBuilder

The concrete instance.

$ RewindableGenerator#countProperty in class RewindableGenerator

The number of tagged services.

RewindableGenerator::count() — Method in class RewindableGenerator

Get the total number of tagged services.

Authorizable::can() — Method in class Authorizable

Determine if the entity has a given ability.

Gate::check() — Method in class Gate

Determine if all of the given abilities should be granted for the current user.

CanResetPasswordClass in namespace Illuminate\Contracts\Auth
Guard::check() — Method in class Guard

Determine if the current user is authenticated.

Factory::connection() — Method in class Factory

Get a broadcaster implementation by name.

Application::call() — Method in class Application

Run an Artisan console command by name.

Kernel::call() — Method in class Kernel

Run an Artisan console command by name.

ContainerClass in namespace Illuminate\Contracts\Container
Container::call() — Method in class Container

Call the given Closure / [email protected] and inject its dependencies.

ContextualBindingBuilderClass in namespace Illuminate\Contracts\Container
$ ModelIdentifier#classProperty in class ModelIdentifier

The class name of the model.

$ ModelIdentifier#connectionProperty in class ModelIdentifier

The connection name of the model.

CloudClass in namespace Illuminate\Contracts\Filesystem
Filesystem::copy() — Method in class Filesystem

Copy a file to a new location.

Application::configPath() — Method in class Application

Get the path to the application configuration files.

Application::configurationIsCached() — Method in class Application

Determine if the application configuration is cached.

Hasher::check() — Method in class Hasher

Check the given plain value against a hash.

Factory::channel() — Method in class Factory

Get a channel instance by name.

Paginator::currentPage() — Method in class Paginator

Determine the current page being paginated.

Factory::connection() — Method in class Factory

Resolve a queue connection instance.

ConnectionClass in namespace Illuminate\Contracts\Redis
Connection::command() — Method in class Connection

Run a command against the Redis database.

ConnectorClass in namespace Illuminate\Contracts\Redis
Connector::connect() — Method in class Connector

Create a connection to a Redis cluster.

Connector::connectToCluster() — Method in class Connector

Create a connection to a Redis instance.

Factory::connection() — Method in class Factory

Get a Redis connection by name.

UrlGenerator::current() — Method in class UrlGenerator

Get the current URL for the request.

MessageBag::count() — Method in class MessageBag

Get the number of messages in the container.

Translator::choice() — Method in class Translator

Get a translation according to an integer value.

Factory::composer() — Method in class Factory

Register a view composer event.

Factory::creator() — Method in class Factory

Register a view creator event.

CookieJarClass in namespace Illuminate\Cookie
CookieServiceProviderClass in namespace Illuminate\Cookie
CookieValuePrefixClass in namespace Illuminate\Cookie
CookieValuePrefix::create() — Method in class CookieValuePrefix

Create a new cookie value prefix for the given cookie name.

$ AddQueuedCookiesToResponse#cookiesProperty in class AddQueuedCookiesToResponse

The cookie jar instance.

Manager::connection() — Method in class Manager

Get a connection instance from the global manager.

BuildsQueries::chunk() — Method in class BuildsQueries

Chunk the results of the query.

BuildsQueries::chunkById() — Method in class BuildsQueries

Chunk the results of a query by comparing IDs.

ManagesTransactions::createTransaction() — Method in class ManagesTransactions

Create a transaction within the database.

ManagesTransactions::createSavepoint() — Method in class ManagesTransactions

Create a save point within the database.

ManagesTransactions::commit() — Method in class ManagesTransactions

Commit the active database transaction.

ConfigurationUrlParserClass in namespace Illuminate\Database
ConnectionClass in namespace Illuminate\Database
$ Connection#configProperty in class Connection

The database connection configuration options.

Connection::cursor() — Method in class Connection

Run a select statement against the database and returns a generator.

ConnectionInterfaceClass in namespace Illuminate\Database
ConnectionInterface::cursor() — Method in class ConnectionInterface

Run a select statement against the database and returns a generator.

ConnectionInterface::commit() — Method in class ConnectionInterface

Commit the active database transaction.

ConnectionResolverClass in namespace Illuminate\Database
$ ConnectionResolver#connectionsProperty in class ConnectionResolver

All of the registered connections.

ConnectionResolver::connection() — Method in class ConnectionResolver

Get a database connection instance.

ConnectionResolverInterfaceClass in namespace Illuminate\Database
ConnectionResolverInterface::connection() — Method in class ConnectionResolverInterface

Get a database connection instance.

ConnectionFactoryClass in namespace Illuminate\Database\Connectors
$ ConnectionFactory#containerProperty in class ConnectionFactory

The IoC container instance.

ConnectionFactory::createSingleConnection() — Method in class ConnectionFactory

Create a single database connection instance.

ConnectionFactory::createReadWriteConnection() — Method in class ConnectionFactory

Create a single database connection instance.

ConnectionFactory::createReadPdo() — Method in class ConnectionFactory

Create a new PDO instance for reading.

ConnectionFactory::createPdoResolver() — Method in class ConnectionFactory

Create a new Closure that resolves to a PDO instance.

ConnectionFactory::createPdoResolverWithHosts() — Method in class ConnectionFactory

Create a new Closure that resolves to a PDO instance with a specific host or an array of hosts.

ConnectionFactory::createPdoResolverWithoutHosts() — Method in class ConnectionFactory

Create a new Closure that resolves to a PDO instance where there is no configured host.

ConnectionFactory::createConnector() — Method in class ConnectionFactory

Create a connector instance based on the configuration.

ConnectionFactory::createConnection() — Method in class ConnectionFactory

Create a new connection instance.

ConnectorClass in namespace Illuminate\Database\Connectors
Connector::createConnection() — Method in class Connector

Create a new PDO connection.

Connector::createPdoConnection() — Method in class Connector

Create a new PDO connection instance.

ConnectorInterfaceClass in namespace Illuminate\Database\Connectors
ConnectorInterface::connect() — Method in class ConnectorInterface

Establish a database connection.

MySqlConnector::connect() — Method in class MySqlConnector

Establish a database connection.

MySqlConnector::configureEncoding() — Method in class MySqlConnector

Set the connection character set and collation.

MySqlConnector::configureTimezone() — Method in class MySqlConnector

Set the timezone on the connection.

PostgresConnector::connect() — Method in class PostgresConnector

Establish a database connection.

PostgresConnector::configureEncoding() — Method in class PostgresConnector

Set the connection character set and collation.

PostgresConnector::configureTimezone() — Method in class PostgresConnector

Set the timezone on the connection.

PostgresConnector::configureSchema() — Method in class PostgresConnector

Set the schema on the connection.

PostgresConnector::configureApplicationName() — Method in class PostgresConnector

Set the schema on the connection.

SQLiteConnector::connect() — Method in class SQLiteConnector

Establish a database connection.

SqlServerConnector::connect() — Method in class SqlServerConnector

Establish a database connection.

$ MigrateMakeCommand#creatorProperty in class MigrateMakeCommand

The migration creator instance.

$ MigrateMakeCommand#composerProperty in class MigrateMakeCommand

The Composer instance.

$ SeederMakeCommand#composerProperty in class SeederMakeCommand

The Composer instance.

$ DatabaseManager#connectionsProperty in class DatabaseManager

The active connection instances.

DatabaseManager::connection() — Method in class DatabaseManager

Get a database connection instance.

DatabaseManager::configuration() — Method in class DatabaseManager

Get the configuration for a connection.

DatabaseManager::configure() — Method in class DatabaseManager

Prepare the database connection instance.

DetectsConcurrencyErrors::causedByConcurrencyError() — Method in class DetectsConcurrencyErrors

Determine if the given exception was caused by a concurrency error such as a deadlock or serialization failure.

DetectsLostConnections::causedByLostConnection() — Method in class DetectsLostConnections

Determine if the given exception was caused by a lost connection.

Builder::cursor() — Method in class Builder

Get a lazy collection for the given query.

Builder::create() — Method in class Builder

Save a new model and return the instance.

Builder::callScope() — Method in class Builder

Apply the given scope on the current builder instance.

Builder::createNestedWhere() — Method in class Builder

Create a where array with nested where conditions.

Builder::createSelectWithConstraint() — Method in class Builder

Create a constraint to select the given columns for the relation.

CollectionClass in namespace Illuminate\Database\Eloquent
Collection::contains() — Method in class Collection

Determine if a key exists in the collection.

Collection::collapse() — Method in class Collection

Collapse the collection of items into a single array.

$ HasAttributes#changesProperty in class HasAttributes

The changed model attributes.

$ HasAttributes#castsProperty in class HasAttributes

The attributes that should be cast to native types.

HasAttributes::castAttribute() — Method in class HasAttributes

Cast an attribute to a native PHP type.

HasAttributes::castAttributeAsJson() — Method in class HasAttributes

Cast the given attribute to JSON.

HasAttributes::cacheMutatedAttributes() — Method in class HasAttributes

Extract and cache all the mutated attributes of a class.

HasEvents::creating() — Method in class HasEvents

Register a creating model event with the dispatcher.

HasEvents::created() — Method in class HasEvents

Register a created model event with the dispatcher.

QueriesRelationships::canUseExistsForExistenceCheck() — Method in class QueriesRelationships

Check if we can run an "exists" query to optimize performance.

Factory::construct() — Method in class Factory

Create a new factory container.

Factory::create() — Method in class Factory

Create an instance of the given model and persist it to the database.

Factory::createAs() — Method in class Factory

Create an instance of the given model and type and persist it to the database.

$ FactoryBuilder#classProperty in class FactoryBuilder

The model being built.

$ FactoryBuilder#connectionProperty in class FactoryBuilder

The database connection on which the model instance should be persisted.

FactoryBuilder::connection() — Method in class FactoryBuilder

Set the database connection on which the model instance should be persisted.

FactoryBuilder::create() — Method in class FactoryBuilder

Create a collection of models and persist them to the database.

FactoryBuilder::createMany() — Method in class FactoryBuilder

Create a collection of models and persist them to the database.

FactoryBuilder::callAfterMaking() — Method in class FactoryBuilder

Run after making callbacks on a collection of models.

FactoryBuilder::callAfterCreating() — Method in class FactoryBuilder

Run after creating callbacks on a collection of models.

FactoryBuilder::callAfter() — Method in class FactoryBuilder

Call after callbacks for each model and state.

FactoryBuilder::callAfterCallbacks() — Method in class FactoryBuilder

Call after callbacks for each model and state.

$ Model#connectionProperty in class Model

The connection name for the model.

Model::clearBootedModels() — Method in class Model

Clear the list of booted models so they will be re-booted.

$ BelongsTo#childProperty in class BelongsTo

The child model instance of the relation.

BelongsToMany::chunk() — Method in class BelongsToMany

Chunk the results of the query.

BelongsToMany::chunkById() — Method in class BelongsToMany

Chunk the results of a query by comparing numeric IDs.

BelongsToMany::cursor() — Method in class BelongsToMany

Get a lazy collection for the given query.

BelongsToMany::create() — Method in class BelongsToMany

Create a new instance of the related model.

BelongsToMany::createMany() — Method in class BelongsToMany

Create an array of new instances of the related models.

BelongsToMany::createdAt() — Method in class BelongsToMany

Get the name of the "created at" column.

InteractsWithPivotTable::castKeys() — Method in class InteractsWithPivotTable

Cast the given keys to integers if they are numeric and string otherwise.

InteractsWithPivotTable::castKey() — Method in class InteractsWithPivotTable

Cast the given key to convert to primary key type.

InteractsWithPivotTable::castAttributes() — Method in class InteractsWithPivotTable

Cast the given pivot attributes.

HasManyThrough::chunk() — Method in class HasManyThrough

Chunk the results of the query.

HasManyThrough::chunkById() — Method in class HasManyThrough

Chunk the results of a query by comparing numeric IDs.

HasManyThrough::cursor() — Method in class HasManyThrough

Get a generator for the given query.

HasOneOrMany::create() — Method in class HasOneOrMany

Create a new instance of the related model.

HasOneOrMany::createMany() — Method in class HasOneOrMany

Create a Collection of new instances of the related model.

MorphTo::createModelByType() — Method in class MorphTo

Create a new model instance by type.

$ Relation#constraintsProperty in class Relation

Indicates if the relation is adding constraints.

Relation::createdAt() — Method in class Relation

Get the name of the "created at" column.

ConnectionEventClass in namespace Illuminate\Database\Events
$ ConnectionEvent#connectionNameProperty in class ConnectionEvent

The name of the connection.

$ ConnectionEvent#connectionProperty in class ConnectionEvent

The database connection instance.

$ QueryExecuted#connectionProperty in class QueryExecuted

The database connection instance.

$ QueryExecuted#connectionNameProperty in class QueryExecuted

The database connection name.

$ StatementPrepared#connectionProperty in class StatementPrepared

The database connection instance.

Grammar::columnize() — Method in class Grammar

Convert an array of column names into a delimited string.

$ MigrationServiceProvider#commandsProperty in class MigrationServiceProvider

The commands to be registered.

$ DatabaseMigrationRepository#connectionProperty in class DatabaseMigrationRepository

The name of the database connection to use.

DatabaseMigrationRepository::createRepository() — Method in class DatabaseMigrationRepository

Create the migration repository data store.

$ Migration#connectionProperty in class Migration

The name of the database connection to use.

MigrationCreator::create() — Method in class MigrationCreator

Create a new migration at the given path.

MigrationRepositoryInterface::createRepository() — Method in class MigrationRepositoryInterface

Create the migration repository data store.

$ Migrator#connectionProperty in class Migrator

The name of the default connection.

$ Builder#connectionProperty in class Builder

The database connection instance.

$ Builder#columnsProperty in class Builder

The columns that should be returned.

Builder::createSub() — Method in class Builder

Creates a subquery and parse it.

Builder::crossJoin() — Method in class Builder

Add a "cross join" clause to the query.

Builder::cursor() — Method in class Builder

Get a lazy collection for the given query.

Builder::count() — Method in class Builder

Retrieve the "count" result of the query.

Builder::cleanBindings() — Method in class Builder

Remove all of the expressions from a list of bindings.

Builder::cloneWithout() — Method in class Builder

Clone the query without the given properties.

Builder::cloneWithoutBindings() — Method in class Builder

Clone the query without the given bindings.

Grammar::compileSelect() — Method in class Grammar

Compile a select query into SQL.

Grammar::compileComponents() — Method in class Grammar

Compile the components necessary for a select clause.

Grammar::compileAggregate() — Method in class Grammar

Compile an aggregated select clause.

Grammar::compileColumns() — Method in class Grammar

Compile the "select *" portion of the query.

Grammar::compileFrom() — Method in class Grammar

Compile the "from" portion of the query.

Grammar::compileJoins() — Method in class Grammar

Compile the "join" portions of the query.

Grammar::compileWheres() — Method in class Grammar

Compile the "where" portions of the query.

Grammar::compileWheresToArray() — Method in class Grammar

Get an array of all the where clauses for the query.

Grammar::concatenateWhereClauses() — Method in class Grammar

Format the where clause statements into one string.

Grammar::compileJsonContains() — Method in class Grammar

Compile a "JSON contains" statement into SQL.

Grammar::compileJsonLength() — Method in class Grammar

Compile a "JSON length" statement into SQL.

Grammar::compileGroups() — Method in class Grammar

Compile the "group by" portions of the query.

Grammar::compileHavings() — Method in class Grammar

Compile the "having" portions of the query.

Grammar::compileHaving() — Method in class Grammar

Compile a single having clause.

Grammar::compileBasicHaving() — Method in class Grammar

Compile a basic having clause.

Grammar::compileHavingBetween() — Method in class Grammar

Compile a "between" having clause.

Grammar::compileOrders() — Method in class Grammar

Compile the "order by" portions of the query.

Grammar::compileOrdersToArray() — Method in class Grammar

Compile the query orders to an array.

Grammar::compileRandom() — Method in class Grammar

Compile the random statement into SQL.

Grammar::compileLimit() — Method in class Grammar

Compile the "limit" portions of the query.

Grammar::compileOffset() — Method in class Grammar

Compile the "offset" portions of the query.

Grammar::compileUnions() — Method in class Grammar

Compile the "union" queries attached to the main query.

Grammar::compileUnion() — Method in class Grammar

Compile a single union statement.

Grammar::compileUnionAggregate() — Method in class Grammar

Compile a union aggregate query into SQL.

Grammar::compileExists() — Method in class Grammar

Compile an exists statement into SQL.

Grammar::compileInsert() — Method in class Grammar

Compile an insert statement into SQL.

Grammar::compileInsertOrIgnore() — Method in class Grammar

Compile an insert ignore statement into SQL.

Grammar::compileInsertGetId() — Method in class Grammar

Compile an insert and get ID statement into SQL.

Grammar::compileInsertUsing() — Method in class Grammar

Compile an insert statement using a subquery into SQL.

Grammar::compileUpdate() — Method in class Grammar

Compile an update statement into SQL.

Grammar::compileUpdateColumns() — Method in class Grammar

Compile the columns for an update statement.

Grammar::compileUpdateWithoutJoins() — Method in class Grammar

Compile an update statement without joins into SQL.

Grammar::compileUpdateWithJoins() — Method in class Grammar

Compile an update statement with joins into SQL.

Grammar::compileDelete() — Method in class Grammar

Compile a delete statement into SQL.

Grammar::compileDeleteWithoutJoins() — Method in class Grammar

Compile a delete statement without joins into SQL.

Grammar::compileDeleteWithJoins() — Method in class Grammar

Compile a delete statement with joins into SQL.

Grammar::compileTruncate() — Method in class Grammar

Compile a truncate table statement into SQL.

Grammar::compileLock() — Method in class Grammar

Compile the lock into SQL.

Grammar::compileSavepoint() — Method in class Grammar

Compile the SQL statement to define a savepoint.

Grammar::compileSavepointRollBack() — Method in class Grammar

Compile the SQL statement to execute a savepoint rollback.

Grammar::concatenate() — Method in class Grammar

Concatenate an array of segments, removing empties.

MySqlGrammar::compileInsertOrIgnore() — Method in class MySqlGrammar

Compile an insert ignore statement into SQL.

MySqlGrammar::compileJsonContains() — Method in class MySqlGrammar

Compile a "JSON contains" statement into SQL.

MySqlGrammar::compileJsonLength() — Method in class MySqlGrammar

Compile a "JSON length" statement into SQL.

MySqlGrammar::compileRandom() — Method in class MySqlGrammar

Compile the random statement into SQL.

MySqlGrammar::compileLock() — Method in class MySqlGrammar

Compile the lock into SQL.

MySqlGrammar::compileInsert() — Method in class MySqlGrammar

Compile an insert statement into SQL.

MySqlGrammar::compileUpdateColumns() — Method in class MySqlGrammar

Compile the columns for an update statement.

MySqlGrammar::compileJsonUpdateColumn() — Method in class MySqlGrammar

Prepare a JSON column being updated using the JSON_SET function.

MySqlGrammar::compileUpdateWithoutJoins() — Method in class MySqlGrammar

Compile an update statement without joins into SQL.

MySqlGrammar::compileDeleteWithoutJoins() — Method in class MySqlGrammar

Compile a delete query that does not use joins.

PostgresGrammar::compileColumns() — Method in class PostgresGrammar

Compile the "select *" portion of the query.

PostgresGrammar::compileJsonContains() — Method in class PostgresGrammar

Compile a "JSON contains" statement into SQL.

PostgresGrammar::compileJsonLength() — Method in class PostgresGrammar

Compile a "JSON length" statement into SQL.

PostgresGrammar::compileLock() — Method in class PostgresGrammar

Compile the lock into SQL.

PostgresGrammar::compileInsertOrIgnore() — Method in class PostgresGrammar

Compile an insert ignore statement into SQL.

PostgresGrammar::compileInsertGetId() — Method in class PostgresGrammar

Compile an insert and get ID statement into SQL.

PostgresGrammar::compileUpdate() — Method in class PostgresGrammar

Compile an update statement into SQL.

PostgresGrammar::compileUpdateColumns() — Method in class PostgresGrammar

Compile the columns for an update statement.

PostgresGrammar::compileJsonUpdateColumn() — Method in class PostgresGrammar

Prepares a JSON column being updated using the JSONB_SET function.

PostgresGrammar::compileUpdateWithJoinsOrLimit() — Method in class PostgresGrammar

Compile an update statement with joins or limit into SQL.

PostgresGrammar::compileDelete() — Method in class PostgresGrammar

Compile a delete statement into SQL.

PostgresGrammar::compileDeleteWithJoinsOrLimit() — Method in class PostgresGrammar

Compile a delete statement with joins or limit into SQL.

PostgresGrammar::compileTruncate() — Method in class PostgresGrammar

Compile a truncate table statement into SQL.

SQLiteGrammar::compileLock() — Method in class SQLiteGrammar

Compile the lock into SQL.

SQLiteGrammar::compileJsonLength() — Method in class SQLiteGrammar

Compile a "JSON length" statement into SQL.

SQLiteGrammar::compileUpdate() — Method in class SQLiteGrammar

Compile an update statement into SQL.

SQLiteGrammar::compileInsertOrIgnore() — Method in class SQLiteGrammar

Compile an insert ignore statement into SQL.

SQLiteGrammar::compileUpdateColumns() — Method in class SQLiteGrammar

Compile the columns for an update statement.

SQLiteGrammar::compileJsonPatch() — Method in class SQLiteGrammar

Compile a "JSON" patch statement into SQL.

SQLiteGrammar::compileUpdateWithJoinsOrLimit() — Method in class SQLiteGrammar

Compile an update statement with joins or limit into SQL.

SQLiteGrammar::compileDelete() — Method in class SQLiteGrammar

Compile a delete statement into SQL.

SQLiteGrammar::compileDeleteWithJoinsOrLimit() — Method in class SQLiteGrammar

Compile a delete statement with joins or limit into SQL.

SQLiteGrammar::compileTruncate() — Method in class SQLiteGrammar

Compile a truncate table statement into SQL.

SqlServerGrammar::compileSelect() — Method in class SqlServerGrammar

Compile a select query into SQL.

SqlServerGrammar::compileColumns() — Method in class SqlServerGrammar

Compile the "select *" portion of the query.

SqlServerGrammar::compileFrom() — Method in class SqlServerGrammar

Compile the "from" portion of the query.

SqlServerGrammar::compileJsonContains() — Method in class SqlServerGrammar

Compile a "JSON contains" statement into SQL.

SqlServerGrammar::compileJsonLength() — Method in class SqlServerGrammar

Compile a "JSON length" statement into SQL.

SqlServerGrammar::compileAnsiOffset() — Method in class SqlServerGrammar

Create a full ANSI offset clause for the query.

SqlServerGrammar::compileOver() — Method in class SqlServerGrammar

Compile the over statement for a table expression.

SqlServerGrammar::compileTableExpression() — Method in class SqlServerGrammar

Compile a common table expression for a query.

SqlServerGrammar::compileRowConstraint() — Method in class SqlServerGrammar

Compile the limit / offset row constraint for a query.

SqlServerGrammar::compileRandom() — Method in class SqlServerGrammar

Compile the random statement into SQL.

SqlServerGrammar::compileLimit() — Method in class SqlServerGrammar

Compile the "limit" portions of the query.

SqlServerGrammar::compileOffset() — Method in class SqlServerGrammar

Compile the "offset" portions of the query.

SqlServerGrammar::compileLock() — Method in class SqlServerGrammar

Compile the lock into SQL.

SqlServerGrammar::compileExists() — Method in class SqlServerGrammar

Compile an exists statement into SQL.

SqlServerGrammar::compileUpdateWithJoins() — Method in class SqlServerGrammar

Compile an update statement with joins into SQL.

SqlServerGrammar::compileSavepoint() — Method in class SqlServerGrammar

Compile the SQL statement to define a savepoint.

SqlServerGrammar::compileSavepointRollBack() — Method in class SqlServerGrammar

Compile the SQL statement to execute a savepoint rollback.

$ Blueprint#columnsProperty in class Blueprint

The columns that should be added to the table.

$ Blueprint#commandsProperty in class Blueprint

The commands that should be run for the table.

$ Blueprint#charsetProperty in class Blueprint

The default character set that should be used for the table.

$ Blueprint#collationProperty in class Blueprint

The collation that should be used for the table.

Blueprint::commandsNamed() — Method in class Blueprint

Get all of the commands matching the given names.

Blueprint::creating() — Method in class Blueprint

Determine if the blueprint has a create command.

Blueprint::create() — Method in class Blueprint

Indicate that the table needs to be created.

Blueprint::char() — Method in class Blueprint

Create a new char column on the table.

Blueprint::computed() — Method in class Blueprint

Create a new generated, computed column on the table.

Blueprint::createIndexName() — Method in class Blueprint

Create a default index name for the table.

Blueprint::createCommand() — Method in class Blueprint

Create a new Fluent command.

$ Builder#connectionProperty in class Builder

The database connection instance.

Builder::create() — Method in class Builder

Create a new table on the schema.

Builder::createBlueprint() — Method in class Builder

Create a new command set with a Closure.

ColumnDefinitionClass in namespace Illuminate\Database\Schema
ColumnDefinition::change() — Method in class ColumnDefinition

Change the column

ColumnDefinition::charset() — Method in class ColumnDefinition
ColumnDefinition::collation() — Method in class ColumnDefinition
ColumnDefinition::comment() — Method in class ColumnDefinition
ChangeColumnClass in namespace Illuminate\Database\Schema\Grammars
ChangeColumn::compile() — Method in class ChangeColumn

Compile a change column command into a series of SQL statements.

ChangeColumn::calculateDoctrineTextLength() — Method in class ChangeColumn

Calculate the proper column length to force the Doctrine text type.

Grammar::compileRenameColumn() — Method in class Grammar

Compile a rename column command.

Grammar::compileChange() — Method in class Grammar

Compile a change column command into a series of SQL statements.

Grammar::compileForeign() — Method in class Grammar

Compile a foreign key command.

MySqlGrammar::compileTableExists() — Method in class MySqlGrammar

Compile the query to determine the list of tables.

MySqlGrammar::compileColumnListing() — Method in class MySqlGrammar

Compile the query to determine the list of columns.

MySqlGrammar::compileCreate() — Method in class MySqlGrammar

Compile a create table command.

MySqlGrammar::compileCreateTable() — Method in class MySqlGrammar

Create the main create table clause.

MySqlGrammar::compileCreateEncoding() — Method in class MySqlGrammar

Append the character set specifications to a command.

MySqlGrammar::compileCreateEngine() — Method in class MySqlGrammar

Append the engine specifications to a command.

MySqlGrammar::compileAdd() — Method in class MySqlGrammar

Compile an add column command.

MySqlGrammar::compilePrimary() — Method in class MySqlGrammar

Compile a primary key command.

MySqlGrammar::compileUnique() — Method in class MySqlGrammar

Compile a unique key command.

MySqlGrammar::compileIndex() — Method in class MySqlGrammar

Compile a plain index key command.

MySqlGrammar::compileSpatialIndex() — Method in class MySqlGrammar

Compile a spatial index key command.

MySqlGrammar::compileKey() — Method in class MySqlGrammar

Compile an index creation command.

MySqlGrammar::compileDrop() — Method in class MySqlGrammar

Compile a drop table command.

MySqlGrammar::compileDropIfExists() — Method in class MySqlGrammar

Compile a drop table (if exists) command.

MySqlGrammar::compileDropColumn() — Method in class MySqlGrammar

Compile a drop column command.

MySqlGrammar::compileDropPrimary() — Method in class MySqlGrammar

Compile a drop primary key command.

MySqlGrammar::compileDropUnique() — Method in class MySqlGrammar

Compile a drop unique key command.

MySqlGrammar::compileDropIndex() — Method in class MySqlGrammar

Compile a drop index command.

MySqlGrammar::compileDropSpatialIndex() — Method in class MySqlGrammar

Compile a drop spatial index command.

MySqlGrammar::compileDropForeign() — Method in class MySqlGrammar

Compile a drop foreign key command.

MySqlGrammar::compileRename() — Method in class MySqlGrammar

Compile a rename table command.

MySqlGrammar::compileRenameIndex() — Method in class MySqlGrammar

Compile a rename index command.

MySqlGrammar::compileDropAllTables() — Method in class MySqlGrammar

Compile the SQL needed to drop all tables.

MySqlGrammar::compileDropAllViews() — Method in class MySqlGrammar

Compile the SQL needed to drop all views.

MySqlGrammar::compileGetAllTables() — Method in class MySqlGrammar

Compile the SQL needed to retrieve all table names.

MySqlGrammar::compileGetAllViews() — Method in class MySqlGrammar

Compile the SQL needed to retrieve all view names.

MySqlGrammar::compileEnableForeignKeyConstraints() — Method in class MySqlGrammar

Compile the command to enable foreign key constraints.

MySqlGrammar::compileDisableForeignKeyConstraints() — Method in class MySqlGrammar

Compile the command to disable foreign key constraints.

PostgresGrammar::compileTableExists() — Method in class PostgresGrammar

Compile the query to determine if a table exists.

PostgresGrammar::compileColumnListing() — Method in class PostgresGrammar

Compile the query to determine the list of columns.

PostgresGrammar::compileCreate() — Method in class PostgresGrammar

Compile a create table command.

PostgresGrammar::compileAdd() — Method in class PostgresGrammar

Compile a column addition command.

PostgresGrammar::compilePrimary() — Method in class PostgresGrammar

Compile a primary key command.

PostgresGrammar::compileUnique() — Method in class PostgresGrammar

Compile a unique key command.

PostgresGrammar::compileIndex() — Method in class PostgresGrammar

Compile a plain index key command.

PostgresGrammar::compileSpatialIndex() — Method in class PostgresGrammar

Compile a spatial index key command.

PostgresGrammar::compileForeign() — Method in class PostgresGrammar

Compile a foreign key command.

PostgresGrammar::compileDrop() — Method in class PostgresGrammar

Compile a drop table command.

PostgresGrammar::compileDropIfExists() — Method in class PostgresGrammar

Compile a drop table (if exists) command.

PostgresGrammar::compileDropAllTables() — Method in class PostgresGrammar

Compile the SQL needed to drop all tables.

PostgresGrammar::compileDropAllViews() — Method in class PostgresGrammar

Compile the SQL needed to drop all views.

PostgresGrammar::compileDropAllTypes() — Method in class PostgresGrammar

Compile the SQL needed to drop all types.

PostgresGrammar::compileGetAllTables() — Method in class PostgresGrammar

Compile the SQL needed to retrieve all table names.

PostgresGrammar::compileGetAllViews() — Method in class PostgresGrammar

Compile the SQL needed to retrieve all view names.

PostgresGrammar::compileGetAllTypes() — Method in class PostgresGrammar

Compile the SQL needed to retrieve all type names.

PostgresGrammar::compileDropColumn() — Method in class PostgresGrammar

Compile a drop column command.

PostgresGrammar::compileDropPrimary() — Method in class PostgresGrammar

Compile a drop primary key command.

PostgresGrammar::compileDropUnique() — Method in class PostgresGrammar

Compile a drop unique key command.

PostgresGrammar::compileDropIndex() — Method in class PostgresGrammar

Compile a drop index command.

PostgresGrammar::compileDropSpatialIndex() — Method in class PostgresGrammar

Compile a drop spatial index command.

PostgresGrammar::compileDropForeign() — Method in class PostgresGrammar

Compile a drop foreign key command.

PostgresGrammar::compileRename() — Method in class PostgresGrammar

Compile a rename table command.

PostgresGrammar::compileRenameIndex() — Method in class PostgresGrammar

Compile a rename index command.

PostgresGrammar::compileEnableForeignKeyConstraints() — Method in class PostgresGrammar

Compile the command to enable foreign key constraints.

PostgresGrammar::compileDisableForeignKeyConstraints() — Method in class PostgresGrammar

Compile the command to disable foreign key constraints.

PostgresGrammar::compileComment() — Method in class PostgresGrammar

Compile a comment command.

RenameColumn::compile() — Method in class RenameColumn

Compile a rename column command.

SQLiteGrammar::compileTableExists() — Method in class SQLiteGrammar

Compile the query to determine if a table exists.

SQLiteGrammar::compileColumnListing() — Method in class SQLiteGrammar

Compile the query to determine the list of columns.

SQLiteGrammar::compileCreate() — Method in class SQLiteGrammar

Compile a create table command.

SQLiteGrammar::compileAdd() — Method in class SQLiteGrammar

Compile alter table commands for adding columns.

SQLiteGrammar::compileUnique() — Method in class SQLiteGrammar

Compile a unique key command.

SQLiteGrammar::compileIndex() — Method in class SQLiteGrammar

Compile a plain index key command.

SQLiteGrammar::compileSpatialIndex() — Method in class SQLiteGrammar

Compile a spatial index key command.

SQLiteGrammar::compileForeign() — Method in class SQLiteGrammar

Compile a foreign key command.

SQLiteGrammar::compileDrop() — Method in class SQLiteGrammar

Compile a drop table command.

SQLiteGrammar::compileDropIfExists() — Method in class SQLiteGrammar

Compile a drop table (if exists) command.

SQLiteGrammar::compileDropAllTables() — Method in class SQLiteGrammar

Compile the SQL needed to drop all tables.

SQLiteGrammar::compileDropAllViews() — Method in class SQLiteGrammar

Compile the SQL needed to drop all views.

SQLiteGrammar::compileRebuild() — Method in class SQLiteGrammar

Compile the SQL needed to rebuild the database.

SQLiteGrammar::compileDropColumn() — Method in class SQLiteGrammar

Compile a drop column command.

SQLiteGrammar::compileDropUnique() — Method in class SQLiteGrammar

Compile a drop unique key command.

SQLiteGrammar::compileDropIndex() — Method in class SQLiteGrammar

Compile a drop index command.

SQLiteGrammar::compileDropSpatialIndex() — Method in class SQLiteGrammar

Compile a drop spatial index command.

SQLiteGrammar::compileRename() — Method in class SQLiteGrammar

Compile a rename table command.

SQLiteGrammar::compileRenameIndex() — Method in class SQLiteGrammar

Compile a rename index command.

SQLiteGrammar::compileEnableForeignKeyConstraints() — Method in class SQLiteGrammar

Compile the command to enable foreign key constraints.

SQLiteGrammar::compileDisableForeignKeyConstraints() — Method in class SQLiteGrammar

Compile the command to disable foreign key constraints.

SQLiteGrammar::compileEnableWriteableSchema() — Method in class SQLiteGrammar

Compile the SQL needed to enable a writable schema.

SQLiteGrammar::compileDisableWriteableSchema() — Method in class SQLiteGrammar

Compile the SQL needed to disable a writable schema.

SqlServerGrammar::compileTableExists() — Method in class SqlServerGrammar

Compile the query to determine if a table or view exists.

SqlServerGrammar::compileColumnListing() — Method in class SqlServerGrammar

Compile the query to determine the list of columns.

SqlServerGrammar::compileCreate() — Method in class SqlServerGrammar

Compile a create table command.

SqlServerGrammar::compileAdd() — Method in class SqlServerGrammar

Compile a column addition table command.

SqlServerGrammar::compilePrimary() — Method in class SqlServerGrammar

Compile a primary key command.

SqlServerGrammar::compileUnique() — Method in class SqlServerGrammar

Compile a unique key command.

SqlServerGrammar::compileIndex() — Method in class SqlServerGrammar

Compile a plain index key command.

SqlServerGrammar::compileSpatialIndex() — Method in class SqlServerGrammar

Compile a spatial index key command.

SqlServerGrammar::compileDrop() — Method in class SqlServerGrammar

Compile a drop table command.

SqlServerGrammar::compileDropIfExists() — Method in class SqlServerGrammar

Compile a drop table (if exists) command.

SqlServerGrammar::compileDropAllTables() — Method in class SqlServerGrammar

Compile the SQL needed to drop all tables.

SqlServerGrammar::compileDropColumn() — Method in class SqlServerGrammar

Compile a drop column command.

SqlServerGrammar::compileDropDefaultConstraint() — Method in class SqlServerGrammar

Compile a drop default constraint command.

SqlServerGrammar::compileDropPrimary() — Method in class SqlServerGrammar

Compile a drop primary key command.

SqlServerGrammar::compileDropUnique() — Method in class SqlServerGrammar

Compile a drop unique key command.

SqlServerGrammar::compileDropIndex() — Method in class SqlServerGrammar

Compile a drop index command.

SqlServerGrammar::compileDropSpatialIndex() — Method in class SqlServerGrammar

Compile a drop spatial index command.

SqlServerGrammar::compileDropForeign() — Method in class SqlServerGrammar

Compile a drop foreign key command.

SqlServerGrammar::compileRename() — Method in class SqlServerGrammar

Compile a rename table command.

SqlServerGrammar::compileRenameIndex() — Method in class SqlServerGrammar

Compile a rename index command.

SqlServerGrammar::compileEnableForeignKeyConstraints() — Method in class SqlServerGrammar

Compile the command to enable foreign key constraints.

SqlServerGrammar::compileDisableForeignKeyConstraints() — Method in class SqlServerGrammar

Compile the command to disable foreign key constraints.

SqlServerGrammar::compileDropAllForeignKeys() — Method in class SqlServerGrammar

Compile the command to drop all foreign keys.

SqlServerGrammar::compileDropAllViews() — Method in class SqlServerGrammar

Compile the command to drop all views.

$ Seeder#containerProperty in class Seeder

The container instance.

$ Seeder#commandProperty in class Seeder

The console command instance.

Seeder::call() — Method in class Seeder

Seed the given connection from the given path.

Seeder::callSilent() — Method in class Seeder

Silently seed the given connection from the given path.

$ Encrypter#cipherProperty in class Encrypter

The algorithm used for encryption.

Encrypter::calculateMac() — Method in class Encrypter

Calculate the hash of the given payload.

CallQueuedListenerClass in namespace Illuminate\Events
$ CallQueuedListener#classProperty in class CallQueuedListener

The listener class name.

$ Dispatcher#containerProperty in class Dispatcher

The IoC container instance.

Dispatcher::createClassListener() — Method in class Dispatcher

Create a class based listener using the IoC container.

Dispatcher::createClassCallable() — Method in class Dispatcher

Create the class based event callable.

Dispatcher::createQueuedHandlerCallable() — Method in class Dispatcher

Create a callable for putting an event handler on the queue.

Dispatcher::createListenerAndJob() — Method in class Dispatcher

Create the listener and job for a queued listener.

CacheClass in namespace Illuminate\Filesystem
Filesystem::chmod() — Method in class Filesystem

Get or set UNIX mode of a file or directory.

Filesystem::copy() — Method in class Filesystem

Copy a file to a new location.

Filesystem::copyDirectory() — Method in class Filesystem

Copy a directory from one location to another.

Filesystem::cleanDirectory() — Method in class Filesystem

Empty the specified directory of all files and folders.

FilesystemAdapter::copy() — Method in class FilesystemAdapter

Copy a file to a new location.

FilesystemAdapter::concatPathToUrl() — Method in class FilesystemAdapter

Concatenate a path to a URL.

$ FilesystemManager#customCreatorsProperty in class FilesystemManager

The registered custom driver creators.

FilesystemManager::cloud() — Method in class FilesystemManager

Get a default cloud filesystem instance.

FilesystemManager::callCustomCreator() — Method in class FilesystemManager

Call a custom driver creator.

FilesystemManager::createLocalDriver() — Method in class FilesystemManager

Create an instance of the local driver.

FilesystemManager::createFtpDriver() — Method in class FilesystemManager

Create an instance of the ftp driver.

FilesystemManager::createSftpDriver() — Method in class FilesystemManager

Create an instance of the sftp driver.

FilesystemManager::createS3Driver() — Method in class FilesystemManager

Create an instance of the Amazon S3 driver.

FilesystemManager::createFlysystem() — Method in class FilesystemManager

Create a Flysystem instance with the given adapter.

FilesystemManager::createCacheStore() — Method in class FilesystemManager

Create a cache store instance.

Application::configPath() — Method in class Application

Get the path to the application configuration files.

Application::configurationIsCached() — Method in class Application

Determine if the application configuration is cached.

Authorizable::can() — Method in class Authorizable

Determine if the entity has the given abilities.

Authorizable::cant() — Method in class Authorizable

Determine if the entity does not have the given abilities.

Authorizable::cannot() — Method in class Authorizable

Determine if the entity does not have the given abilities.

AuthenticatesUsers::credentials() — Method in class AuthenticatesUsers

Get the needed authorization credentials from the request.

ConfirmsPasswordsClass in namespace Illuminate\Foundation\Auth
ConfirmsPasswords::confirm() — Method in class ConfirmsPasswords

Confirm the given user's password.

ResetsPasswords::credentials() — Method in class ResetsPasswords

Get the password reset credentials from the request.

SendsPasswordResetEmails::credentials() — Method in class SendsPasswordResetEmails

Get the needed authentication credentials from the request.

ThrottlesLogins::clearLoginAttempts() — Method in class ThrottlesLogins

Clear the login locks for the given user credentials.

LoadEnvironmentVariables::checkForSpecificEnvironmentFile() — Method in class LoadEnvironmentVariables

Detect if a custom environment file matching the APP_ENV exists.

LoadEnvironmentVariables::createDotenv() — Method in class LoadEnvironmentVariables

Create a Dotenv instance.

$ PendingChain#classProperty in class PendingChain

The class name of the job being dispatched.

$ PendingChain#chainProperty in class PendingChain

The jobs to be chained.

PendingDispatch::chain() — Method in class PendingDispatch

Set the jobs that should run if this job is successful.

ComposerScriptsClass in namespace Illuminate\Foundation
ComposerScripts::clearCompiled() — Method in class ComposerScripts

Clear the cached Laravel bootstrapping files.

ChannelMakeCommandClass in namespace Illuminate\Foundation\Console
ClearCompiledCommandClass in namespace Illuminate\Foundation\Console
ClosureCommandClass in namespace Illuminate\Foundation\Console
$ ClosureCommand#callbackProperty in class ClosureCommand

The command callback.

ConfigCacheCommandClass in namespace Illuminate\Foundation\Console
ConfigClearCommandClass in namespace Illuminate\Foundation\Console
ConsoleMakeCommandClass in namespace Illuminate\Foundation\Console
$ Kernel#commandsProperty in class Kernel

The Artisan commands provided by the application.

$ Kernel#commandsLoadedProperty in class Kernel

Indicates if the Closure commands have been loaded.

Kernel::commands() — Method in class Kernel

Register the Closure based commands for the application.

Kernel::command() — Method in class Kernel

Register a Closure based command with the application.

Kernel::call() — Method in class Kernel

Run an Artisan console command by name.

ModelMakeCommand::createFactory() — Method in class ModelMakeCommand

Create a model factory for the model.

ModelMakeCommand::createMigration() — Method in class ModelMakeCommand

Create a migration file for the model.

ModelMakeCommand::createSeeder() — Method in class ModelMakeCommand

Create a seeder file for the model.

ModelMakeCommand::createController() — Method in class ModelMakeCommand

Create a controller for the model.

ResourceMakeCommand::collection() — Method in class ResourceMakeCommand

Determine if the command is generating a resource collection.

$ RouteListCommand#compactColumnsProperty in class RouteListCommand

The columns to display when using the "compact" flag.

ServeCommand::canTryAnotherPort() — Method in class ServeCommand

Check if command has reached its max amount of port tries.

VendorPublishCommand::createParentDirectory() — Method in class VendorPublishCommand

Create the directory to house the published files if needed.

ViewCacheCommand::compileViews() — Method in class ViewCacheCommand

Compile the given view files.

DiscoverEvents::classFromFile() — Method in class DiscoverEvents

Extract the class name from the given file path.

$ Handler#containerProperty in class Handler

The container implementation.

Handler::context() — Method in class Handler

Get the default context variables for logging.

Handler::convertValidationExceptionToResponse() — Method in class Handler

Create a response object from the given validation exception.

Handler::convertExceptionToResponse() — Method in class Handler

Create a Symfony response for the given exception.

Handler::convertExceptionToArray() — Method in class Handler

Convert the given exception to an array.

$ FormRequest#containerProperty in class FormRequest

The container instance.

FormRequest::createDefaultValidator() — Method in class FormRequest

Create the default validator instance.

CheckForMaintenanceModeClass in namespace Illuminate\Foundation\Http\Middleware
ConvertEmptyStringsToNullClass in namespace Illuminate\Foundation\Http\Middleware
TransformsRequest::clean() — Method in class TransformsRequest

Clean the request's data.

TransformsRequest::cleanParameterBag() — Method in class TransformsRequest

Clean the data in the parameter bag.

TransformsRequest::cleanArray() — Method in class TransformsRequest

Clean the data in the given array.

TransformsRequest::cleanValue() — Method in class TransformsRequest

Clean the given value.

PackageManifest::config() — Method in class PackageManifest

Get all of the values for all packages for the given configuration name.

ProviderRepository::compileManifest() — Method in class ProviderRepository

Compile the application service manifest file.

ProviderRepository::createProvider() — Method in class ProviderRepository

Create a new provider instance.

$ ArtisanServiceProvider#commandsProperty in class ArtisanServiceProvider

The commands to be registered.

ComposerServiceProviderClass in namespace Illuminate\Foundation\Providers
ConsoleSupportServiceProviderClass in namespace Illuminate\Foundation\Providers
$ SeeInOrder#contentProperty in class SeeInOrder

The string under validation.

DatabaseTransactions::connectionsToTransact() — Method in class DatabaseTransactions

The database connections that should have transactions.

$ PendingCommand#commandProperty in class PendingCommand

The command to run.

RefreshDatabase::connectionsToTransact() — Method in class RefreshDatabase

The database connections that should have transactions.

$ TestCase#callbackExceptionProperty in class TestCase

The exception thrown while running an application destruction callback.

TestCase::createApplication() — Method in class TestCase

Creates the application.

TestCase::callBeforeApplicationDestroyedCallbacks() — Method in class TestCase

Execute the application's pre-destruction callbacks.

AbstractHasher::check() — Method in class AbstractHasher

Check the given plain value against a hash.

Argon2IdHasher::check() — Method in class Argon2IdHasher

Check the given plain value against a hash.

ArgonHasher::check() — Method in class ArgonHasher

Check the given plain value against a hash.

BcryptHasher::check() — Method in class BcryptHasher

Check the given plain value against a hash.

BcryptHasher::cost() — Method in class BcryptHasher

Extract the cost value from the options array.

HashManager::createBcryptDriver() — Method in class HashManager

Create an instance of the Bcrypt hash Driver.

HashManager::createArgonDriver() — Method in class HashManager

Create an instance of the Argon2i hash Driver.

HashManager::createArgon2idDriver() — Method in class HashManager

Create an instance of the Argon2id hash Driver.

HashManager::check() — Method in class HashManager

Check the given plain value against a hash.

InteractsWithInput::cookie() — Method in class InteractsWithInput

Retrieve a cookie from the request.

InteractsWithInput::convertUploadedFiles() — Method in class InteractsWithInput

Convert the given array of Symfony UploadedFiles to custom Laravel UploadedFiles.

CheckResponseForModificationsClass in namespace Illuminate\Http\Middleware
$ Request#convertedFilesProperty in class Request

All of the converted files for the request.

Request::capture() — Method in class Request

Create a new Illuminate HTTP request from server variables.

Request::createFrom() — Method in class Request

Create a new request instance from the given Laravel request.

Request::createFromBase() — Method in class Request

Create an Illuminate request from a Symfony instance.

CollectsResourcesClass in namespace Illuminate\Http\Resources
CollectsResources::collectResource() — Method in class CollectsResources

Map the given collection resource into its individual resources.

CollectsResources::collects() — Method in class CollectsResources

Get the resource that this resource collects.

ConditionallyLoadsAttributesClass in namespace Illuminate\Http\Resources
$ AnonymousResourceCollection#collectsProperty in class AnonymousResourceCollection

The name of the resource being collected.

JsonResource::collection() — Method in class JsonResource

Create new anonymous resource collection.

$ ResourceCollection#collectsProperty in class ResourceCollection

The resource that this resource collects.

$ ResourceCollection#collectionProperty in class ResourceCollection

The mapped collection instance.

ResourceCollection::count() — Method in class ResourceCollection

Return the count of items in the resource collection.

ResourceResponse::calculateStatus() — Method in class ResourceResponse

Calculate the appropriate status code for the response.

ResponseTrait::content() — Method in class ResponseTrait

Get the content of the response.

ResponseTrait::cookie() — Method in class ResponseTrait

Add a cookie to the response.

File::create() — Method in class File

Create a new fake file.

File::createWithContent() — Method in class File

Create a new fake file with content.

FileFactory::create() — Method in class FileFactory

Create a new fake file.

FileFactory::createWithContent() — Method in class FileFactory

Create a new fake file with content.

UploadedFile::clientExtension() — Method in class UploadedFile

Get the file's extension supplied by the client.

UploadedFile::createFromBase() — Method in class UploadedFile

Create a new file instance from a base instance.

$ MessageLogged#contextProperty in class MessageLogged

The log context.

$ LogManager#channelsProperty in class LogManager

The array of resolved channels.

$ LogManager#customCreatorsProperty in class LogManager

The registered custom driver creators.

LogManager::channel() — Method in class LogManager

Get a log channel instance.

LogManager::createEmergencyLogger() — Method in class LogManager

Create an emergency log handler to avoid white screens of death.

LogManager::callCustomCreator() — Method in class LogManager

Call a custom driver creator.

LogManager::createCustomDriver() — Method in class LogManager

Create a custom log driver instance.

LogManager::createStackDriver() — Method in class LogManager

Create an aggregate log driver instance.

LogManager::createSingleDriver() — Method in class LogManager

Create an instance of the single file log driver.

LogManager::createDailyDriver() — Method in class LogManager

Create an instance of the daily file log driver.

LogManager::createSlackDriver() — Method in class LogManager

Create an instance of the Slack log driver.

LogManager::createSyslogDriver() — Method in class LogManager

Create an instance of the syslog log driver.

LogManager::createErrorlogDriver() — Method in class LogManager

Create an instance of the "error log" log driver.

LogManager::createMonologDriver() — Method in class LogManager

Create an instance of any handler available in Monolog.

LogManager::configurationFor() — Method in class LogManager

Get the log connection configuration.

LogManager::critical() — Method in class LogManager

Critical conditions.

Logger::critical() — Method in class Logger

Log a critical message to the logs.

$ Mailable#ccProperty in class Mailable

The "cc" recipients of the message.

$ Mailable#callbacksProperty in class Mailable

The callbacks for the message.

Mailable::cc() — Method in class Mailable

Set the recipients of the message.

Mailer::cc() — Method in class Mailer

Begin the process of mailing a mailable class instance.

Mailer::createMessage() — Method in class Mailer

Create a new message instance.

$ Markdown#componentPathsProperty in class Markdown

The registered component paths.

Markdown::componentPaths() — Method in class Markdown

Get the component paths.

Message::cc() — Method in class Message

Add a carbon copy to the message.

Message::createAttachmentFromPath() — Method in class Message

Create a Swift Attachment instance.

Message::createAttachmentFromData() — Method in class Message

Create a Swift Attachment instance from data.

$ PendingMail#ccProperty in class PendingMail

The "cc" recipients of the message.

PendingMail::cc() — Method in class PendingMail

Set the recipients of the message.

TransportManager::createSmtpDriver() — Method in class TransportManager

Create an instance of the SMTP Swift Transport driver.

TransportManager::configureSmtpDriver() — Method in class TransportManager

Configure the additional SMTP driver options.

TransportManager::createSendmailDriver() — Method in class TransportManager

Create an instance of the Sendmail Swift Transport driver.

TransportManager::createSesDriver() — Method in class TransportManager

Create an instance of the Amazon SES Swift Transport driver.

TransportManager::createMailDriver() — Method in class TransportManager

Create an instance of the Mail Swift Transport driver.

TransportManager::createMailgunDriver() — Method in class TransportManager

Create an instance of the Mailgun Swift Transport driver.

TransportManager::createPostmarkDriver() — Method in class TransportManager

Create an instance of the Postmark Swift Transport driver.

TransportManager::createLogDriver() — Method in class TransportManager

Create an instance of the Log Swift Transport driver.

TransportManager::createArrayDriver() — Method in class TransportManager

Create an instance of the Array Swift Transport Driver.

$ MailgunTransport#clientProperty in class MailgunTransport

Guzzle client instance.

ChannelManagerClass in namespace Illuminate\Notifications
ChannelManager::channel() — Method in class ChannelManager

Get a channel instance.

ChannelManager::createDatabaseDriver() — Method in class ChannelManager

Create an instance of the database driver.

ChannelManager::createBroadcastDriver() — Method in class ChannelManager

Create an instance of the broadcast driver.

ChannelManager::createMailDriver() — Method in class ChannelManager

Create an instance of the mail driver.

ChannelManager::createDriver() — Method in class ChannelManager

Create a new driver instance.

$ NotificationTableCommand#composerProperty in class NotificationTableCommand
NotificationTableCommand::createBaseMigration() — Method in class NotificationTableCommand

Create a base migration file for the notifications.

$ DatabaseNotification#castsProperty in class DatabaseNotification

The attributes that should be cast to native types.

BroadcastNotificationCreated::channelName() — Method in class BroadcastNotificationCreated

Get the broadcast channel name for the event.

$ NotificationFailed#channelProperty in class NotificationFailed

The channel name.

$ NotificationSending#channelProperty in class NotificationSending

The channel name.

$ NotificationSent#channelProperty in class NotificationSent

The channel name.

$ MailMessage#ccProperty in class MailMessage

The "cc" information for the message.

$ MailMessage#callbacksProperty in class MailMessage

The callbacks for the message.

MailMessage::cc() — Method in class MailMessage

Set the cc address for the mail message.

$ SendQueuedNotifications#channelsProperty in class SendQueuedNotifications

All of the channels to send the notification to.

$ AbstractPaginator#currentPageProperty in class AbstractPaginator

The current page being "viewed".

$ AbstractPaginator#currentPathResolverProperty in class AbstractPaginator

The current path resolver callback.

$ AbstractPaginator#currentPageResolverProperty in class AbstractPaginator

The current page resolver callback.

AbstractPaginator::currentPage() — Method in class AbstractPaginator

Get the current page.

AbstractPaginator::currentPathResolver() — Method in class AbstractPaginator

Set the current request path resolver callback.

AbstractPaginator::currentPageResolver() — Method in class AbstractPaginator

Set the current page resolver callback.

AbstractPaginator::count() — Method in class AbstractPaginator

Get the number of items for the current page.

UrlWindow::currentPage() — Method in class UrlWindow

Get the current page from the paginator.

$ Hub#containerProperty in class Hub

The container implementation.

$ Pipeline#containerProperty in class Pipeline

The container implementation.

Pipeline::carry() — Method in class Pipeline

Get a Closure that represents a slice of the application onion.

CallQueuedClosureClass in namespace Illuminate\Queue
$ CallQueuedClosure#closureProperty in class CallQueuedClosure

The serializable Closure instance.

CallQueuedClosure::create() — Method in class CallQueuedClosure

Create a new job instance.

CallQueuedHandlerClass in namespace Illuminate\Queue
$ CallQueuedHandler#containerProperty in class CallQueuedHandler

The container instance.

CallQueuedHandler::call() — Method in class CallQueuedHandler

Handle the queued job.

Manager::connection() — Method in class Manager

Get a connection instance from the global manager.

BeanstalkdConnector::connect() — Method in class BeanstalkdConnector

Establish a queue connection.

ConnectorInterfaceClass in namespace Illuminate\Queue\Connectors
ConnectorInterface::connect() — Method in class ConnectorInterface

Establish a queue connection.

$ DatabaseConnector#connectionsProperty in class DatabaseConnector

Database connections.

DatabaseConnector::connect() — Method in class DatabaseConnector

Establish a queue connection.

NullConnector::connect() — Method in class NullConnector

Establish a queue connection.

$ RedisConnector#connectionProperty in class RedisConnector

The connection name.

RedisConnector::connect() — Method in class RedisConnector

Establish a queue connection.

SqsConnector::connect() — Method in class SqsConnector

Establish a queue connection.

SyncConnector::connect() — Method in class SyncConnector

Establish a queue connection.

$ FailedTableCommand#composerProperty in class FailedTableCommand
FailedTableCommand::createBaseMigration() — Method in class FailedTableCommand

Create a base migration file for the table.

$ RestartCommand#cacheProperty in class RestartCommand

The cache store implementation.

$ TableCommand#composerProperty in class TableCommand
TableCommand::createBaseMigration() — Method in class TableCommand

Create a base migration file for the table.

$ WorkCommand#cacheProperty in class WorkCommand

The cache store implementation.

$ JobExceptionOccurred#connectionNameProperty in class JobExceptionOccurred

The connection name.

$ JobFailed#connectionNameProperty in class JobFailed

The connection name.

$ JobProcessed#connectionNameProperty in class JobProcessed

The connection name.

$ JobProcessing#connectionNameProperty in class JobProcessing

The connection name.

$ Looping#connectionNameProperty in class Looping

The connection name.

$ Job#containerProperty in class Job

The IoC container instance.

$ Job#connectionNameProperty in class Job

The name of the connection the job belongs to.

$ Listener#commandPathProperty in class Listener

The command working path.

Listener::createCommand() — Method in class Listener

Create the command with the listener options.

$ Queue#containerProperty in class Queue

The IoC container instance.

$ Queue#connectionNameProperty in class Queue

The connection name for the queue.

$ Queue#createPayloadCallbacksProperty in class Queue

The create payload callbacks.

Queue::createPayload() — Method in class Queue

Create a payload string from the given job and data.

Queue::createPayloadArray() — Method in class Queue

Create a payload array from the given job and data.

Queue::createObjectPayload() — Method in class Queue

Create a payload for an object-based queue handler.

Queue::createStringPayload() — Method in class Queue

Create a typical, string based queue payload array.

Queue::createPayloadUsing() — Method in class Queue

Register a callback to be executed when creating job payloads.

$ QueueManager#connectionsProperty in class QueueManager

The array of resolved queue connections.

$ QueueManager#connectorsProperty in class QueueManager

The array of resolved queue connectors.

QueueManager::connected() — Method in class QueueManager

Determine if the driver is connected.

QueueManager::connection() — Method in class QueueManager

Resolve a queue connection instance.

$ RedisQueue#connectionProperty in class RedisQueue

The connection name.

RedisQueue::createPayloadArray() — Method in class RedisQueue

Create a payload string from the given job and data.

$ Worker#cacheProperty in class Worker

The cache repository implementation.

ConnectionClass in namespace Illuminate\Redis\Connections
$ Connection#clientProperty in class Connection

The Redis client.

Connection::createSubscription() — Method in class Connection

Subscribe to a set of given channels for messages.

Connection::client() — Method in class Connection

Get the underlying Redis client.

Connection::command() — Method in class Connection

Run a command against the Redis database.

$ PhpRedisConnection#connectorProperty in class PhpRedisConnection

The connection creation callback.

$ PhpRedisConnection#configProperty in class PhpRedisConnection

The connection configuration array.

PhpRedisConnection::createSubscription() — Method in class PhpRedisConnection

Subscribe to a set of given channels for messages.

PhpRedisConnection::command() — Method in class PhpRedisConnection

Run a command against the Redis database.

$ PredisConnection#clientProperty in class PredisConnection

The Predis client.

PredisConnection::createSubscription() — Method in class PredisConnection

Subscribe to a set of given channels for messages.

PhpRedisConnector::connect() — Method in class PhpRedisConnector

Create a new clustered PhpRedis connection.

PhpRedisConnector::connectToCluster() — Method in class PhpRedisConnector

Create a new clustered PhpRedis connection.

PhpRedisConnector::createClient() — Method in class PhpRedisConnector

Create the Redis client instance.

PhpRedisConnector::createRedisClusterInstance() — Method in class PhpRedisConnector

Create a new redis cluster instance.

PredisConnector::connect() — Method in class PredisConnector

Create a new clustered Predis connection.

PredisConnector::connectToCluster() — Method in class PredisConnector

Create a new clustered Predis connection.

CommandExecutedClass in namespace Illuminate\Redis\Events
$ CommandExecuted#commandProperty in class CommandExecuted

The Redis command that was executed.

$ CommandExecuted#connectionProperty in class CommandExecuted

The Redis connection instance.

$ CommandExecuted#connectionNameProperty in class CommandExecuted

The Redis connection name.

ConcurrencyLimiterClass in namespace Illuminate\Redis\Limiters
ConcurrencyLimiterBuilderClass in namespace Illuminate\Redis\Limiters
$ ConcurrencyLimiterBuilder#connectionProperty in class ConcurrencyLimiterBuilder

The Redis connection.

$ DurationLimiterBuilder#connectionProperty in class DurationLimiterBuilder

The Redis connection.

$ RedisManager#customCreatorsProperty in class RedisManager

The registered custom driver creators.

$ RedisManager#configProperty in class RedisManager

The Redis server configurations.

$ RedisManager#connectionsProperty in class RedisManager

The Redis connections.

RedisManager::connection() — Method in class RedisManager

Get a Redis connection by name.

RedisManager::configure() — Method in class RedisManager

Configure the given connection to prepare it for commands.

RedisManager::connector() — Method in class RedisManager

Get the connector instance for the current driver.

RedisManager::connections() — Method in class RedisManager

Return all of the created connections.

ControllerMakeCommandClass in namespace Illuminate\Routing\Console
ControllerDispatcherClass in namespace Illuminate\Routing\Contracts
ControllerClass in namespace Illuminate\Routing
Controller::callAction() — Method in class Controller

Execute an action on the controller.

ControllerDispatcherClass in namespace Illuminate\Routing
$ ControllerDispatcher#containerProperty in class ControllerDispatcher

The container instance.

ControllerMiddlewareOptionsClass in namespace Illuminate\Routing
ThrottleRequests::calculateRemainingAttempts() — Method in class ThrottleRequests

Calculate the number of remaining attempts.

ThrottleRequestsWithRedis::calculateRemainingAttempts() — Method in class ThrottleRequestsWithRedis

Calculate the number of remaining attempts.

$ PendingResourceRegistration#controllerProperty in class PendingResourceRegistration

The resource controller.

Redirector::createRedirect() — Method in class Redirector

Create a new redirect response.

$ Route#controllerProperty in class Route

The controller instance.

$ Route#computedMiddlewareProperty in class Route

The computed gathered middleware.

$ Route#compiledProperty in class Route

The compiled version of the route.

$ Route#containerProperty in class Route

The container instance used by the route.

Route::compileRoute() — Method in class Route

Compile the route into a Symfony CompiledRoute instance.

Route::compileParameterNames() — Method in class Route

Get the parameter names for the route.

Route::controllerMiddleware() — Method in class Route

Get the middleware for the route's controller.

Route::controllerDispatcher() — Method in class Route

Get the dispatcher for the route's controller.

RouteBinding::createClassBinding() — Method in class RouteBinding

Create a class based binding using the IoC container.

RouteCollection::checkForAlternateVerbs() — Method in class RouteCollection

Determine if any routes match on another HTTP verb.

RouteCollection::count() — Method in class RouteCollection

Count the number of items in the collection.

RouteCompiler::compile() — Method in class RouteCompiler

Compile the route.

RouteRegistrar::compileAction() — Method in class RouteRegistrar

Compile the action into an array including the attributes.

$ Router#containerProperty in class Router

The IoC container instance.

$ Router#currentProperty in class Router

The currently dispatched route instance.

$ Router#currentRequestProperty in class Router

The request currently being dispatched.

Router::createRoute() — Method in class Router

Create a new route instance.

Router::convertToControllerAction() — Method in class Router

Add a controller based route action to the action array.

Router::current() — Method in class Router

Get the currently dispatched route instance.

Router::currentRouteName() — Method in class Router

Get the current route name.

Router::currentRouteNamed() — Method in class Router

Determine if the current route matches a pattern.

Router::currentRouteAction() — Method in class Router

Get the current route action.

Router::currentRouteUses() — Method in class Router

Determine if the current route action matches a given action.

Router::confirmPassword() — Method in class Router

Register the typical confirm password routes for an application.

$ UrlGenerator#cachedRootProperty in class UrlGenerator

A cached copy of the URL root for the current request.

$ UrlGenerator#cachedSchemeProperty in class UrlGenerator

A cached copy of the URL scheme for the current request.

UrlGenerator::current() — Method in class UrlGenerator

Get the current URL for the request.

CacheBasedSessionHandlerClass in namespace Illuminate\Session
$ CacheBasedSessionHandler#cacheProperty in class CacheBasedSessionHandler

The cache repository instance.

CacheBasedSessionHandler::close() — Method in class CacheBasedSessionHandler
{@inheritdoc}
$ SessionTableCommand#composerProperty in class SessionTableCommand
SessionTableCommand::createBaseMigration() — Method in class SessionTableCommand

Create a base migration file for the session.

CookieSessionHandlerClass in namespace Illuminate\Session
$ CookieSessionHandler#cookieProperty in class CookieSessionHandler

The cookie jar instance.

CookieSessionHandler::close() — Method in class CookieSessionHandler
{@inheritdoc}
$ DatabaseSessionHandler#connectionProperty in class DatabaseSessionHandler

The database connection instance.

$ DatabaseSessionHandler#containerProperty in class DatabaseSessionHandler

The container instance.

DatabaseSessionHandler::close() — Method in class DatabaseSessionHandler
{@inheritdoc}
FileSessionHandler::close() — Method in class FileSessionHandler
{@inheritdoc}
StartSession::collectGarbage() — Method in class StartSession

Remove the garbage from the session if necessary.

StartSession::configHitsLottery() — Method in class StartSession

Determine if the configuration odds hit the lottery.

NullSessionHandler::close() — Method in class NullSessionHandler
{@inheritdoc}
SessionManager::callCustomCreator() — Method in class SessionManager

Call a custom driver creator.

SessionManager::createArrayDriver() — Method in class SessionManager

Create an instance of the "array" session driver.

SessionManager::createCookieDriver() — Method in class SessionManager

Create an instance of the "cookie" session driver.

SessionManager::createFileDriver() — Method in class SessionManager

Create an instance of the file session driver.

SessionManager::createNativeDriver() — Method in class SessionManager

Create an instance of the file session driver.

SessionManager::createDatabaseDriver() — Method in class SessionManager

Create an instance of the database session driver.

SessionManager::createApcDriver() — Method in class SessionManager

Create an instance of the APC session driver.

SessionManager::createMemcachedDriver() — Method in class SessionManager

Create an instance of the Memcached session driver.

SessionManager::createRedisDriver() — Method in class SessionManager

Create an instance of the Redis session driver.

SessionManager::createDynamodbDriver() — Method in class SessionManager

Create an instance of the DynamoDB session driver.

SessionManager::createCacheBased() — Method in class SessionManager

Create an instance of a cache driven driver.

SessionManager::createCacheHandler() — Method in class SessionManager

Create the cache based session handler instance.

Arr::collapse() — Method in class Arr

Collapse an array of arrays into a single array.

Arr::crossJoin() — Method in class Arr

Cross join the given arrays, returning all possible permutations.

CarbonClass in namespace Illuminate\Support
CollectionClass in namespace Illuminate\Support
Collection::collapse() — Method in class Collection

Collapse the collection of items into a single array.

Collection::contains() — Method in class Collection

Determine if an item exists in the collection.

Collection::crossJoin() — Method in class Collection

Cross join with the given lists, returning all possible permutations.

Collection::combine() — Method in class Collection

Create a collection by using this collection for keys and another for its values.

Collection::concat() — Method in class Collection

Push all of the given items onto the collection.

Collection::chunk() — Method in class Collection

Chunk the collection into chunks of the given size.

Collection::count() — Method in class Collection

Count the number of items in the collection.

ComposerClass in namespace Illuminate\Support
ConfigurationUrlParserClass in namespace Illuminate\Support
$ DateFactory#callableProperty in class DateFactory

This callable may be used to intercept date creation.

DateFactory::create() — Method in class DateFactory
DateFactory::createFromDate() — Method in class DateFactory
DateFactory::createFromFormat() — Method in class DateFactory
DateFactory::createFromTime() — Method in class DateFactory
DateFactory::createFromTimeString() — Method in class DateFactory
DateFactory::createFromTimestamp() — Method in class DateFactory
DateFactory::createFromTimestampMs() — Method in class DateFactory
DateFactory::createFromTimestampUTC() — Method in class DateFactory
DateFactory::createMidnightDate() — Method in class DateFactory
DateFactory::createSafe() — Method in class DateFactory
Enumerable::collapse() — Method in class Enumerable

Collapse the items into a single enumerable.

Enumerable::containsStrict() — Method in class Enumerable

Determine if an item exists, using strict comparison.

Enumerable::contains() — Method in class Enumerable

Determine if an item exists in the enumerable.

Enumerable::combine() — Method in class Enumerable

Create a collection by using this collection for keys and another for its values.

Enumerable::concat() — Method in class Enumerable

Push all of the given items onto the collection.

Enumerable::chunk() — Method in class Enumerable

Chunk the collection into chunks of the given size.

Enumerable::countBy() — Method in class Enumerable

Count the number of items in the collection using a given truth test.

Enumerable::collect() — Method in class Enumerable

Collect the values into a collection.

App::configPath() — Method in class App
App::configurationIsCached() — Method in class App
Artisan::call() — Method in class Artisan
Artisan::command() — Method in class Artisan
Auth::check() — Method in class Auth
Auth::createUserProvider() — Method in class Auth
Blade::compile() — Method in class Blade
Blade::compileString() — Method in class Blade
Blade::check() — Method in class Blade
Blade::component() — Method in class Blade
Broadcast::connection() — Method in class Broadcast
;
Broadcast::channel() — Method in class Broadcast
CacheClass in namespace Illuminate\Support\Facades
ConfigClass in namespace Illuminate\Support\Facades
CookieClass in namespace Illuminate\Support\Facades
CryptClass in namespace Illuminate\Support\Facades
DB::connection() — Method in class DB
DB::commit() — Method in class DB
Date::create() — Method in class Date
Date::createFromDate() — Method in class Date
Date::createFromFormat() — Method in class Date
Date::createFromTime() — Method in class Date
Date::createFromTimeString() — Method in class Date
Date::createFromTimestamp() — Method in class Date
Date::createFromTimestampMs() — Method in class Date
Date::createFromTimestampUTC() — Method in class Date
Date::createMidnightDate() — Method in class Date
Date::createSafe() — Method in class Date
Event::createClassListener() — Method in class Event
Facade::createFreshMockInstance() — Method in class Facade

Create a fresh mock instance for the given class.

Facade::createMock() — Method in class Facade

Create a fresh mock instance for the given class.

Facade::clearResolvedInstance() — Method in class Facade

Clear a resolved facade instance.

Facade::clearResolvedInstances() — Method in class Facade

Clear all of the resolved instances.

File::chmod() — Method in class File
File::copy() — Method in class File
File::copyDirectory() — Method in class File
File::cleanDirectory() — Method in class File
Gate::check() — Method in class Gate
Hash::check() — Method in class Hash
Lang::choice() — Method in class Lang
Log::critical() — Method in class Log
Log::channel() — Method in class Log
Notification::channel() — Method in class Notification
Redis::connection() — Method in class Redis
Request::cookie() — Method in class Request
Request::capture() — Method in class Request
Request::createFrom() — Method in class Request
Request::createFromBase() — Method in class Request
Route::current() — Method in class Route
Route::currentRouteName() — Method in class Route
Route::currentRouteAction() — Method in class Route
Schema::connection() — Method in class Schema

Get a schema builder instance for a connection.

Schema::create() — Method in class Schema
Storage::copy() — Method in class Storage
URL::current() — Method in class URL
View::composer() — Method in class View
View::creator() — Method in class View
$ HigherOrderCollectionProxy#collectionProperty in class HigherOrderCollectionProxy

The collection being operated on.

InteractsWithTime::currentTime() — Method in class InteractsWithTime

Get the current system time as a UNIX timestamp.

LazyCollection::collapse() — Method in class LazyCollection

Collapse the collection of items into a single array.

LazyCollection::contains() — Method in class LazyCollection

Determine if an item exists in the enumerable.

LazyCollection::crossJoin() — Method in class LazyCollection

Cross join the given iterables, returning all possible permutations.

LazyCollection::combine() — Method in class LazyCollection

Create a collection by using this collection for keys and another for its values.

LazyCollection::concat() — Method in class LazyCollection

Push all of the given items onto the collection.

LazyCollection::chunk() — Method in class LazyCollection

Chunk the collection into chunks of the given size.

LazyCollection::count() — Method in class LazyCollection

Count the number of items in the collection.

$ Manager#containerProperty in class Manager

The container instance.

$ Manager#configProperty in class Manager

The configuration repository instance.

$ Manager#customCreatorsProperty in class Manager

The registered custom driver creators.

Manager::createDriver() — Method in class Manager

Create a new driver instance.

Manager::callCustomCreator() — Method in class Manager

Call a custom driver creator.

MessageBag::checkFormat() — Method in class MessageBag

Get the appropriate format based on the given format.

MessageBag::count() — Method in class MessageBag

Get the number of messages in the message bag.

ServiceProvider::callAfterResolving() — Method in class ServiceProvider

Setup an after resolving listener, or fire immediately if already resolved.

ServiceProvider::commands() — Method in class ServiceProvider

Register the package's custom Artisan commands.

$ Str#camelCacheProperty in class Str

The cache of camel-cased words.

Str::camel() — Method in class Str

Convert a value to camel case.

Str::contains() — Method in class Str

Determine if a given string contains a given substring.

Str::containsAll() — Method in class Str

Determine if a given string contains all array values.

Str::createUuidsUsing() — Method in class Str

Set the callable that will be used to generate UUIDs.

Str::createUuidsNormally() — Method in class Str

Indicate that UUIDs should be created normally and not using a custom factory.

Str::charsArray() — Method in class Str

Returns the replacements for the ascii method.

$ BusFake#commandsProperty in class BusFake

The commands that have been dispatched.

$ BusFake#commandsAfterResponseProperty in class BusFake

The commands that have been dispatched after the response has been sent.

NotificationFake::channel() — Method in class NotificationFake

Get a channel instance by name.

QueueFake::connection() — Method in class QueueFake

Resolve a queue connection instance.

CapsuleManagerTraitClass in namespace Illuminate\Support\Traits
$ CapsuleManagerTrait#containerProperty in class CapsuleManagerTrait

The container instance.

$ EnumeratesValues#containsProperty in class EnumeratesValues
EnumeratesValues::containsStrict() — Method in class EnumeratesValues

Determine if an item exists, using strict comparison.

EnumeratesValues::collect() — Method in class EnumeratesValues

Collect the values into a collection.

EnumeratesValues::countBy() — Method in class EnumeratesValues

Count the number of items in the collection using a given truth test.

ViewErrorBag::count() — Method in class ViewErrorBag

Get the number of messages in the default bag.

MessageSelector::choose() — Method in class MessageSelector

Select a proper translation string based on the given number.

Translator::choice() — Method in class Translator

Get a translation according to an integer value.

ClosureValidationRuleClass in namespace Illuminate\Validation
$ ClosureValidationRule#callbackProperty in class ClosureValidationRule

The callback that validates the attribute.

FormatsMessages::callReplacer() — Method in class FormatsMessages

Call a custom validator message replacer.

FormatsMessages::callClassBasedReplacer() — Method in class FormatsMessages

Call a class based validator message replacer.

ValidatesAttributes::compareDates() — Method in class ValidatesAttributes

Compare a given date against another using an operator.

ValidatesAttributes::checkDateTimeOrder() — Method in class ValidatesAttributes

Given two date/time strings, check that one is after the other.

ValidatesAttributes::convertValuesToBoolean() — Method in class ValidatesAttributes

Convert the given values to boolean if they are string "true" / "false".

ValidatesAttributes::convertValuesToNull() — Method in class ValidatesAttributes

Convert the given values to null if they are string "null".

ValidatesAttributes::compare() — Method in class ValidatesAttributes

Determine if a comparison passes between the given values.

$ DatabasePresenceVerifier#connectionProperty in class DatabasePresenceVerifier

The database connection to use.

$ Factory#containerProperty in class Factory

The IoC container instance.

$ DatabaseRule#columnProperty in class DatabaseRule

The column to check on.

$ Dimensions#constraintsProperty in class Dimensions

The constraints for the dimensions rule.

$ RequiredIf#conditionProperty in class RequiredIf

The condition that validates the attribute.

$ Validator#containerProperty in class Validator

The container instance.

$ Validator#currentRuleProperty in class Validator

The current rule that is validating.

$ Validator#customMessagesProperty in class Validator

The array of custom error messages.

$ Validator#customAttributesProperty in class Validator

The array of custom attribute names.

$ Validator#customValuesProperty in class Validator

The array of custom displayable values.

Validator::callExtension() — Method in class Validator

Call a custom validator extension.

Validator::callClassBasedExtension() — Method in class Validator

Call a class based validator extension.

$ BladeCompiler#customDirectivesProperty in class BladeCompiler

All custom "directive" handlers.

$ BladeCompiler#conditionsProperty in class BladeCompiler

All custom "condition" handlers.

$ BladeCompiler#compilersProperty in class BladeCompiler

All of the available compiler functions.

$ BladeCompiler#contentTagsProperty in class BladeCompiler

Array of opening and closing tags for regular echos.

BladeCompiler::compile() — Method in class BladeCompiler

Compile the view at the given path.

BladeCompiler::compileString() — Method in class BladeCompiler

Compile the given Blade template contents.

BladeCompiler::compileExtensions() — Method in class BladeCompiler

Execute the user defined extensions.

BladeCompiler::compileStatements() — Method in class BladeCompiler

Compile Blade statements that start with "@".

BladeCompiler::compileStatement() — Method in class BladeCompiler

Compile a single Blade @ statement.

BladeCompiler::callCustomDirective() — Method in class BladeCompiler

Call the given directive with the given value.

BladeCompiler::check() — Method in class BladeCompiler

Check the result of a condition.

BladeCompiler::component() — Method in class BladeCompiler

Register a component alias directive.

CompilerClass in namespace Illuminate\View\Compilers
$ Compiler#cachePathProperty in class Compiler

Get the cache path for the compiled views.

CompilerInterfaceClass in namespace Illuminate\View\Compilers
CompilerInterface::compile() — Method in class CompilerInterface

Compile the view at the given path.

CompilesAuthorizationsClass in namespace Illuminate\View\Compilers\Concerns
CompilesAuthorizations::compileCan() — Method in class CompilesAuthorizations

Compile the can statements into valid PHP.

CompilesAuthorizations::compileCannot() — Method in class CompilesAuthorizations

Compile the cannot statements into valid PHP.

CompilesAuthorizations::compileCanany() — Method in class CompilesAuthorizations

Compile the canany statements into valid PHP.

CompilesAuthorizations::compileElsecan() — Method in class CompilesAuthorizations

Compile the else-can statements into valid PHP.

CompilesAuthorizations::compileElsecannot() — Method in class CompilesAuthorizations

Compile the else-cannot statements into valid PHP.

CompilesAuthorizations::compileElsecanany() — Method in class CompilesAuthorizations

Compile the else-canany statements into valid PHP.

CompilesAuthorizations::compileEndcan() — Method in class CompilesAuthorizations

Compile the end-can statements into valid PHP.

CompilesAuthorizations::compileEndcannot() — Method in class CompilesAuthorizations

Compile the end-cannot statements into valid PHP.

CompilesAuthorizations::compileEndcanany() — Method in class CompilesAuthorizations

Compile the end-canany statements into valid PHP.

CompilesCommentsClass in namespace Illuminate\View\Compilers\Concerns
CompilesComments::compileComments() — Method in class CompilesComments

Compile Blade comments into an empty string.

CompilesComponentsClass in namespace Illuminate\View\Compilers\Concerns
CompilesComponents::compileComponent() — Method in class CompilesComponents

Compile the component statements into valid PHP.

CompilesComponents::compileEndComponent() — Method in class CompilesComponents

Compile the end-component statements into valid PHP.

CompilesComponents::compileSlot() — Method in class CompilesComponents

Compile the slot statements into valid PHP.

CompilesComponents::compileEndSlot() — Method in class CompilesComponents

Compile the end-slot statements into valid PHP.

CompilesComponents::compileComponentFirst() — Method in class CompilesComponents

Compile the component-first statements into valid PHP.

CompilesComponents::compileEndComponentFirst() — Method in class CompilesComponents

Compile the end-component-first statements into valid PHP.

CompilesConditionalsClass in namespace Illuminate\View\Compilers\Concerns
CompilesConditionals::compileAuth() — Method in class CompilesConditionals

Compile the if-auth statements into valid PHP.

CompilesConditionals::compileElseAuth() — Method in class CompilesConditionals

Compile the else-auth statements into valid PHP.

CompilesConditionals::compileEndAuth() — Method in class CompilesConditionals

Compile the end-auth statements into valid PHP.

CompilesConditionals::compileGuest() — Method in class CompilesConditionals

Compile the if-guest statements into valid PHP.

CompilesConditionals::compileElseGuest() — Method in class CompilesConditionals

Compile the else-guest statements into valid PHP.

CompilesConditionals::compileEndGuest() — Method in class CompilesConditionals

Compile the end-guest statements into valid PHP.

CompilesConditionals::compileHasSection() — Method in class CompilesConditionals

Compile the has-section statements into valid PHP.

CompilesConditionals::compileIf() — Method in class CompilesConditionals

Compile the if statements into valid PHP.

CompilesConditionals::compileUnless() — Method in class CompilesConditionals

Compile the unless statements into valid PHP.

CompilesConditionals::compileElseif() — Method in class CompilesConditionals

Compile the else-if statements into valid PHP.

CompilesConditionals::compileElse() — Method in class CompilesConditionals

Compile the else statements into valid PHP.

CompilesConditionals::compileEndif() — Method in class CompilesConditionals

Compile the end-if statements into valid PHP.

CompilesConditionals::compileEndunless() — Method in class CompilesConditionals

Compile the end-unless statements into valid PHP.

CompilesConditionals::compileIsset() — Method in class CompilesConditionals

Compile the if-isset statements into valid PHP.

CompilesConditionals::compileEndIsset() — Method in class CompilesConditionals

Compile the end-isset statements into valid PHP.

CompilesConditionals::compileSwitch() — Method in class CompilesConditionals

Compile the switch statements into valid PHP.

CompilesConditionals::compileCase() — Method in class CompilesConditionals

Compile the case statements into valid PHP.

CompilesConditionals::compileDefault() — Method in class CompilesConditionals

Compile the default statements in switch case into valid PHP.

CompilesConditionals::compileEndSwitch() — Method in class CompilesConditionals

Compile the end switch statements into valid PHP.

CompilesEchosClass in namespace Illuminate\View\Compilers\Concerns
CompilesEchos::compileEchos() — Method in class CompilesEchos

Compile Blade echos into valid PHP.

CompilesEchos::compileRawEchos() — Method in class CompilesEchos

Compile the "raw" echo statements.

CompilesEchos::compileRegularEchos() — Method in class CompilesEchos

Compile the "regular" echo statements.

CompilesEchos::compileEscapedEchos() — Method in class CompilesEchos

Compile the escaped echo statements.

CompilesErrorsClass in namespace Illuminate\View\Compilers\Concerns
CompilesErrors::compileError() — Method in class CompilesErrors

Compile the error statements into valid PHP.

CompilesErrors::compileEnderror() — Method in class CompilesErrors

Compile the enderror statements into valid PHP.

CompilesHelpersClass in namespace Illuminate\View\Compilers\Concerns
CompilesHelpers::compileCsrf() — Method in class CompilesHelpers

Compile the CSRF statements into valid PHP.

CompilesHelpers::compileDd() — Method in class CompilesHelpers

Compile the "dd" statements into valid PHP.

CompilesHelpers::compileDump() — Method in class CompilesHelpers

Compile the "dump" statements into valid PHP.

CompilesHelpers::compileMethod() — Method in class CompilesHelpers

Compile the method statements into valid PHP.

CompilesIncludesClass in namespace Illuminate\View\Compilers\Concerns
CompilesIncludes::compileEach() — Method in class CompilesIncludes

Compile the each statements into valid PHP.

CompilesIncludes::compileInclude() — Method in class CompilesIncludes

Compile the include statements into valid PHP.

CompilesIncludes::compileIncludeIf() — Method in class CompilesIncludes

Compile the include-if statements into valid PHP.

CompilesIncludes::compileIncludeWhen() — Method in class CompilesIncludes

Compile the include-when statements into valid PHP.

CompilesIncludes::compileIncludeUnless() — Method in class CompilesIncludes

Compile the include-unless statements into valid PHP.

CompilesIncludes::compileIncludeFirst() — Method in class CompilesIncludes

Compile the include-first statements into valid PHP.

CompilesInjectionsClass in namespace Illuminate\View\Compilers\Concerns
CompilesInjections::compileInject() — Method in class CompilesInjections

Compile the inject statements into valid PHP.

CompilesJsonClass in namespace Illuminate\View\Compilers\Concerns
CompilesJson::compileJson() — Method in class CompilesJson

Compile the JSON statement into valid PHP.

CompilesLayoutsClass in namespace Illuminate\View\Compilers\Concerns
CompilesLayouts::compileExtends() — Method in class CompilesLayouts

Compile the extends statements into valid PHP.

CompilesLayouts::compileSection() — Method in class CompilesLayouts

Compile the section statements into valid PHP.

CompilesLayouts::compileParent() — Method in class CompilesLayouts

Replace the @parent directive to a placeholder.

CompilesLayouts::compileYield() — Method in class CompilesLayouts

Compile the yield statements into valid PHP.

CompilesLayouts::compileShow() — Method in class CompilesLayouts

Compile the show statements into valid PHP.

CompilesLayouts::compileAppend() — Method in class CompilesLayouts

Compile the append statements into valid PHP.

CompilesLayouts::compileOverwrite() — Method in class CompilesLayouts

Compile the overwrite statements into valid PHP.

CompilesLayouts::compileStop() — Method in class CompilesLayouts

Compile the stop statements into valid PHP.

CompilesLayouts::compileEndsection() — Method in class CompilesLayouts

Compile the end-section statements into valid PHP.

CompilesLoopsClass in namespace Illuminate\View\Compilers\Concerns
CompilesLoops::compileForelse() — Method in class CompilesLoops

Compile the for-else statements into valid PHP.

CompilesLoops::compileEmpty() — Method in class CompilesLoops

Compile the for-else-empty and empty statements into valid PHP.

CompilesLoops::compileEndforelse() — Method in class CompilesLoops

Compile the end-for-else statements into valid PHP.

CompilesLoops::compileEndEmpty() — Method in class CompilesLoops

Compile the end-empty statements into valid PHP.

CompilesLoops::compileFor() — Method in class CompilesLoops

Compile the for statements into valid PHP.

CompilesLoops::compileForeach() — Method in class CompilesLoops

Compile the for-each statements into valid PHP.

CompilesLoops::compileBreak() — Method in class CompilesLoops

Compile the break statements into valid PHP.

CompilesLoops::compileContinue() — Method in class CompilesLoops

Compile the continue statements into valid PHP.

CompilesLoops::compileEndfor() — Method in class CompilesLoops

Compile the end-for statements into valid PHP.

CompilesLoops::compileEndforeach() — Method in class CompilesLoops

Compile the end-for-each statements into valid PHP.

CompilesLoops::compileWhile() — Method in class CompilesLoops

Compile the while statements into valid PHP.

CompilesLoops::compileEndwhile() — Method in class CompilesLoops

Compile the end-while statements into valid PHP.

CompilesRawPhpClass in namespace Illuminate\View\Compilers\Concerns
CompilesRawPhp::compilePhp() — Method in class CompilesRawPhp

Compile the raw PHP statements into valid PHP.

CompilesRawPhp::compileUnset() — Method in class CompilesRawPhp

Compile the unset statements into valid PHP.

CompilesStacksClass in namespace Illuminate\View\Compilers\Concerns
CompilesStacks::compileStack() — Method in class CompilesStacks

Compile the stack statements into the content.

CompilesStacks::compilePush() — Method in class CompilesStacks

Compile the push statements into valid PHP.

CompilesStacks::compileEndpush() — Method in class CompilesStacks

Compile the end-push statements into valid PHP.

CompilesStacks::compilePrepend() — Method in class CompilesStacks

Compile the prepend statements into valid PHP.

CompilesStacks::compileEndprepend() — Method in class CompilesStacks

Compile the end-prepend statements into valid PHP.

CompilesTranslationsClass in namespace Illuminate\View\Compilers\Concerns
CompilesTranslations::compileLang() — Method in class CompilesTranslations

Compile the lang statements into valid PHP.

CompilesTranslations::compileEndlang() — Method in class CompilesTranslations

Compile the end-lang statements into valid PHP.

CompilesTranslations::compileChoice() — Method in class CompilesTranslations

Compile the choice statements into valid PHP.

$ ManagesComponents#componentStackProperty in class ManagesComponents

The components being rendered.

$ ManagesComponents#componentDataProperty in class ManagesComponents

The original data passed to the component.

ManagesComponents::componentData() — Method in class ManagesComponents

Get the data for the given component.

ManagesComponents::currentComponent() — Method in class ManagesComponents

Get the index for the current component.

ManagesEvents::creator() — Method in class ManagesEvents

Register a view creator event.

ManagesEvents::composers() — Method in class ManagesEvents

Register multiple view composers via an array.

ManagesEvents::composer() — Method in class ManagesEvents

Register a view composer event.

ManagesEvents::classEventMethodForPrefix() — Method in class ManagesEvents

Determine the class event method based on the given prefix.

ManagesEvents::callComposer() — Method in class ManagesEvents

Call the composer for a given view.

ManagesEvents::callCreator() — Method in class ManagesEvents

Call the creator for a given view.

CompilerEngineClass in namespace Illuminate\View\Engines
$ CompilerEngine#compilerProperty in class CompilerEngine

The Blade compiler instance.

$ Factory#containerProperty in class Factory

The IoC container instance.

$ Factory#composersProperty in class Factory

The view composer events.

ViewServiceProvider::createFactory() — Method in class ViewServiceProvider

Create a new Factory Instance.

D

Gate::define() — Method in class Gate

Define a new ability.

Gate::denies() — Method in class Gate

Determine if the given ability should be denied for the current user.

HandlesAuthorization::deny() — Method in class HandlesAuthorization

Throws an unauthorized exception.

Response::deny() — Method in class Response

Create a new "deny" Response.

Response::denied() — Method in class Response

Determine if the response was denied.

$ ClearResetsCommand#descriptionProperty in class ClearResetsCommand

The console command description.

DatabaseUserProviderClass in namespace Illuminate\Auth
DatabaseTokenRepositoryClass in namespace Illuminate\Auth\Passwords
DatabaseTokenRepository::deleteExisting() — Method in class DatabaseTokenRepository

Delete all existing reset tokens from the database.

DatabaseTokenRepository::delete() — Method in class DatabaseTokenRepository

Delete a token record by user.

DatabaseTokenRepository::deleteExpired() — Method in class DatabaseTokenRepository

Delete expired tokens.

PasswordBroker::deleteToken() — Method in class PasswordBroker

Delete password reset tokens of the given user.

TokenRepositoryInterface::delete() — Method in class TokenRepositoryInterface

Delete a token record.

TokenRepositoryInterface::deleteExpired() — Method in class TokenRepositoryInterface

Delete expired tokens.

BroadcastEvent::displayName() — Method in class BroadcastEvent

Get the display name for the queued job.

$ BroadcastManager#driversProperty in class BroadcastManager

The array of resolved broadcast drivers.

BroadcastManager::driver() — Method in class BroadcastManager

Get a driver instance.

PusherBroadcaster::decodePusherResponse() — Method in class PusherBroadcaster

Decode the given Pusher response.

InteractsWithSockets::dontBroadcastToCurrentUser() — Method in class InteractsWithSockets

Exclude the current user from receiving the broadcast.

DispatcherClass in namespace Illuminate\Bus
Dispatcher::dispatch() — Method in class Dispatcher

Dispatch a command to its appropriate handler.

Dispatcher::dispatchNow() — Method in class Dispatcher

Dispatch a command to its appropriate handler in the current process.

Dispatcher::dispatchToQueue() — Method in class Dispatcher

Dispatch a command to its appropriate handler behind a queue.

Dispatcher::dispatchAfterResponse() — Method in class Dispatcher

Dispatch a command to its appropriate handler after the current process.

$ Queueable#delayProperty in class Queueable

The number of seconds before the job should be made available.

Queueable::delay() — Method in class Queueable

Set the desired delay for the job.

Queueable::dispatchNextJobInChain() — Method in class Queueable

Dispatch the next job on the chain.

ApcStore::decrement() — Method in class ApcStore

Decrement the value of an item in the cache.

ApcWrapper::decrement() — Method in class ApcWrapper

Decrement the value of an item in the cache.

ApcWrapper::delete() — Method in class ApcWrapper

Remove an item from the cache.

ArrayStore::decrement() — Method in class ArrayStore

Decrement the value of an item in the cache.

CacheManager::driver() — Method in class CacheManager

Get a cache driver instance.

$ CacheTableCommand#descriptionProperty in class CacheTableCommand

The console command description.

$ ClearCommand#descriptionProperty in class ClearCommand

The console command description.

$ ForgetCommand#descriptionProperty in class ForgetCommand

The console command description.

DatabaseStoreClass in namespace Illuminate\Cache
DatabaseStore::decrement() — Method in class DatabaseStore

Decrement the value of an item in the cache.

DynamoDbLockClass in namespace Illuminate\Cache
$ DynamoDbLock#dynamoProperty in class DynamoDbLock

The DynamoDB client instance.

DynamoDbStoreClass in namespace Illuminate\Cache
$ DynamoDbStore#dynamoProperty in class DynamoDbStore

The DynamoDB client instance.

DynamoDbStore::decrement() — Method in class DynamoDbStore

Decrement the value of an item in the cache.

$ FileStore#directoryProperty in class FileStore

The file cache directory.

FileStore::decrement() — Method in class FileStore

Decrement the value of an item in the cache.

MemcachedStore::decrement() — Method in class MemcachedStore

Decrement the value of an item in the cache.

NullStore::decrement() — Method in class NullStore

Decrement the value of an item in the cache.

RedisStore::decrement() — Method in class RedisStore

Decrement the value of an item in the cache.

RedisTaggedCache::decrement() — Method in class RedisTaggedCache

Decrement the value of an item in the cache.

RedisTaggedCache::deleteForeverKeys() — Method in class RedisTaggedCache

Delete all of the items that were stored forever.

RedisTaggedCache::deleteStandardKeys() — Method in class RedisTaggedCache

Delete all standard items.

RedisTaggedCache::deleteKeysByReference() — Method in class RedisTaggedCache

Find and delete all of the items that were stored against a reference.

RedisTaggedCache::deleteValues() — Method in class RedisTaggedCache

Delete item keys that have been stored against a reference.

$ Repository#defaultProperty in class Repository

The default number of seconds to store items.

Repository::decrement() — Method in class Repository

Decrement the value of an item in the cache.

Repository::delete() — Method in class Repository
{@inheritdoc}
Repository::deleteMultiple() — Method in class Repository
{@inheritdoc}
TaggedCache::decrement() — Method in class TaggedCache

Decrement the value of an item in the cache.

$ Command#descriptionProperty in class Command

The console command description.

DetectsApplicationNamespaceClass in namespace Illuminate\Console
$ Event#descriptionProperty in class Event

The human readable description of the event.

Event::description() — Method in class Event

Set the human-friendly description of the event.

ManagesFrequencies::daily() — Method in class ManagesFrequencies

Schedule the event to run daily.

ManagesFrequencies::dailyAt() — Method in class ManagesFrequencies

Schedule the event to run daily at a given time (10:00, 19:30, etc).

ManagesFrequencies::days() — Method in class ManagesFrequencies

Set the days of the week the command should run on.

$ Schedule#dispatcherProperty in class Schedule

The job dispatcher implementation.

Schedule::dispatchToQueue() — Method in class Schedule

Dispatch the given job to the queue.

Schedule::dispatchNow() — Method in class Schedule

Dispatch the given job right now.

Schedule::dueEvents() — Method in class Schedule

Get all of the events on the schedule that are due.

$ ScheduleFinishCommand#descriptionProperty in class ScheduleFinishCommand

The console command description.

$ ScheduleRunCommand#descriptionProperty in class ScheduleRunCommand

The console command description.

$ ScheduleRunCommand#dispatcherProperty in class ScheduleRunCommand

The event dispatcher.

Container::dropStaleInstances() — Method in class Container

Drop all of the stale instances and aliases.

Gate::define() — Method in class Gate

Define a new ability.

Gate::denies() — Method in class Gate

Determine if the given ability should be denied for the current user.

DispatcherClass in namespace Illuminate\Contracts\Bus
Dispatcher::dispatch() — Method in class Dispatcher

Dispatch a command to its appropriate handler.

Dispatcher::dispatchNow() — Method in class Dispatcher

Dispatch a command to its appropriate handler in the current process.

QueueingDispatcher::dispatchToQueue() — Method in class QueueingDispatcher

Dispatch a command to its appropriate handler behind a queue.

Repository::decrement() — Method in class Repository

Decrement the value of an item in the cache.

Store::decrement() — Method in class Store

Decrement the value of an item in the cache.

DecryptExceptionClass in namespace Illuminate\Contracts\Encryption
Encrypter::decrypt() — Method in class Encrypter

Decrypt the given value.

DispatcherClass in namespace Illuminate\Contracts\Events
Dispatcher::dispatch() — Method in class Dispatcher

Dispatch an event and call the listeners.

Factory::disk() — Method in class Factory

Get a filesystem implementation.

Filesystem::delete() — Method in class Filesystem

Delete the file at a given path.

Filesystem::directories() — Method in class Filesystem

Get all of the directories within a given directory.

Filesystem::deleteDirectory() — Method in class Filesystem

Recursively delete a directory.

Application::databasePath() — Method in class Application

Get the path to the database directory.

Application::detectEnvironment() — Method in class Application

Detect the application's current environment.

DispatcherClass in namespace Illuminate\Contracts\Notifications
Job::delete() — Method in class Job

Delete the job from the queue.

Registrar::delete() — Method in class Registrar

Register a new DELETE route with the router.

ResponseFactory::download() — Method in class ResponseFactory

Create a new file download response.

DeferrableProviderClass in namespace Illuminate\Contracts\Support
$ CookieJar#domainProperty in class CookieJar

The default domain (if specified).

EncryptCookies::disableFor() — Method in class EncryptCookies

Disable encryption for the given cookie name(s).

EncryptCookies::decrypt() — Method in class EncryptCookies

Decrypt the cookies on the request.

EncryptCookies::decryptCookie() — Method in class EncryptCookies

Decrypt the given cookie and return the value.

EncryptCookies::decryptArray() — Method in class EncryptCookies

Decrypt an array based cookie.

EncryptCookies::duplicate() — Method in class EncryptCookies

Duplicate a cookie with a new value.

$ Connection#databaseProperty in class Connection

The name of the connected database.

$ Connection#doctrineConnectionProperty in class Connection

The instance of Doctrine connection.

Connection::delete() — Method in class Connection

Run a delete statement against the database.

Connection::disconnect() — Method in class Connection

Disconnect from the underlying PDO connection.

Connection::disableQueryLog() — Method in class Connection

Disable the query log on the connection.

ConnectionInterface::delete() — Method in class ConnectionInterface

Run a delete statement against the database.

$ ConnectionResolver#defaultProperty in class ConnectionResolver

The default connection name.

$ FactoryMakeCommand#descriptionProperty in class FactoryMakeCommand

The console command description.

$ FreshCommand#descriptionProperty in class FreshCommand

The console command description.

$ InstallCommand#descriptionProperty in class InstallCommand

The console command description.

$ MigrateCommand#descriptionProperty in class MigrateCommand

The console command description.

$ MigrateMakeCommand#descriptionProperty in class MigrateMakeCommand

The console command description.

$ RefreshCommand#descriptionProperty in class RefreshCommand

The console command description.

$ ResetCommand#descriptionProperty in class ResetCommand

The console command description.

$ RollbackCommand#descriptionProperty in class RollbackCommand

The console command description.

$ StatusCommand#descriptionProperty in class StatusCommand

The console command description.

$ SeedCommand#descriptionProperty in class SeedCommand

The console command description.

$ SeederMakeCommand#descriptionProperty in class SeederMakeCommand

The console command description.

$ WipeCommand#descriptionProperty in class WipeCommand

The console command description.

WipeCommand::dropAllTables() — Method in class WipeCommand

Drop all of the database tables.

WipeCommand::dropAllViews() — Method in class WipeCommand

Drop all of the database views.

WipeCommand::dropAllTypes() — Method in class WipeCommand

Drop all of the database types.

DatabaseManagerClass in namespace Illuminate\Database
DatabaseManager::disconnect() — Method in class DatabaseManager

Disconnect from the given database.

DatabaseServiceProviderClass in namespace Illuminate\Database
DetectsConcurrencyErrorsClass in namespace Illuminate\Database
DetectsLostConnectionsClass in namespace Illuminate\Database
Builder::decrement() — Method in class Builder

Decrement a column's value by a given amount.

Builder::delete() — Method in class Builder

Delete a record from the database.

Builder::defaultKeyName() — Method in class Builder

Get the default key name of the table.

Collection::diff() — Method in class Collection

Diff the collection with the given items.

Collection::duplicateComparator() — Method in class Collection

Get the comparison function to detect duplicates.

$ HasAttributes#datesProperty in class HasAttributes

The attributes that should be mutated to dates.

$ HasAttributes#dateFormatProperty in class HasAttributes

The storage format of the model's date columns.

$ HasEvents#dispatchesEventsProperty in class HasEvents

The event map for the model.

HasEvents::deleting() — Method in class HasEvents

Register a deleting model event with the dispatcher.

HasEvents::deleted() — Method in class HasEvents

Register a deleted model event with the dispatcher.

QueriesRelationships::doesntHave() — Method in class QueriesRelationships

Add a relationship count / exists condition to the query.

QueriesRelationships::doesntHaveMorph() — Method in class QueriesRelationships

Add a polymorphic relationship count / exists condition to the query.

$ Factory#definitionsProperty in class Factory

The model definitions in the container.

Factory::defineAs() — Method in class Factory

Define a class with a given short-name.

Factory::define() — Method in class Factory

Define a class with a given set of attributes.

$ FactoryBuilder#definitionsProperty in class FactoryBuilder

The model definitions in the container.

$ Model#dispatcherProperty in class Model

The event dispatcher instance.

Model::decrement() — Method in class Model

Decrement a column's value by a given amount.

Model::destroy() — Method in class Model

Destroy the models for the given IDs.

Model::delete() — Method in class Model

Delete the model from the database.

BelongsTo::dissociate() — Method in class BelongsTo

Dissociate previously associated model from the given parent.

AsPivot::delete() — Method in class AsPivot

Delete the pivot model record from the database.

InteractsWithPivotTable::detach() — Method in class InteractsWithPivotTable

Detach models from the relationship.

InteractsWithPivotTable::detachUsingCustomClass() — Method in class InteractsWithPivotTable

Detach models from the relationship using a custom class.

MorphPivot::delete() — Method in class MorphPivot

Delete the pivot model record from the database.

$ MorphTo#dictionaryProperty in class MorphTo

All of the models keyed by ID.

MorphTo::dissociate() — Method in class MorphTo

Dissociate previously associated model from the given parent.

DatabaseMigrationRepositoryClass in namespace Illuminate\Database\Migrations
DatabaseMigrationRepository::delete() — Method in class DatabaseMigrationRepository

Remove a migration from the log.

MigrationRepositoryInterface::delete() — Method in class MigrationRepositoryInterface

Remove a migration from the log.

$ Builder#distinctProperty in class Builder

Indicates if the query returns distinct results.

Builder::distinct() — Method in class Builder

Force the query to only return distinct results.

Builder::dynamicWhere() — Method in class Builder

Handles dynamic "where" clauses to the query.

Builder::doesntExist() — Method in class Builder

Determine if no rows exist for the current query.

Builder::doesntExistOr() — Method in class Builder

Execute the given callback if rows exist for the current query.

Builder::decrement() — Method in class Builder

Decrement a column's value by a given amount.

Builder::delete() — Method in class Builder

Delete a record from the database.

Builder::defaultKeyName() — Method in class Builder

Get the default key name of the table.

Builder::dump() — Method in class Builder

Dump the current SQL and bindings.

Builder::dd() — Method in class Builder

Die and dump the current SQL and bindings.

Grammar::dateBasedWhere() — Method in class Grammar

Compile a date based where clause.

PostgresGrammar::dateBasedWhere() — Method in class PostgresGrammar

Compile a date based where clause.

SQLiteGrammar::dateBasedWhere() — Method in class SQLiteGrammar

Compile a date based where clause.

Blueprint::drop() — Method in class Blueprint

Indicate that the table should be dropped.

Blueprint::dropIfExists() — Method in class Blueprint

Indicate that the table should be dropped if it exists.

Blueprint::dropColumn() — Method in class Blueprint

Indicate that the given columns should be dropped.

Blueprint::dropPrimary() — Method in class Blueprint

Indicate that the given primary key should be dropped.

Blueprint::dropUnique() — Method in class Blueprint

Indicate that the given unique key should be dropped.

Blueprint::dropIndex() — Method in class Blueprint

Indicate that the given index should be dropped.

Blueprint::dropSpatialIndex() — Method in class Blueprint

Indicate that the given spatial index should be dropped.

Blueprint::dropForeign() — Method in class Blueprint

Indicate that the given foreign key should be dropped.

Blueprint::dropTimestamps() — Method in class Blueprint

Indicate that the timestamp columns should be dropped.

Blueprint::dropTimestampsTz() — Method in class Blueprint

Indicate that the timestamp columns should be dropped.

Blueprint::dropSoftDeletes() — Method in class Blueprint

Indicate that the soft delete column should be dropped.

Blueprint::dropSoftDeletesTz() — Method in class Blueprint

Indicate that the soft delete column should be dropped.

Blueprint::dropRememberToken() — Method in class Blueprint

Indicate that the remember token column should be dropped.

Blueprint::dropMorphs() — Method in class Blueprint

Indicate that the polymorphic columns should be dropped.

Blueprint::double() — Method in class Blueprint

Create a new double column on the table.

Blueprint::decimal() — Method in class Blueprint

Create a new decimal column on the table.

Blueprint::date() — Method in class Blueprint

Create a new date column on the table.

Blueprint::dateTime() — Method in class Blueprint

Create a new date-time column on the table.

Blueprint::dateTimeTz() — Method in class Blueprint

Create a new date-time column (with time zone) on the table.

Blueprint::dropIndexCommand() — Method in class Blueprint

Create a new drop index command on the blueprint.

$ Builder#defaultStringLengthProperty in class Builder

The default string length for migrations.

Builder::defaultStringLength() — Method in class Builder

Set the default string length for migrations.

Builder::drop() — Method in class Builder

Drop a table from the schema.

Builder::dropIfExists() — Method in class Builder

Drop a table from the schema if it exists.

Builder::dropAllTables() — Method in class Builder

Drop all tables from the database.

Builder::dropAllViews() — Method in class Builder

Drop all views from the database.

Builder::dropAllTypes() — Method in class Builder

Drop all types from the database.

Builder::disableForeignKeyConstraints() — Method in class Builder

Disable foreign key constraints.

ColumnDefinition::default() — Method in class ColumnDefinition

Specify a "default" value for the column

ForeignKeyDefinition::deferrable() — Method in class ForeignKeyDefinition
ChangeColumn::doesntNeedCharacterOptions() — Method in class ChangeColumn

Determine if the given type does not need character / collation options.

MySqlBuilder::dropAllTables() — Method in class MySqlBuilder

Drop all tables from the database.

MySqlBuilder::dropAllViews() — Method in class MySqlBuilder

Drop all views from the database.

PostgresBuilder::dropAllTables() — Method in class PostgresBuilder

Drop all tables from the database.

PostgresBuilder::dropAllViews() — Method in class PostgresBuilder

Drop all views from the database.

PostgresBuilder::dropAllTypes() — Method in class PostgresBuilder

Drop all types from the database.

SQLiteBuilder::dropAllTables() — Method in class SQLiteBuilder

Drop all tables from the database.

SQLiteBuilder::dropAllViews() — Method in class SQLiteBuilder

Drop all views from the database.

SqlServerBuilder::dropAllTables() — Method in class SqlServerBuilder

Drop all tables from the database.

SqlServerBuilder::dropAllViews() — Method in class SqlServerBuilder

Drop all views from the database.

Encrypter::decrypt() — Method in class Encrypter

Decrypt the given value.

Encrypter::decryptString() — Method in class Encrypter

Decrypt the given string without unserialization.

$ CallQueuedListener#dataProperty in class CallQueuedListener

The data to be passed to the listener.

CallQueuedListener::displayName() — Method in class CallQueuedListener

Get the display name for the queued job.

DispatcherClass in namespace Illuminate\Events
Dispatcher::dispatch() — Method in class Dispatcher

Fire an event and call the listeners.

$ NullDispatcher#dispatcherProperty in class NullDispatcher

The underlying event dispatcher instance.

NullDispatcher::dispatch() — Method in class NullDispatcher

Don't fire an event.

Filesystem::delete() — Method in class Filesystem

Delete the file at a given path.

Filesystem::dirname() — Method in class Filesystem

Extract the parent directory from a file path.

Filesystem::directories() — Method in class Filesystem

Get all of the directories within a given directory.

Filesystem::deleteDirectory() — Method in class Filesystem

Recursively delete a directory.

Filesystem::deleteDirectories() — Method in class Filesystem

Remove all of the directories within a given directory.

$ FilesystemAdapter#driverProperty in class FilesystemAdapter

The Flysystem filesystem implementation.

FilesystemAdapter::download() — Method in class FilesystemAdapter

Create a streamed download response for a given file.

FilesystemAdapter::delete() — Method in class FilesystemAdapter

Delete the file at a given path.

FilesystemAdapter::directories() — Method in class FilesystemAdapter

Get all of the directories within a given directory.

FilesystemAdapter::deleteDirectory() — Method in class FilesystemAdapter

Recursively delete a directory.

$ FilesystemManager#disksProperty in class FilesystemManager

The array of resolved filesystem drivers.

FilesystemManager::drive() — Method in class FilesystemManager

Get a filesystem instance.

FilesystemManager::disk() — Method in class FilesystemManager

Get a filesystem instance.

$ Application#deferredServicesProperty in class Application

The deferred services and their providers.

$ Application#databasePathProperty in class Application

The custom database path defined by the developer.

Application::databasePath() — Method in class Application

Get the path to the database directory.

Application::detectEnvironment() — Method in class Application

Detect the application's current environment.

ThrottlesLogins::decayMinutes() — Method in class ThrottlesLogins

Get the number of minutes to throttle for.

DispatchableClass in namespace Illuminate\Foundation\Bus
Dispatchable::dispatch() — Method in class Dispatchable

Dispatch the job with the given arguments.

Dispatchable::dispatchNow() — Method in class Dispatchable

Dispatch a command to its appropriate handler in the current process.

Dispatchable::dispatchAfterResponse() — Method in class Dispatchable

Dispatch a command to its appropriate handler after the current process.

DispatchesJobsClass in namespace Illuminate\Foundation\Bus
DispatchesJobs::dispatch() — Method in class DispatchesJobs

Dispatch a job to its appropriate handler.

DispatchesJobs::dispatchNow() — Method in class DispatchesJobs

Dispatch a job to its appropriate handler in the current process.

PendingChain::dispatch() — Method in class PendingChain

Dispatch the job with the given arguments.

PendingDispatch::delay() — Method in class PendingDispatch

Set the desired delay for the job.

$ ChannelMakeCommand#descriptionProperty in class ChannelMakeCommand

The console command description.

$ ClearCompiledCommand#descriptionProperty in class ClearCompiledCommand

The console command description.

ClosureCommand::describe() — Method in class ClosureCommand

Set the description for the command.

$ ConfigCacheCommand#descriptionProperty in class ConfigCacheCommand

The console command description.

$ ConfigClearCommand#descriptionProperty in class ConfigClearCommand

The console command description.

$ ConsoleMakeCommand#descriptionProperty in class ConsoleMakeCommand

The console command description.

DownCommandClass in namespace Illuminate\Foundation\Console
$ DownCommand#descriptionProperty in class DownCommand

The console command description.

$ EnvironmentCommand#descriptionProperty in class EnvironmentCommand

The console command description.

$ EventCacheCommand#descriptionProperty in class EventCacheCommand

The console command description.

$ EventClearCommand#descriptionProperty in class EventClearCommand

The console command description.

$ EventGenerateCommand#descriptionProperty in class EventGenerateCommand

The console command description.

$ EventListCommand#descriptionProperty in class EventListCommand

The console command description.

$ EventMakeCommand#descriptionProperty in class EventMakeCommand

The console command description.

$ ExceptionMakeCommand#descriptionProperty in class ExceptionMakeCommand

The console command description.

$ JobMakeCommand#descriptionProperty in class JobMakeCommand

The console command description.

Kernel::defineConsoleSchedule() — Method in class Kernel

Define the application's command schedule.

$ KeyGenerateCommand#descriptionProperty in class KeyGenerateCommand

The console command description.

$ ListenerMakeCommand#descriptionProperty in class ListenerMakeCommand

The console command description.

$ MailMakeCommand#descriptionProperty in class MailMakeCommand

The console command description.

$ ModelMakeCommand#descriptionProperty in class ModelMakeCommand

The console command description.

$ NotificationMakeCommand#descriptionProperty in class NotificationMakeCommand

The console command description.

$ ObserverMakeCommand#descriptionProperty in class ObserverMakeCommand

The console command description.

$ OptimizeClearCommand#descriptionProperty in class OptimizeClearCommand

The console command description.

$ OptimizeCommand#descriptionProperty in class OptimizeCommand

The console command description.

$ PackageDiscoverCommand#descriptionProperty in class PackageDiscoverCommand

The console command description.

$ PolicyMakeCommand#descriptionProperty in class PolicyMakeCommand

The console command description.

$ PresetCommand#descriptionProperty in class PresetCommand

The console command description.

$ ProviderMakeCommand#descriptionProperty in class ProviderMakeCommand

The console command description.

$ QueuedCommand#dataProperty in class QueuedCommand

The data to pass to the Artisan command.

$ RequestMakeCommand#descriptionProperty in class RequestMakeCommand

The console command description.

$ ResourceMakeCommand#descriptionProperty in class ResourceMakeCommand

The console command description.

$ RouteCacheCommand#descriptionProperty in class RouteCacheCommand

The console command description.

$ RouteClearCommand#descriptionProperty in class RouteClearCommand

The console command description.

$ RouteListCommand#descriptionProperty in class RouteListCommand

The console command description.

RouteListCommand::displayRoutes() — Method in class RouteListCommand

Display the route information on the console.

$ RuleMakeCommand#descriptionProperty in class RuleMakeCommand

The console command description.

$ ServeCommand#descriptionProperty in class ServeCommand

The console command description.

$ StorageLinkCommand#descriptionProperty in class StorageLinkCommand

The console command description.

$ TestMakeCommand#descriptionProperty in class TestMakeCommand

The console command description.

$ UpCommand#descriptionProperty in class UpCommand

The console command description.

$ VendorPublishCommand#descriptionProperty in class VendorPublishCommand

The console command description.

VendorPublishCommand::determineWhatShouldBePublished() — Method in class VendorPublishCommand

Determine the provider or tag(s) to publish.

$ ViewCacheCommand#descriptionProperty in class ViewCacheCommand

The console command description.

$ ViewClearCommand#descriptionProperty in class ViewClearCommand

The console command description.

EnvironmentDetector::detect() — Method in class EnvironmentDetector

Detect the application's current environment.

EnvironmentDetector::detectWebEnvironment() — Method in class EnvironmentDetector

Set the application environment for a web request.

EnvironmentDetector::detectConsoleEnvironment() — Method in class EnvironmentDetector

Set the application environment from command-line arguments.

DiscoverEventsClass in namespace Illuminate\Foundation\Events
DispatchableClass in namespace Illuminate\Foundation\Events
Dispatchable::dispatch() — Method in class Dispatchable

Dispatch the event with the given arguments.

$ Handler#dontReportProperty in class Handler

A list of the exception types that are not reported.

$ Handler#dontFlashProperty in class Handler

A list of the inputs that are never flashed for validation exceptions.

WhoopsHandler::directoriesExceptVendor() — Method in class WhoopsHandler

Get the application paths except for the "vendor" directory.

Kernel::dispatchToRouter() — Method in class Kernel

Get the route dispatcher callback.

$ ArtisanServiceProvider#devCommandsProperty in class ArtisanServiceProvider

The commands to be registered.

EventServiceProvider::discoveredEvents() — Method in class EventServiceProvider

Get the discovered events for the application.

EventServiceProvider::discoverEvents() — Method in class EventServiceProvider

Discover the events and listeners for the application.

EventServiceProvider::discoverEventsWithin() — Method in class EventServiceProvider

Get the listener directories that should be used to discover events.

$ MakesHttpRequests#defaultHeadersProperty in class MakesHttpRequests

Additional headers for the request.

$ MakesHttpRequests#defaultCookiesProperty in class MakesHttpRequests

Additional cookies for the request.

$ MocksApplicationServices#dispatchedJobsProperty in class MocksApplicationServices

All of the dispatched jobs.

$ MocksApplicationServices#dispatchedNotificationsProperty in class MocksApplicationServices

All of the dispatched notifications.

MocksApplicationServices::doesntExpectEvents() — Method in class MocksApplicationServices

Specify a list of events that should not be fired for the given operation.

MocksApplicationServices::doesntExpectJobs() — Method in class MocksApplicationServices

Specify a list of jobs that should not be dispatched for the given operation.

$ HasInDatabase#databaseProperty in class HasInDatabase

The database connection.

$ HasInDatabase#dataProperty in class HasInDatabase

The data that will be used to narrow the search in the database table.

$ SoftDeletedInDatabase#databaseProperty in class SoftDeletedInDatabase

The database connection.

$ SoftDeletedInDatabase#dataProperty in class SoftDeletedInDatabase

The data that will be used to narrow the search in the database table.

$ SoftDeletedInDatabase#deletedAtColumnProperty in class SoftDeletedInDatabase

The name of the column that indicates soft deletion has occurred.

DatabaseMigrationsClass in namespace Illuminate\Foundation\Testing
DatabaseTransactionsClass in namespace Illuminate\Foundation\Testing
TestResponse::decodeResponseJson() — Method in class TestResponse

Validate and return the decoded response JSON.

TestResponse::dump() — Method in class TestResponse

Dump the content from the response.

TestResponse::dumpHeaders() — Method in class TestResponse

Dump the headers from the response.

TestResponse::dumpSession() — Method in class TestResponse

Dump the session from the response.

WithoutEvents::disableEventsForAllTests() — Method in class WithoutEvents

Prevent all event handles from being executed.

WithoutMiddleware::disableMiddlewareForAllTests() — Method in class WithoutMiddleware

Prevent all middleware from being executed for this test class.

Request::decodedPath() — Method in class Request

Get the current decoded path info for the request.

Request::duplicate() — Method in class Request
{@inheritdoc}
DelegatesToResourceClass in namespace Illuminate\Http\Resources
$ MergeValue#dataProperty in class MergeValue

The data to be merged.

$ LogManager#dateFormatProperty in class LogManager

The standard date format to use when writing logs.

LogManager::driver() — Method in class LogManager

Get a log driver instance.

LogManager::debug() — Method in class LogManager

Detailed debug information.

$ Logger#dispatcherProperty in class Logger

The event dispatcher instance.

Logger::debug() — Method in class Logger

Log a debug message to the logs.

$ MessageSending#dataProperty in class MessageSending

The message data.

$ MessageSent#dataProperty in class MessageSent

The message data.

$ Mailable#diskAttachmentsProperty in class Mailable

The attachments from a storage disk.

Mailer::dispatchSentEvent() — Method in class Mailer

Dispatch the message sent event.

SendQueuedMailable::displayName() — Method in class SendQueuedMailable

Get the display name for the queued job.

$ MailgunTransport#domainProperty in class MailgunTransport

The Mailgun email domain.

$ ChannelManager#defaultChannelProperty in class ChannelManager

The default channel used to deliver messages.

ChannelManager::deliversVia() — Method in class ChannelManager

Get the default channel driver name.

ChannelManager::deliverVia() — Method in class ChannelManager

Set the default channel driver name.

DatabaseChannelClass in namespace Illuminate\Notifications\Channels
$ NotificationTableCommand#descriptionProperty in class NotificationTableCommand

The console command description.

DatabaseNotificationClass in namespace Illuminate\Notifications
DatabaseNotificationCollectionClass in namespace Illuminate\Notifications
$ BroadcastNotificationCreated#dataProperty in class BroadcastNotificationCreated

The notification data.

$ NotificationFailed#dataProperty in class NotificationFailed

The data needed to process this failure.

$ BroadcastMessage#dataProperty in class BroadcastMessage

The data for the notification.

BroadcastMessage::data() — Method in class BroadcastMessage

Set the message data.

DatabaseMessageClass in namespace Illuminate\Notifications\Messages
$ DatabaseMessage#dataProperty in class DatabaseMessage

The data that should be stored with the notification.

MailMessage::data() — Method in class MailMessage

Get the data array for the mail message.

SendQueuedNotifications::displayName() — Method in class SendQueuedNotifications

Get the display name for the queued job.

$ AbstractPaginator#defaultViewProperty in class AbstractPaginator

The default pagination view.

$ AbstractPaginator#defaultSimpleViewProperty in class AbstractPaginator

The default "simple" pagination view.

AbstractPaginator::defaultView() — Method in class AbstractPaginator

Set the default pagination view.

AbstractPaginator::defaultSimpleView() — Method in class AbstractPaginator

Set the default "simple" pagination view.

Hub::defaults() — Method in class Hub

Define the default named pipeline.

$ BeanstalkdQueue#defaultProperty in class BeanstalkdQueue

The name of the default tube.

BeanstalkdQueue::deleteMessage() — Method in class BeanstalkdQueue

Delete a message from the Beanstalk queue.

$ CallQueuedClosure#deleteWhenMissingModelsProperty in class CallQueuedClosure

Indicate if the job should be deleted when models are missing.

CallQueuedClosure::displayName() — Method in class CallQueuedClosure

Get the display name for the queued job.

$ CallQueuedHandler#dispatcherProperty in class CallQueuedHandler

The bus dispatcher implementation.

CallQueuedHandler::dispatchThroughMiddleware() — Method in class CallQueuedHandler

Dispatch the given job / command through its specified middleware.

DatabaseConnectorClass in namespace Illuminate\Queue\Connectors
$ FailedTableCommand#descriptionProperty in class FailedTableCommand

The console command description.

$ FlushFailedCommand#descriptionProperty in class FlushFailedCommand

The console command description.

$ ForgetFailedCommand#descriptionProperty in class ForgetFailedCommand

The console command description.

$ ListFailedCommand#descriptionProperty in class ListFailedCommand

The console command description.

ListFailedCommand::displayFailedJobs() — Method in class ListFailedCommand

Display the failed jobs in the console.

$ ListenCommand#descriptionProperty in class ListenCommand

The console command description.

$ RestartCommand#descriptionProperty in class RestartCommand

The console command description.

$ RetryCommand#descriptionProperty in class RetryCommand

The console command description.

$ TableCommand#descriptionProperty in class TableCommand

The console command description.

$ WorkCommand#descriptionProperty in class WorkCommand

The console command description.

WorkCommand::downForMaintenance() — Method in class WorkCommand

Determine if the worker should run in maintenance mode.

DatabaseQueueClass in namespace Illuminate\Queue
$ DatabaseQueue#databaseProperty in class DatabaseQueue

The database connection instance.

$ DatabaseQueue#defaultProperty in class DatabaseQueue

The name of the default queue.

DatabaseQueue::deleteReserved() — Method in class DatabaseQueue

Delete a reserved job from the queue.

DatabaseFailedJobProviderClass in namespace Illuminate\Queue\Failed
$ DatabaseFailedJobProvider#databaseProperty in class DatabaseFailedJobProvider

The database connection name.

DynamoDbFailedJobProviderClass in namespace Illuminate\Queue\Failed
$ DynamoDbFailedJobProvider#dynamoProperty in class DynamoDbFailedJobProvider

The DynamoDB client instance.

InteractsWithQueue::delete() — Method in class InteractsWithQueue

Delete the job from the queue.

BeanstalkdJob::delete() — Method in class BeanstalkdJob

Delete the job from the queue.

DatabaseJobClass in namespace Illuminate\Queue\Jobs
$ DatabaseJob#databaseProperty in class DatabaseJob

The database queue instance.

DatabaseJob::delete() — Method in class DatabaseJob

Delete the job from the queue.

DatabaseJobRecordClass in namespace Illuminate\Queue\Jobs
$ Job#deletedProperty in class Job

Indicates if the job has been deleted.

Job::delete() — Method in class Job

Delete the job from the queue.

Job::delaySeconds() — Method in class Job

Get the number of seconds to delay a failed job before retrying it.

$ RedisJob#decodedProperty in class RedisJob

The JSON decoded version of "$job".

RedisJob::delete() — Method in class RedisJob

Delete the job from the queue.

SqsJob::delete() — Method in class SqsJob

Delete the job from the queue.

QueueServiceProvider::databaseFailedJobProvider() — Method in class QueueServiceProvider

Create a new database failed job provider.

QueueServiceProvider::dynamoFailedJobProvider() — Method in class QueueServiceProvider

Create a new DynamoDb failed job provider.

$ RedisQueue#defaultProperty in class RedisQueue

The name of the default queue.

RedisQueue::deleteReserved() — Method in class RedisQueue

Delete a reserved job from the queue.

RedisQueue::deleteAndRelease() — Method in class RedisQueue

Delete a reserved job from the reserved queue and release it.

$ SqsQueue#defaultProperty in class SqsQueue

The name of the default queue.

Worker::daemon() — Method in class Worker

Listen to the given queue in a loop.

Worker::daemonShouldRun() — Method in class Worker

Determine if the daemon should process on this iteration.

$ WorkerOptions#delayProperty in class WorkerOptions

The number of seconds before a released job will be available.

PhpRedisConnection::disconnect() — Method in class PhpRedisConnection

Disconnects from the Redis instance.

DurationLimiterClass in namespace Illuminate\Redis\Limiters
$ DurationLimiter#decaysAtProperty in class DurationLimiter

The timestamp of the end of the current duration.

DurationLimiterBuilderClass in namespace Illuminate\Redis\Limiters
$ DurationLimiterBuilder#decayProperty in class DurationLimiterBuilder

The amount of time the lock window is maintained.

$ RedisManager#driverProperty in class RedisManager

The name of the default driver.

RedisManager::disableEvents() — Method in class RedisManager

Disable the firing of Redis command events.

$ ControllerMakeCommand#descriptionProperty in class ControllerMakeCommand

The console command description.

$ MiddlewareMakeCommand#descriptionProperty in class MiddlewareMakeCommand

The console command description.

ControllerDispatcher::dispatch() — Method in class ControllerDispatcher

Dispatch a request to a given controller and method.

ControllerDispatcher::dispatch() — Method in class ControllerDispatcher

Dispatch a request to a given controller and method.

$ ThrottleRequestsWithRedis#decaysAtProperty in class ThrottleRequestsWithRedis

The timestamp of the end of the current duration.

ResponseFactory::download() — Method in class ResponseFactory

Create a new file download response.

$ Route#defaultsProperty in class Route

The default values for the route.

Route::defaults() — Method in class Route

Set a default value for the route.

Route::domain() — Method in class Route

Get or set the domain for the route.

RouteRegistrar::delete() — Method in class RouteRegistrar
RouteRegistrar::domain() — Method in class RouteRegistrar
$ RouteUrlGenerator#defaultParametersProperty in class RouteUrlGenerator

The named parameter defaults.

$ RouteUrlGenerator#dontEncodeProperty in class RouteUrlGenerator

Characters that should not be URL encoded.

RouteUrlGenerator::defaults() — Method in class RouteUrlGenerator

Set the default named parameters used by the URL generator.

Router::delete() — Method in class Router

Register a new DELETE route with the router.

Router::dispatch() — Method in class Router

Dispatch the request to the application.

Router::dispatchToRoute() — Method in class Router

Dispatch the request to a route and return the response.

UrlGenerator::defaults() — Method in class UrlGenerator

Set the default named parameters used by the URL generator.

CacheBasedSessionHandler::destroy() — Method in class CacheBasedSessionHandler
{@inheritdoc}
$ SessionTableCommand#descriptionProperty in class SessionTableCommand

The console command description.

CookieSessionHandler::destroy() — Method in class CookieSessionHandler
{@inheritdoc}
DatabaseSessionHandlerClass in namespace Illuminate\Session
DatabaseSessionHandler::destroy() — Method in class DatabaseSessionHandler
{@inheritdoc}
FileSessionHandler::destroy() — Method in class FileSessionHandler
{@inheritdoc}
NullSessionHandler::destroy() — Method in class NullSessionHandler
{@inheritdoc}
Store::decrement() — Method in class Store

Decrement the value of an item in the session.

Arr::divide() — Method in class Arr

Divide an array into two arrays. One with keys and the other with values.

Arr::dot() — Method in class Arr

Flatten a multi-dimensional associative array with dots.

Collection::diff() — Method in class Collection

Get the items in the collection that are not present in the given items.

Collection::diffUsing() — Method in class Collection

Get the items in the collection that are not present in the given items, using the callback.

Collection::diffAssoc() — Method in class Collection

Get the items in the collection whose keys and values are not present in the given items.

Collection::diffAssocUsing() — Method in class Collection

Get the items in the collection whose keys and values are not present in the given items, using the callback.

Collection::diffKeys() — Method in class Collection

Get the items in the collection whose keys are not present in the given items.

Collection::diffKeysUsing() — Method in class Collection

Get the items in the collection whose keys are not present in the given items, using the callback.

Collection::duplicates() — Method in class Collection

Retrieve duplicate items from the collection.

Collection::duplicatesStrict() — Method in class Collection

Retrieve duplicate items from the collection using strict comparison.

Collection::duplicateComparator() — Method in class Collection

Get the comparison function to detect duplicates.

Composer::dumpAutoloads() — Method in class Composer

Regenerate the Composer autoloader files.

Composer::dumpOptimized() — Method in class Composer

Regenerate the optimized Composer autoloader files.

$ ConfigurationUrlParser#driverAliasesProperty in class ConfigurationUrlParser

The drivers aliases map.

DateFactoryClass in namespace Illuminate\Support
$ DateFactory#dateClassProperty in class DateFactory

The type (class) of dates that should be created.

DateFactory::disableHumanDiffOption() — Method in class DateFactory
Enumerable::dd() — Method in class Enumerable

Dump the collection and end the script.

Enumerable::dump() — Method in class Enumerable

Dump the collection.

Enumerable::diff() — Method in class Enumerable

Get the items that are not present in the given items.

Enumerable::diffUsing() — Method in class Enumerable

Get the items that are not present in the given items, using the callback.

Enumerable::diffAssoc() — Method in class Enumerable

Get the items whose keys and values are not present in the given items.

Enumerable::diffAssocUsing() — Method in class Enumerable

Get the items whose keys and values are not present in the given items, using the callback.

Enumerable::diffKeys() — Method in class Enumerable

Get the items whose keys are not present in the given items.

Enumerable::diffKeysUsing() — Method in class Enumerable

Get the items whose keys are not present in the given items, using the callback.

Enumerable::duplicates() — Method in class Enumerable

Retrieve duplicate items.

Enumerable::duplicatesStrict() — Method in class Enumerable

Retrieve duplicate items using strict comparison.

Env::disablePutenv() — Method in class Env

Disable the putenv adapter.

App::databasePath() — Method in class App
App::detectEnvironment() — Method in class App
Blade::directive() — Method in class Blade
Bus::dispatch() — Method in class Bus
Bus::dispatchNow() — Method in class Bus
Cache::decrement() — Method in class Cache
Crypt::decrypt() — Method in class Crypt
Crypt::decryptString() — Method in class Crypt
DBClass in namespace Illuminate\Support\Facades
DB::delete() — Method in class DB
DB::disableQueryLog() — Method in class DB
DateClass in namespace Illuminate\Support\Facades
Date::disableHumanDiffOption() — Method in class Date
Event::dispatch() — Method in class Event
File::delete() — Method in class File
File::dirname() — Method in class File
File::directories() — Method in class File
File::deleteDirectory() — Method in class File
File::deleteDirectories() — Method in class File
Gate::define() — Method in class Gate
Gate::denies() — Method in class Gate
Log::debug() — Method in class Log
Request::decodedPath() — Method in class Request
Request::duplicate() — Method in class Request
Response::download() — Method in class Response
Route::delete() — Method in class Route
Route::domain() — Method in class Route
Schema::drop() — Method in class Schema
Schema::dropIfExists() — Method in class Schema
Schema::defaultStringLength() — Method in class Schema
Schema::disableForeignKeyConstraints() — Method in class Schema
Storage::disk() — Method in class Storage
Storage::delete() — Method in class Storage
Storage::directories() — Method in class Storage
Storage::deleteDirectory() — Method in class Storage
URL::defaults() — Method in class URL
LazyCollection::diff() — Method in class LazyCollection

Get the items that are not present in the given items.

LazyCollection::diffUsing() — Method in class LazyCollection

Get the items that are not present in the given items, using the callback.

LazyCollection::diffAssoc() — Method in class LazyCollection

Get the items whose keys and values are not present in the given items.

LazyCollection::diffAssocUsing() — Method in class LazyCollection

Get the items whose keys and values are not present in the given items, using the callback.

LazyCollection::diffKeys() — Method in class LazyCollection

Get the items whose keys are not present in the given items.

LazyCollection::diffKeysUsing() — Method in class LazyCollection

Get the items whose keys are not present in the given items, using the callback.

LazyCollection::duplicates() — Method in class LazyCollection

Retrieve duplicate items.

LazyCollection::duplicatesStrict() — Method in class LazyCollection

Retrieve duplicate items using strict comparison.

$ Manager#driversProperty in class Manager

The array of created "drivers".

Manager::driver() — Method in class Manager

Get a driver instance.

$ BusFake#dispatcherProperty in class BusFake

The original Bus dispatcher implementation.

BusFake::dispatched() — Method in class BusFake

Get all of the jobs matching a truth-test callback.

BusFake::dispatchedAfterResponse() — Method in class BusFake

Get all of the jobs dispatched after the response was sent matching a truth-test callback.

BusFake::dispatch() — Method in class BusFake

Dispatch a command to its appropriate handler.

BusFake::dispatchNow() — Method in class BusFake

Dispatch a command to its appropriate handler in the current process.

BusFake::dispatchAfterResponse() — Method in class BusFake

Dispatch a command to its appropriate handler.

$ EventFake#dispatcherProperty in class EventFake

The original event dispatcher.

EventFake::dispatched() — Method in class EventFake

Get all of the events matching a truth-test callback.

EventFake::dispatch() — Method in class EventFake

Fire an event and call the listeners.

EnumeratesValues::dd() — Method in class EnumeratesValues

Dump the items and end the script.

EnumeratesValues::dump() — Method in class EnumeratesValues

Dump the items.

DatabasePresenceVerifierClass in namespace Illuminate\Validation
$ DatabasePresenceVerifier#dbProperty in class DatabasePresenceVerifier

The database connection instance.

$ Factory#dependentExtensionsProperty in class Factory

All of the custom dependent validator extensions.

Rule::dimensions() — Method in class Rule

Get a dimensions constraint builder instance.

DatabaseRuleClass in namespace Illuminate\Validation\Rules
DimensionsClass in namespace Illuminate\Validation\Rules
$ ValidationRuleParser#dataProperty in class ValidationRuleParser

The data being validated.

$ Validator#dataProperty in class Validator

The data under valid