A
- AuthorizationException — Class in namespace Illuminate\Auth\Access
- $
Gate#abilities — Property in class Gate
- All of the defined abilities.
- $
Gate#afterCallbacks — Property 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#allowed — Property 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.
- AuthManager — Class in namespace Illuminate\Auth
- $
AuthManager#app — Property in class AuthManager
- The application instance.
- AuthServiceProvider — Class in namespace Illuminate\Auth
- Authenticatable — Class in namespace Illuminate\Auth
- AuthenticationException — Class in namespace Illuminate\Auth
- Attempting — Class in namespace Illuminate\Auth\Events
- Authenticated — Class in namespace Illuminate\Auth\Events
- $
GenericUser#attributes — Property 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.
- Authenticate — Class in namespace Illuminate\Auth\Middleware
- $
Authenticate#auth — Property 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.
- AuthenticateWithBasicAuth — Class in namespace Illuminate\Auth\Middleware
- $
AuthenticateWithBasicAuth#auth — Property in class AuthenticateWithBasicAuth
- The guard factory instance.
- Authorize — Class in namespace Illuminate\Auth\Middleware
- $
PasswordBrokerManager#app — Property 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#app — Property 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.
- ApcStore — Class in namespace Illuminate\Cache
- $
ApcStore#apc — Property in class ApcStore
- The APC wrapper instance.
- ApcWrapper — Class in namespace Illuminate\Cache
- $
ApcWrapper#apcu — Property in class ApcWrapper
- Indicates if APCu is supported.
- ArrayLock — Class in namespace Illuminate\Cache
-
ArrayLock::acquire() — Method in class ArrayLock
- Attempt to acquire the lock.
- ArrayStore — Class in namespace Illuminate\Cache
- $
CacheManager#app — Property 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.
- Application — Class 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.
- ArtisanStarting — Class in namespace Illuminate\Console\Events
- $
ArtisanStarting#artisan — Property in class ArtisanStarting
- The Artisan application instance.
-
GeneratorCommand::alreadyExists() — Method in class GeneratorCommand
- Determine if the class already exists.
- $
Event#afterCallbacks — Property 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#aliases — Property in class Container
- The registered type aliases.
- $
Container#abstractAliases — Property in class Container
- The registered aliases keyed by the abstract name.
- $
Container#afterResolvingCallbacks — Property 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.
- Authorizable — Class 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.
- Authenticatable — Class 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.
- Application — Class 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.
- Application — Class 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.
- Arrayable — Class 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.
- AddQueuedCookiesToResponse — Class 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#app — Property 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#attributes — Property in class HasAttributes
- The model's attributes.
- $
HasAttributes#appends — Property 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#afterMaking — Property in class Factory
- The registered after making callbacks.
- $
Factory#afterCreating — Property 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#afterMaking — Property in class FactoryBuilder
- The model after making callbacks.
- $
FactoryBuilder#afterCreating — Property in class FactoryBuilder
- The model after creating callbacks.
- $
FactoryBuilder#activeStates — Property in class FactoryBuilder
- The states to apply.
- $
FactoryBuilder#amount — Property 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#accessor — Property 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.
- AsPivot — Class 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#aggregate — Property 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
- Place the column "after" another column (MySQL)
-
ColumnDefinition::always() — Method in class ColumnDefinition
- Used as a modifier for generatedAs() (PostgreSQL)
-
ColumnDefinition::autoIncrement() — Method in class ColumnDefinition
- Set INTEGER columns as auto-increment (primary key)
-
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#app — Property in class FilesystemManager
- The application instance.
-
FilesystemManager::adapt() — Method in class FilesystemManager
- Adapt the filesystem implementation.
- AliasLoader — Class in namespace Illuminate\Foundation
- $
AliasLoader#aliases — Property in class AliasLoader
- The array of class aliases.
-
AliasLoader::alias() — Method in class AliasLoader
- Add an alias to the loader.
- Application — Class in namespace Illuminate\Foundation
- $
Application#appPath — Property 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.
- Authorizable — Class in namespace Illuminate\Foundation\Auth\Access
- AuthorizesRequests — Class 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.
- AuthenticatesUsers — Class 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#app — Property 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#app — Property in class Kernel
- The application implementation.
- $
Kernel#artisan — Property 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#app — Property 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#app — Property in class CheckForMaintenanceMode
- The application implementation.
- $
VerifyCsrfToken#app — Property in class VerifyCsrfToken
- The application instance.
- $
VerifyCsrfToken#addHttpCookie — Property 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#app — Property in class ProviderRepository
- The application implementation.
- ArtisanServiceProvider — Class in namespace Illuminate\Foundation\Providers
- AuthServiceProvider — Class in namespace Illuminate\Foundation\Support\Providers
- Assert — Class 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".
- ArraySubset — Class in namespace Illuminate\Foundation\Testing\Constraints
- $
PendingCommand#app — Property in class PendingCommand
- The application instance.
-
PendingCommand::assertExitCode() — Method in class PendingCommand
- Assert that the command has the given exit code.
- $
TestCase#app — Property in class TestCase
- The Illuminate application instance.
- $
TestCase#afterApplicationCreatedCallbacks — Property 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.
- AbstractHasher — Class in namespace Illuminate\Hashing
- Argon2IdHasher — Class in namespace Illuminate\Hashing
-
Argon2IdHasher::algorithm() — Method in class Argon2IdHasher
- Get the algorithm that should be used for hashing.
- ArgonHasher — Class 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#app — Property 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.
- AnonymousResourceCollection — Class in namespace Illuminate\Http\Resources\Json
- $
JsonResource#additional — Property 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#app — Property 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#attachments — Property 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.
- ArrayTransport — Class in namespace Illuminate\Mail\Transport
-
MailgunTransport::allContacts() — Method in class MailgunTransport
- Get all of the contacts for the message.
- Action — Class in namespace Illuminate\Notifications
- AnonymousNotifiable — Class 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#attachments — Property 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#actionText — Property in class SimpleMessage
- The text / label for the action.
- $
SimpleMessage#actionUrl — Property in class SimpleMessage
- The action URL.
-
SimpleMessage::action() — Method in class SimpleMessage
- Configure the "call to action" button.
- AbstractPaginator — Class 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#applicationName — Property 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#app — Property 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#app — Property 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#action — Property in class Route
- The route action array.
-
Route::addGroupNamespaceToStringUses() — Method in class Route
- Parse a string based action for the "uses" fluent method.
- $
RouteCollection#allRoutes — Property in class RouteCollection
- A flattened array of all of the routes.
- $
RouteCollection#actionList — Property 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#attributes — Property in class RouteRegistrar
- The attributes to pass on to the router.
- $
RouteRegistrar#allowedAttributes — Property in class RouteRegistrar
- The attributes that can be set through this class.
- $
RouteRegistrar#aliases — Property 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#assetRoot — Property 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.
- AuthenticateSession — Class in namespace Illuminate\Session\Middleware
- $
AuthenticateSession#auth — Property in class AuthenticateSession
- The authentication factory implementation.
-
StartSession::addCookieToResponse() — Method in class StartSession
- Add the session cookie to the application response.
- $
Store#attributes — Property 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.
- AggregateServiceProvider — Class in namespace Illuminate\Support
- Arr — Class 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.
- App — Class in namespace Illuminate\Support\Facades
- Artisan — Class in namespace Illuminate\Support\Facades
- Auth — Class in namespace Illuminate\Support\Facades
- $
Facade#app — Property in class Facade
- The application instance being facaded.
- $
Fluent#attributes — Property 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#app — Property 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#app — Property 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::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.
- ArrayLoader — Class 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#after — Property 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#beforeCallbacks — Property 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#brokers — Property 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.
- BroadcastController — Class in namespace Illuminate\Broadcasting
- BroadcastEvent — Class in namespace Illuminate\Broadcasting
- BroadcastException — Class in namespace Illuminate\Broadcasting
- BroadcastManager — Class in namespace Illuminate\Broadcasting
- BroadcastServiceProvider — Class in namespace Illuminate\Broadcasting
- Broadcaster — Class in namespace Illuminate\Broadcasting\Broadcasters
- $
Broadcaster#bindingRegistrar — Property 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.
- BusServiceProvider — Class in namespace Illuminate\Bus
-
Lock::block() — Method in class Lock
- Attempt to acquire the lock for the given number of seconds.
- $
Application#bootstrappers — Property 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#beforeCallbacks — Property 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.
- BoundMethod — Class in namespace Illuminate\Container
- $
Container#bindings — Property in class Container
- The container's bindings.
- $
Container#buildStack — Property 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.
- Broadcaster — Class 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.
- BindingResolutionException — Class 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.
- BindingRegistrar — Class 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.
- BuildsQueries — Class 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.
- BaseCommand — Class in namespace Illuminate\Database\Console\Migrations
-
DatabaseServiceProvider::boot() — Method in class DatabaseServiceProvider
- Bootstrap the application events.
- Builder — Class 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#builder — Property in class HigherOrderBuilderProxy
- The collection being operated on.
- $
Model#booted — Property 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.
- BelongsTo — Class in namespace Illuminate\Database\Eloquent\Relations
- BelongsToMany — Class 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#bindings — Property in class QueryExecuted
- The array of query bindings.
- $
QueryException#bindings — Property in class QueryException
- The bindings for the query.
- Builder — Class in namespace Illuminate\Database\Query
- $
Builder#bindings — Property in class Builder
- The current query value bindings.
- Blueprint — Class 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.
- Builder — Class 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#basePath — Property in class Application
- The base path for the Laravel installation.
- $
Application#booted — Property in class Application
- Indicates if the application has "booted".
- $
Application#bootingCallbacks — Property in class Application
- The array of booting callbacks.
- $
Application#bootedCallbacks — Property 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.
- BootProviders — Class 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#bootstrappers — Property 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.
- Bootstrap — Class 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#bootstrappers — Property 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#basePath — Property 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#beforeApplicationDestroyedCallbacks — Property 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#baseResponse — Property in class TestResponse
- The response to delegate to.
- BcryptHasher — Class 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#bcc — Property 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#bcc — Property 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.
- BroadcastChannel — Class 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.
- BroadcastNotificationCreated — Class 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.
- BroadcastMessage — Class in namespace Illuminate\Notifications\Messages
- $
MailMessage#bcc — Property 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#bus — Property 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.
- BeanstalkdQueue — Class in namespace Illuminate\Queue
- $
BeanstalkdQueue#blockFor — Property 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.
- BeanstalkdConnector — Class 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.
- BeanstalkdJob — Class 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#blockFor — Property 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#binders — Property 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.
- Blade — Class in namespace Illuminate\Support\Facades
- Broadcast — Class in namespace Illuminate\Support\Facades
- Bus — Class in namespace Illuminate\Support\Facades
-
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.
- BusFake — Class 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#bags — Property in class ViewErrorBag
- The array of the view error bags.
- BladeCompiler — Class in namespace Illuminate\View\Compilers
-
ManagesEvents::buildClassEventCallback() — Method in class ManagesEvents
- Build a class based container callback Closure.
C
- $
Gate#container — Property 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#code — Property in class Response
- The response code.
-
Response::code() — Method in class Response
- Get the response code / reason.
- $
AuthManager#customCreators — Property 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.
- ClearResetsCommand — Class in namespace Illuminate\Auth\Console
- CreatesUserProviders — Class in namespace Illuminate\Auth
- $
CreatesUserProviders#customProviderCreators — Property 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#conn — Property in class DatabaseUserProvider
- The active database connection.
-
EloquentUserProvider::createModel() — Method in class EloquentUserProvider
- Create a new instance of the model.
- $
Attempting#credentials — Property in class Attempting
- The credentials for the user.
- CurrentDeviceLogout — Class in namespace Illuminate\Auth\Events
- $
Failed#credentials — Property in class Failed
- The credentials provided by the attempter.
-
GuardHelpers::check() — Method in class GuardHelpers
- Determine if the current user is authenticated.
- CanResetPassword — Class in namespace Illuminate\Auth\Passwords
- $
DatabaseTokenRepository#connection — Property 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#callback — Property in class RequestGuard
- The guard callback.
- $
SessionGuard#cookie — Property 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#customCreators — Property 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#channels — Property in class Broadcaster
- The registered channel authenticators.
- $
Broadcaster#channelOptions — Property 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#connection — Property in class RedisBroadcaster
- The Redis connection to use for broadcasting.
- Channel — Class in namespace Illuminate\Broadcasting
- $
Dispatcher#container — Property in class Dispatcher
- The container implementation.
-
Dispatcher::commandShouldBeQueued() — Method in class Dispatcher
- Determine if the given command should be queued.
- $
Queueable#connection — Property in class Queueable
- The name of the connection the job should be sent to.
- $
Queueable#chainConnection — Property in class Queueable
- The name of the connection the chain should be sent to.
- $
Queueable#chainQueue — Property in class Queueable
- The name of the queue the chain should be sent to.
- $
Queueable#chained — Property 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.
- CacheManager — Class in namespace Illuminate\Cache
- $
CacheManager#customCreators — Property 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.
- CacheServiceProvider — Class in namespace Illuminate\Cache
- CacheTableCommand — Class in namespace Illuminate\Cache\Console
- $
CacheTableCommand#composer — Property in class CacheTableCommand
-
CacheTableCommand::createBaseMigration() — Method in class CacheTableCommand
- Create a base migration file for the table.
- ClearCommand — Class in namespace Illuminate\Cache\Console
- $
ClearCommand#cache — Property in class ClearCommand
- The cache manager instance.
-
ClearCommand::cache() — Method in class ClearCommand
- Get the cache instance for the command.
- $
ForgetCommand#cache — Property in class ForgetCommand
- The cache manager instance.
- $
DatabaseStore#connection — Property in class DatabaseStore
- The database connection instance.
- CacheEvent — Class in namespace Illuminate\Cache\Events
- CacheHit — Class in namespace Illuminate\Cache\Events
- CacheMissed — Class 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#cache — Property in class RateLimiter
- The cache store implementation.
-
RateLimiter::clear() — Method in class RateLimiter
- Clear the hits and lockout timer for the given key.
- $
RedisStore#connection — Property 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.
- Command — Class in namespace Illuminate\Console
-
Command::configureUsingFluentDefinition() — Method in class Command
- Configure the console command using a fluent definition.
- CallsCommands — Class 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.
- ConfirmableTrait — Class in namespace Illuminate\Console
-
ConfirmableTrait::confirmToProceed() — Method in class ConfirmableTrait
- Confirm before proceeding with the action.
- CommandFinished — Class in namespace Illuminate\Console\Events
- $
CommandFinished#command — Property in class CommandFinished
- The command name.
- CommandStarting — Class in namespace Illuminate\Console\Events
- $
CommandStarting#command — Property in class CommandStarting
- The command name.
- CacheEventMutex — Class in namespace Illuminate\Console\Scheduling
- $
CacheEventMutex#cache — Property in class CacheEventMutex
- The cache repository implementation.
-
CacheEventMutex::create() — Method in class CacheEventMutex
- Attempt to obtain an event mutex for the given event.
- CacheSchedulingMutex — Class in namespace Illuminate\Console\Scheduling
- $
CacheSchedulingMutex#cache — Property in class CacheSchedulingMutex
- The cache factory implementation.
-
CacheSchedulingMutex::create() — Method in class CacheSchedulingMutex
- Attempt to obtain a scheduling mutex for the given event.
- CallbackEvent — Class in namespace Illuminate\Console\Scheduling
- $
CallbackEvent#callback — Property in class CallbackEvent
- The callback to call.
- CommandBuilder — Class in namespace Illuminate\Console\Scheduling
- $
Event#command — Property 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.
- Container — Class in namespace Illuminate\Container
- $
Container#contextual — Property 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.
- ContextualBindingBuilder — Class in namespace Illuminate\Container
- $
ContextualBindingBuilder#container — Property in class ContextualBindingBuilder
- The underlying container instance.
- $
ContextualBindingBuilder#concrete — Property in class ContextualBindingBuilder
- The concrete instance.
- $
RewindableGenerator#count — Property 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.
- CanResetPassword — Class 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.
- Container — Class in namespace Illuminate\Contracts\Container
-
Container::call() — Method in class Container
- Call the given Closure / [email protected] and inject its dependencies.
- ContextualBindingBuilder — Class in namespace Illuminate\Contracts\Container
- $
ModelIdentifier#class — Property in class ModelIdentifier
- The class name of the model.
- $
ModelIdentifier#connection — Property in class ModelIdentifier
- The connection name of the model.
- Cloud — Class 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.
- Connection — Class in namespace Illuminate\Contracts\Redis
-
Connection::command() — Method in class Connection
- Run a command against the Redis database.
- Connector — Class 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.
- CookieJar — Class in namespace Illuminate\Cookie
- CookieServiceProvider — Class in namespace Illuminate\Cookie
- CookieValuePrefix — Class in namespace Illuminate\Cookie
-
CookieValuePrefix::create() — Method in class CookieValuePrefix
- Create a new cookie value prefix for the given cookie name.
- $
AddQueuedCookiesToResponse#cookies — Property 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.
- ConfigurationUrlParser — Class in namespace Illuminate\Database
- Connection — Class in namespace Illuminate\Database
- $
Connection#config — Property 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.
- ConnectionInterface — Class 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.
- ConnectionResolver — Class in namespace Illuminate\Database
- $
ConnectionResolver#connections — Property in class ConnectionResolver
- All of the registered connections.
-
ConnectionResolver::connection() — Method in class ConnectionResolver
- Get a database connection instance.
- ConnectionResolverInterface — Class in namespace Illuminate\Database
-
ConnectionResolverInterface::connection() — Method in class ConnectionResolverInterface
- Get a database connection instance.
- ConnectionFactory — Class in namespace Illuminate\Database\Connectors
- $
ConnectionFactory#container — Property 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.
- Connector — Class 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.
- ConnectorInterface — Class 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#creator — Property in class MigrateMakeCommand
- The migration creator instance.
- $
MigrateMakeCommand#composer — Property in class MigrateMakeCommand
- The Composer instance.
- $
SeederMakeCommand#composer — Property in class SeederMakeCommand
- The Composer instance.
- $
DatabaseManager#connections — Property 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.
- Collection — Class 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#changes — Property in class HasAttributes
- The changed model attributes.
- $
HasAttributes#casts — Property 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#class — Property in class FactoryBuilder
- The model being built.
- $
FactoryBuilder#connection — Property 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#connection — Property 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#child — Property 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#constraints — Property in class Relation
- Indicates if the relation is adding constraints.
-
Relation::createdAt() — Method in class Relation
- Get the name of the "created at" column.
- ConnectionEvent — Class in namespace Illuminate\Database\Events
- $
ConnectionEvent#connectionName — Property in class ConnectionEvent
- The name of the connection.
- $
ConnectionEvent#connection — Property in class ConnectionEvent
- The database connection instance.
- $
QueryExecuted#connection — Property in class QueryExecuted
- The database connection instance.
- $
QueryExecuted#connectionName — Property in class QueryExecuted
- The database connection name.
- $
StatementPrepared#connection — Property in class StatementPrepared
- The database connection instance.
-
Grammar::columnize() — Method in class Grammar
- Convert an array of column names into a delimited string.
- $
MigrationServiceProvider#commands — Property in class MigrationServiceProvider
- The commands to be registered.
- $
DatabaseMigrationRepository#connection — Property in class DatabaseMigrationRepository
- The name of the database connection to use.
-
DatabaseMigrationRepository::createRepository() — Method in class DatabaseMigrationRepository
- Create the migration repository data store.
- $
Migration#connection — Property 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#connection — Property in class Migrator
- The name of the default connection.
- $
Builder#connection — Property in class Builder
- The database connection instance.
- $
Builder#columns — Property 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#columns — Property in class Blueprint
- The columns that should be added to the table.
- $
Blueprint#commands — Property in class Blueprint
- The commands that should be run for the table.
- $
Blueprint#charset — Property in class Blueprint
- The default character set that should be used for the table.
- $
Blueprint#collation — Property 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#connection — Property 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.
- ColumnDefinition — Class in namespace Illuminate\Database\Schema
-
ColumnDefinition::change() — Method in class ColumnDefinition
- Change the column
-
ColumnDefinition::charset() — Method in class ColumnDefinition
- Specify a character set for the column (MySQL)
-
ColumnDefinition::collation() — Method in class ColumnDefinition
- Specify a collation for the column (MySQL/PostgreSQL/SQL Server)
-
ColumnDefinition::comment() — Method in class ColumnDefinition
- Add a comment to the column (MySQL)
- ChangeColumn — Class 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 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#container — Property in class Seeder
- The container instance.
- $
Seeder#command — Property 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#cipher — Property in class Encrypter
- The algorithm used for encryption.
-
Encrypter::calculateMac() — Method in class Encrypter
- Calculate the hash of the given payload.
- CallQueuedListener — Class in namespace Illuminate\Events
- $
CallQueuedListener#class — Property in class CallQueuedListener
- The listener class name.
- $
Dispatcher#container — Property 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.
- Cache — Class 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#customCreators — Property 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.
- ConfirmsPasswords — Class 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#class — Property in class PendingChain
- The class name of the job being dispatched.
- $
PendingChain#chain — Property 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.
- ComposerScripts — Class in namespace Illuminate\Foundation
-
ComposerScripts::clearCompiled() — Method in class ComposerScripts
- Clear the cached Laravel bootstrapping files.
- ChannelMakeCommand — Class in namespace Illuminate\Foundation\Console
- ClearCompiledCommand — Class in namespace Illuminate\Foundation\Console
- ClosureCommand — Class in namespace Illuminate\Foundation\Console
- $
ClosureCommand#callback — Property in class ClosureCommand
- The command callback.
- ConfigCacheCommand — Class in namespace Illuminate\Foundation\Console
- ConfigClearCommand — Class in namespace Illuminate\Foundation\Console
- ConsoleMakeCommand — Class in namespace Illuminate\Foundation\Console
- $
Kernel#commands — Property in class Kernel
- The Artisan commands provided by the application.
- $
Kernel#commandsLoaded — Property 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#compactColumns — Property 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#container — Property 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#container — Property in class FormRequest
- The container instance.
-
FormRequest::createDefaultValidator() — Method in class FormRequest
- Create the default validator instance.
- CheckForMaintenanceMode — Class in namespace Illuminate\Foundation\Http\Middleware
- ConvertEmptyStringsToNull — Class 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#commands — Property in class ArtisanServiceProvider
- The commands to be registered.
- ComposerServiceProvider — Class in namespace Illuminate\Foundation\Providers
- ConsoleSupportServiceProvider — Class in namespace Illuminate\Foundation\Providers
- $
SeeInOrder#content — Property in class SeeInOrder
- The string under validation.
-
DatabaseTransactions::connectionsToTransact() — Method in class DatabaseTransactions
- The database connections that should have transactions.
- $
PendingCommand#command — Property in class PendingCommand
- The command to run.
-
RefreshDatabase::connectionsToTransact() — Method in class RefreshDatabase
- The database connections that should have transactions.
- $
TestCase#callbackException — Property 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.
- CheckResponseForModifications — Class in namespace Illuminate\Http\Middleware
- $
Request#convertedFiles — Property 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.
- CollectsResources — Class 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.
- ConditionallyLoadsAttributes — Class in namespace Illuminate\Http\Resources
- $
AnonymousResourceCollection#collects — Property in class AnonymousResourceCollection
- The name of the resource being collected.
-
JsonResource::collection() — Method in class JsonResource
- Create new anonymous resource collection.
- $
ResourceCollection#collects — Property in class ResourceCollection
- The resource that this resource collects.
- $
ResourceCollection#collection — Property 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#context — Property in class MessageLogged
- The log context.
- $
LogManager#channels — Property in class LogManager
- The array of resolved channels.
- $
LogManager#customCreators — Property 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#cc — Property in class Mailable
- The "cc" recipients of the message.
- $
Mailable#callbacks — Property 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#componentPaths — Property 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#cc — Property 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#client — Property in class MailgunTransport
- Guzzle client instance.
- ChannelManager — Class 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#composer — Property in class NotificationTableCommand
-
NotificationTableCommand::createBaseMigration() — Method in class NotificationTableCommand
- Create a base migration file for the notifications.
- $
DatabaseNotification#casts — Property 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#channel — Property in class NotificationFailed
- The channel name.
- $
NotificationSending#channel — Property in class NotificationSending
- The channel name.
- $
NotificationSent#channel — Property in class NotificationSent
- The channel name.
- $
MailMessage#cc — Property in class MailMessage
- The "cc" information for the message.
- $
MailMessage#callbacks — Property in class MailMessage
- The callbacks for the message.
-
MailMessage::cc() — Method in class MailMessage
- Set the cc address for the mail message.
- $
SendQueuedNotifications#channels — Property in class SendQueuedNotifications
- All of the channels to send the notification to.
- $
AbstractPaginator#currentPage — Property in class AbstractPaginator
- The current page being "viewed".
- $
AbstractPaginator#currentPathResolver — Property in class AbstractPaginator
- The current path resolver callback.
- $
AbstractPaginator#currentPageResolver — Property 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#container — Property in class Hub
- The container implementation.
- $
Pipeline#container — Property in class Pipeline
- The container implementation.
-
Pipeline::carry() — Method in class Pipeline
- Get a Closure that represents a slice of the application onion.
- CallQueuedClosure — Class in namespace Illuminate\Queue
- $
CallQueuedClosure#closure — Property in class CallQueuedClosure
- The serializable Closure instance.
-
CallQueuedClosure::create() — Method in class CallQueuedClosure
- Create a new job instance.
- CallQueuedHandler — Class in namespace Illuminate\Queue
- $
CallQueuedHandler#container — Property 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.
- ConnectorInterface — Class in namespace Illuminate\Queue\Connectors
-
ConnectorInterface::connect() — Method in class ConnectorInterface
- Establish a queue connection.
- $
DatabaseConnector#connections — Property 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#connection — Property 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#composer — Property in class FailedTableCommand
-
FailedTableCommand::createBaseMigration() — Method in class FailedTableCommand
- Create a base migration file for the table.
- $
RestartCommand#cache — Property in class RestartCommand
- The cache store implementation.
- $
TableCommand#composer — Property in class TableCommand
-
TableCommand::createBaseMigration() — Method in class TableCommand
- Create a base migration file for the table.
- $
WorkCommand#cache — Property in class WorkCommand
- The cache store implementation.
- $
JobExceptionOccurred#connectionName — Property in class JobExceptionOccurred
- The connection name.
- $
JobFailed#connectionName — Property in class JobFailed
- The connection name.
- $
JobProcessed#connectionName — Property in class JobProcessed
- The connection name.
- $
JobProcessing#connectionName — Property in class JobProcessing
- The connection name.
- $
Looping#connectionName — Property in class Looping
- The connection name.
- $
Job#container — Property in class Job
- The IoC container instance.
- $
Job#connectionName — Property in class Job
- The name of the connection the job belongs to.
- $
Listener#commandPath — Property in class Listener
- The command working path.
-
Listener::createCommand() — Method in class Listener
- Create the command with the listener options.
- $
Queue#container — Property in class Queue
- The IoC container instance.
- $
Queue#connectionName — Property in class Queue
- The connection name for the queue.
- $
Queue#createPayloadCallbacks — Property 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#connections — Property in class QueueManager
- The array of resolved queue connections.
- $
QueueManager#connectors — Property 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#connection — Property in class RedisQueue
- The connection name.
-
RedisQueue::createPayloadArray() — Method in class RedisQueue
- Create a payload string from the given job and data.
- $
Worker#cache — Property in class Worker
- The cache repository implementation.
- Connection — Class in namespace Illuminate\Redis\Connections
- $
Connection#client — Property 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#connector — Property in class PhpRedisConnection
- The connection creation callback.
- $
PhpRedisConnection#config — Property 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#client — Property 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.
- CommandExecuted — Class in namespace Illuminate\Redis\Events
- $
CommandExecuted#command — Property in class CommandExecuted
- The Redis command that was executed.
- $
CommandExecuted#connection — Property in class CommandExecuted
- The Redis connection instance.
- $
CommandExecuted#connectionName — Property in class CommandExecuted
- The Redis connection name.
- ConcurrencyLimiter — Class in namespace Illuminate\Redis\Limiters
- ConcurrencyLimiterBuilder — Class in namespace Illuminate\Redis\Limiters
- $
ConcurrencyLimiterBuilder#connection — Property in class ConcurrencyLimiterBuilder
- The Redis connection.
- $
DurationLimiterBuilder#connection — Property in class DurationLimiterBuilder
- The Redis connection.
- $
RedisManager#customCreators — Property in class RedisManager
- The registered custom driver creators.
- $
RedisManager#config — Property in class RedisManager
- The Redis server configurations.
- $
RedisManager#connections — Property 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.
- ControllerMakeCommand — Class in namespace Illuminate\Routing\Console
- ControllerDispatcher — Class in namespace Illuminate\Routing\Contracts
- Controller — Class in namespace Illuminate\Routing
-
Controller::callAction() — Method in class Controller
- Execute an action on the controller.
- ControllerDispatcher — Class in namespace Illuminate\Routing
- $
ControllerDispatcher#container — Property in class ControllerDispatcher
- The container instance.
- ControllerMiddlewareOptions — Class 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#controller — Property in class PendingResourceRegistration
- The resource controller.
-
Redirector::createRedirect() — Method in class Redirector
- Create a new redirect response.
- $
Route#controller — Property in class Route
- The controller instance.
- $
Route#computedMiddleware — Property in class Route
- The computed gathered middleware.
- $
Route#compiled — Property in class Route
- The compiled version of the route.
- $
Route#container — Property 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#container — Property in class Router
- The IoC container instance.
- $
Router#current — Property in class Router
- The currently dispatched route instance.
- $
Router#currentRequest — Property 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#cachedRoot — Property in class UrlGenerator
- A cached copy of the URL root for the current request.
- $
UrlGenerator#cachedScheme — Property 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.
- CacheBasedSessionHandler — Class in namespace Illuminate\Session
- $
CacheBasedSessionHandler#cache — Property in class CacheBasedSessionHandler
- The cache repository instance.
-
CacheBasedSessionHandler::close() — Method in class CacheBasedSessionHandler
- {@inheritdoc}
- $
SessionTableCommand#composer — Property in class SessionTableCommand
-
SessionTableCommand::createBaseMigration() — Method in class SessionTableCommand
- Create a base migration file for the session.
- CookieSessionHandler — Class in namespace Illuminate\Session
- $
CookieSessionHandler#cookie — Property in class CookieSessionHandler
- The cookie jar instance.
-
CookieSessionHandler::close() — Method in class CookieSessionHandler
- {@inheritdoc}
- $
DatabaseSessionHandler#connection — Property in class DatabaseSessionHandler
- The database connection instance.
- $
DatabaseSessionHandler#container — Property 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.
- Carbon — Class in namespace Illuminate\Support
- Collection — Class 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.
- Composer — Class in namespace Illuminate\Support
- ConfigurationUrlParser — Class in namespace Illuminate\Support
- $
DateFactory#callable — Property in class DateFactory
- This callable may be used to intercept date creation.
-
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.
- Cache — Class in namespace Illuminate\Support\Facades
- Config — Class in namespace Illuminate\Support\Facades
- Cookie — Class in namespace Illuminate\Support\Facades
- Crypt — Class in namespace Illuminate\Support\Facades
-
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.
-
Schema::connection() — Method in class Schema
- Get a schema builder instance for a connection.
- $
HigherOrderCollectionProxy#collection — Property 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#container — Property in class Manager
- The container instance.
- $
Manager#config — Property in class Manager
- The configuration repository instance.
- $
Manager#customCreators — Property 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#camelCache — Property 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#commands — Property in class BusFake
- The commands that have been dispatched.
- $
BusFake#commandsAfterResponse — Property 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.
- CapsuleManagerTrait — Class in namespace Illuminate\Support\Traits
- $
CapsuleManagerTrait#container — Property in class CapsuleManagerTrait
- The container instance.
-
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.
- ClosureValidationRule — Class in namespace Illuminate\Validation
- $
ClosureValidationRule#callback — Property 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::compare() — Method in class ValidatesAttributes
- Determine if a comparison passes between the given values.
- $
DatabasePresenceVerifier#connection — Property in class DatabasePresenceVerifier
- The database connection to use.
- $
Factory#container — Property in class Factory
- The IoC container instance.
- $
DatabaseRule#column — Property in class DatabaseRule
- The column to check on.
- $
Dimensions#constraints — Property in class Dimensions
- The constraints for the dimensions rule.
- $
RequiredIf#condition — Property in class RequiredIf
- The condition that validates the attribute.
- $
Validator#container — Property in class Validator
- The container instance.
- $
Validator#currentRule — Property in class Validator
- The current rule that is validating.
- $
Validator#customMessages — Property in class Validator
- The array of custom error messages.
- $
Validator#customAttributes — Property in class Validator
- The array of custom attribute names.
- $
Validator#customValues — Property 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#customDirectives — Property in class BladeCompiler
- All custom "directive" handlers.
- $
BladeCompiler#conditions — Property in class BladeCompiler
- All custom "condition" handlers.
- $
BladeCompiler#compilers — Property in class BladeCompiler
- All of the available compiler functions.
- $
BladeCompiler#contentTags — Property 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.
- Compiler — Class in namespace Illuminate\View\Compilers
- $
Compiler#cachePath — Property in class Compiler
- Get the cache path for the compiled views.
- CompilerInterface — Class in namespace Illuminate\View\Compilers
-
CompilerInterface::compile() — Method in class CompilerInterface
- Compile the view at the given path.
- CompilesAuthorizations — Class 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.
- CompilesComments — Class in namespace Illuminate\View\Compilers\Concerns
-
CompilesComments::compileComments() — Method in class CompilesComments
- Compile Blade comments into an empty string.
- CompilesComponents — Class 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.
- CompilesConditionals — Class 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.
- CompilesEchos — Class 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.
- CompilesErrors — Class 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.
- CompilesHelpers — Class 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.
- CompilesIncludes — Class 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.
- CompilesInjections — Class in namespace Illuminate\View\Compilers\Concerns
-
CompilesInjections::compileInject() — Method in class CompilesInjections
- Compile the inject statements into valid PHP.
- CompilesJson — Class in namespace Illuminate\View\Compilers\Concerns
-
CompilesJson::compileJson() — Method in class CompilesJson
- Compile the JSON statement into valid PHP.
- CompilesLayouts — Class 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.
- CompilesLoops — Class 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.
- CompilesRawPhp — Class 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.
- CompilesStacks — Class 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.
- CompilesTranslations — Class 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#componentStack — Property in class ManagesComponents
- The components being rendered.
- $
ManagesComponents#componentData — Property 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.
- CompilerEngine — Class in namespace Illuminate\View\Engines
- $
CompilerEngine#compiler — Property in class CompilerEngine
- The Blade compiler instance.
- $
Factory#container — Property in class Factory
- The IoC container instance.
- $
Factory#composers — Property 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#description — Property in class ClearResetsCommand
- The console command description.
- DatabaseUserProvider — Class in namespace Illuminate\Auth
- DatabaseTokenRepository — Class 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#drivers — Property 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.
- Dispatcher — Class 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#delay — Property 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#description — Property in class CacheTableCommand
- The console command description.
- $
ClearCommand#description — Property in class ClearCommand
- The console command description.
- $
ForgetCommand#description — Property in class ForgetCommand
- The console command description.
- DatabaseStore — Class in namespace Illuminate\Cache
-
DatabaseStore::decrement() — Method in class DatabaseStore
- Decrement the value of an item in the cache.
- DynamoDbLock — Class in namespace Illuminate\Cache
- $
DynamoDbLock#dynamo — Property in class DynamoDbLock
- The DynamoDB client instance.
- DynamoDbStore — Class in namespace Illuminate\Cache
- $
DynamoDbStore#dynamo — Property in class DynamoDbStore
- The DynamoDB client instance.
-
DynamoDbStore::decrement() — Method in class DynamoDbStore
- Decrement the value of an item in the cache.
- $
FileStore#directory — Property 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#default — Property 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#description — Property in class Command
- The console command description.
- DetectsApplicationNamespace — Class in namespace Illuminate\Console
- $
Event#description — Property 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#dispatcher — Property 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#description — Property in class ScheduleFinishCommand
- The console command description.
- $
ScheduleRunCommand#description — Property in class ScheduleRunCommand
- The console command description.
- $
ScheduleRunCommand#dispatcher — Property 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.
- Dispatcher — Class 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.
- DecryptException — Class in namespace Illuminate\Contracts\Encryption
-
Encrypter::decrypt() — Method in class Encrypter
- Decrypt the given value.
- Dispatcher — Class 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.
- Dispatcher — Class 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.
- DeferrableProvider — Class in namespace Illuminate\Contracts\Support
- $
CookieJar#domain — Property 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#database — Property in class Connection
- The name of the connected database.
- $
Connection#doctrineConnection — Property 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#default — Property in class ConnectionResolver
- The default connection name.
- $
FactoryMakeCommand#description — Property in class FactoryMakeCommand
- The console command description.
- $
FreshCommand#description — Property in class FreshCommand
- The console command description.
- $
InstallCommand#description — Property in class InstallCommand
- The console command description.
- $
MigrateCommand#description — Property in class MigrateCommand
- The console command description.
- $
MigrateMakeCommand#description — Property in class MigrateMakeCommand
- The console command description.
- $
RefreshCommand#description — Property in class RefreshCommand
- The console command description.
- $
ResetCommand#description — Property in class ResetCommand
- The console command description.
- $
RollbackCommand#description — Property in class RollbackCommand
- The console command description.
- $
StatusCommand#description — Property in class StatusCommand
- The console command description.
- $
SeedCommand#description — Property in class SeedCommand
- The console command description.
- $
SeederMakeCommand#description — Property in class SeederMakeCommand
- The console command description.
- $
WipeCommand#description — Property 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.
- DatabaseManager — Class in namespace Illuminate\Database
-
DatabaseManager::disconnect() — Method in class DatabaseManager
- Disconnect from the given database.
- DatabaseServiceProvider — Class in namespace Illuminate\Database
- DetectsConcurrencyErrors — Class in namespace Illuminate\Database
- DetectsLostConnections — Class 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#dates — Property in class HasAttributes
- The attributes that should be mutated to dates.
- $
HasAttributes#dateFormat — Property in class HasAttributes
- The storage format of the model's date columns.
- $
HasEvents#dispatchesEvents — Property 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#definitions — Property 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#definitions — Property in class FactoryBuilder
- The model definitions in the container.
- $
Model#dispatcher — Property 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#dictionary — Property in class MorphTo
- All of the models keyed by ID.
-
MorphTo::dissociate() — Method in class MorphTo
- Dissociate previously associated model from the given parent.
- DatabaseMigrationRepository — Class 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#distinct — Property 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#defaultStringLength — Property 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
- Set the foreign key as deferrable (PostgreSQL)
-
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#data — Property 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.
- Dispatcher — Class in namespace Illuminate\Events
-
Dispatcher::dispatch() — Method in class Dispatcher
- Fire an event and call the listeners.
- $
NullDispatcher#dispatcher — Property 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#driver — Property 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#disks — Property 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#deferredServices — Property in class Application
- The deferred services and their providers.
- $
Application#databasePath — Property 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.
- Dispatchable — Class 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.
- DispatchesJobs — Class 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#description — Property in class ChannelMakeCommand
- The console command description.
- $
ClearCompiledCommand#description — Property in class ClearCompiledCommand
- The console command description.
-
ClosureCommand::describe() — Method in class ClosureCommand
- Set the description for the command.
- $
ConfigCacheCommand#description — Property in class ConfigCacheCommand
- The console command description.
- $
ConfigClearCommand#description — Property in class ConfigClearCommand
- The console command description.
- $
ConsoleMakeCommand#description — Property in class ConsoleMakeCommand
- The console command description.
- DownCommand — Class in namespace Illuminate\Foundation\Console
- $
DownCommand#description — Property in class DownCommand
- The console command description.
- $
EnvironmentCommand#description — Property in class EnvironmentCommand
- The console command description.
- $
EventCacheCommand#description — Property in class EventCacheCommand
- The console command description.
- $
EventClearCommand#description — Property in class EventClearCommand
- The console command description.
- $
EventGenerateCommand#description — Property in class EventGenerateCommand
- The console command description.
- $
EventListCommand#description — Property in class EventListCommand
- The console command description.
- $
EventMakeCommand#description — Property in class EventMakeCommand
- The console command description.
- $
ExceptionMakeCommand#description — Property in class ExceptionMakeCommand
- The console command description.
- $
JobMakeCommand#description — Property in class JobMakeCommand
- The console command description.
-
Kernel::defineConsoleSchedule() — Method in class Kernel
- Define the application's command schedule.
- $
KeyGenerateCommand#description — Property in class KeyGenerateCommand
- The console command description.
- $
ListenerMakeCommand#description — Property in class ListenerMakeCommand
- The console command description.
- $
MailMakeCommand#description — Property in class MailMakeCommand
- The console command description.
- $
ModelMakeCommand#description — Property in class ModelMakeCommand
- The console command description.
- $
NotificationMakeCommand#description — Property in class NotificationMakeCommand
- The console command description.
- $
ObserverMakeCommand#description — Property in class ObserverMakeCommand
- The console command description.
- $
OptimizeClearCommand#description — Property in class OptimizeClearCommand
- The console command description.
- $
OptimizeCommand#description — Property in class OptimizeCommand
- The console command description.
- $
PackageDiscoverCommand#description — Property in class PackageDiscoverCommand
- The console command description.
- $
PolicyMakeCommand#description — Property in class PolicyMakeCommand
- The console command description.
- $
PresetCommand#description — Property in class PresetCommand
- The console command description.
- $
ProviderMakeCommand#description — Property in class ProviderMakeCommand
- The console command description.
- $
QueuedCommand#data — Property in class QueuedCommand
- The data to pass to the Artisan command.
- $
RequestMakeCommand#description — Property in class RequestMakeCommand
- The console command description.
- $
ResourceMakeCommand#description — Property in class ResourceMakeCommand
- The console command description.
- $
RouteCacheCommand#description — Property in class RouteCacheCommand
- The console command description.
- $
RouteClearCommand#description — Property in class RouteClearCommand
- The console command description.
- $
RouteListCommand#description — Property in class RouteListCommand
- The console command description.
-
RouteListCommand::displayRoutes() — Method in class RouteListCommand
- Display the route information on the console.
- $
RuleMakeCommand#description — Property in class RuleMakeCommand
- The console command description.
- $
ServeCommand#description — Property in class ServeCommand
- The console command description.
- $
StorageLinkCommand#description — Property in class StorageLinkCommand
- The console command description.
- $
TestMakeCommand#description — Property in class TestMakeCommand
- The console command description.
- $
UpCommand#description — Property in class UpCommand
- The console command description.
- $
VendorPublishCommand#description — Property in class VendorPublishCommand
- The console command description.
-
VendorPublishCommand::determineWhatShouldBePublished() — Method in class VendorPublishCommand
- Determine the provider or tag(s) to publish.
- $
ViewCacheCommand#description — Property in class ViewCacheCommand
- The console command description.
- $
ViewClearCommand#description — Property 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.
- DiscoverEvents — Class in namespace Illuminate\Foundation\Events
- Dispatchable — Class in namespace Illuminate\Foundation\Events
-
Dispatchable::dispatch() — Method in class Dispatchable
- Dispatch the event with the given arguments.
- $
Handler#dontReport — Property in class Handler
- A list of the exception types that are not reported.
- $
Handler#dontFlash — Property 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#devCommands — Property 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#defaultHeaders — Property in class MakesHttpRequests
- Additional headers for the request.
- $
MakesHttpRequests#defaultCookies — Property in class MakesHttpRequests
- Additional cookies for the request.
- $
MocksApplicationServices#dispatchedJobs — Property in class MocksApplicationServices
- All of the dispatched jobs.
- $
MocksApplicationServices#dispatchedNotifications — Property 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#database — Property in class HasInDatabase
- The database connection.
- $
HasInDatabase#data — Property in class HasInDatabase
- The data that will be used to narrow the search in the database table.
- $
SoftDeletedInDatabase#database — Property in class SoftDeletedInDatabase
- The database connection.
- $
SoftDeletedInDatabase#data — Property in class SoftDeletedInDatabase
- The data that will be used to narrow the search in the database table.
- $
SoftDeletedInDatabase#deletedAtColumn — Property in class SoftDeletedInDatabase
- The name of the column that indicates soft deletion has occurred.
- DatabaseMigrations — Class in namespace Illuminate\Foundation\Testing
- DatabaseTransactions — Class 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}
- DelegatesToResource — Class in namespace Illuminate\Http\Resources
- $
MergeValue#data — Property in class MergeValue
- The data to be merged.
- $
LogManager#dateFormat — Property 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#dispatcher — Property in class Logger
- The event dispatcher instance.
-
Logger::debug() — Method in class Logger
- Log a debug message to the logs.
- $
MessageSending#data — Property in class MessageSending
- The message data.
- $
MessageSent#data — Property in class MessageSent
- The message data.
- $
Mailable#diskAttachments — Property 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#domain — Property in class MailgunTransport
- The Mailgun email domain.
- $
ChannelManager#defaultChannel — Property 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.
- DatabaseChannel — Class in namespace Illuminate\Notifications\Channels
- $
NotificationTableCommand#description — Property in class NotificationTableCommand
- The console command description.
- DatabaseNotification — Class in namespace Illuminate\Notifications
- DatabaseNotificationCollection — Class in namespace Illuminate\Notifications
- $
BroadcastNotificationCreated#data — Property in class BroadcastNotificationCreated
- The notification data.
- $
NotificationFailed#data — Property in class NotificationFailed
- The data needed to process this failure.
- $
BroadcastMessage#data — Property in class BroadcastMessage
- The data for the notification.
-
BroadcastMessage::data() — Method in class BroadcastMessage
- Set the message data.
- DatabaseMessage — Class in namespace Illuminate\Notifications\Messages
- $
DatabaseMessage#data — Property 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#defaultView — Property in class AbstractPaginator
- The default pagination view.
- $
AbstractPaginator#defaultSimpleView — Property 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#default — Property in class BeanstalkdQueue
- The name of the default tube.
-
BeanstalkdQueue::deleteMessage() — Method in class BeanstalkdQueue
- Delete a message from the Beanstalk queue.
- $
CallQueuedClosure#deleteWhenMissingModels — Property 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#dispatcher — Property in class CallQueuedHandler
- The bus dispatcher implementation.
-
CallQueuedHandler::dispatchThroughMiddleware() — Method in class CallQueuedHandler
- Dispatch the given job / command through its specified middleware.
- DatabaseConnector — Class in namespace Illuminate\Queue\Connectors
- $
FailedTableCommand#description — Property in class FailedTableCommand
- The console command description.
- $
FlushFailedCommand#description — Property in class FlushFailedCommand
- The console command description.
- $
ForgetFailedCommand#description — Property in class ForgetFailedCommand
- The console command description.
- $
ListFailedCommand#description — Property in class ListFailedCommand
- The console command description.
-
ListFailedCommand::displayFailedJobs() — Method in class ListFailedCommand
- Display the failed jobs in the console.
- $
ListenCommand#description — Property in class ListenCommand
- The console command description.
- $
RestartCommand#description — Property in class RestartCommand
- The console command description.
- $
RetryCommand#description — Property in class RetryCommand
- The console command description.
- $
TableCommand#description — Property in class TableCommand
- The console command description.
- $
WorkCommand#description — Property in class WorkCommand
- The console command description.
-
WorkCommand::downForMaintenance() — Method in class WorkCommand
- Determine if the worker should run in maintenance mode.
- DatabaseQueue — Class in namespace Illuminate\Queue
- $
DatabaseQueue#database — Property in class DatabaseQueue
- The database connection instance.
- $
DatabaseQueue#default — Property in class DatabaseQueue
- The name of the default queue.
-
DatabaseQueue::deleteReserved() — Method in class DatabaseQueue
- Delete a reserved job from the queue.
- DatabaseFailedJobProvider — Class in namespace Illuminate\Queue\Failed
- $
DatabaseFailedJobProvider#database — Property in class DatabaseFailedJobProvider
- The database connection name.
- DynamoDbFailedJobProvider — Class in namespace Illuminate\Queue\Failed
- $
DynamoDbFailedJobProvider#dynamo — Property 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.
- DatabaseJob — Class in namespace Illuminate\Queue\Jobs
- $
DatabaseJob#database — Property in class DatabaseJob
- The database queue instance.
-
DatabaseJob::delete() — Method in class DatabaseJob
- Delete the job from the queue.
- DatabaseJobRecord — Class in namespace Illuminate\Queue\Jobs
- $
Job#deleted — Property 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#decoded — Property 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#default — Property 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#default — Property 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#delay — Property 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.
- DurationLimiter — Class in namespace Illuminate\Redis\Limiters
- $
DurationLimiter#decaysAt — Property in class DurationLimiter
- The timestamp of the end of the current duration.
- DurationLimiterBuilder — Class in namespace Illuminate\Redis\Limiters
- $
DurationLimiterBuilder#decay — Property in class DurationLimiterBuilder
- The amount of time the lock window is maintained.
- $
RedisManager#driver — Property in class RedisManager
- The name of the default driver.
-
RedisManager::disableEvents() — Method in class RedisManager
- Disable the firing of Redis command events.
- $
ControllerMakeCommand#description — Property in class ControllerMakeCommand
- The console command description.
- $
MiddlewareMakeCommand#description — Property 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#decaysAt — Property 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#defaults — Property 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#defaultParameters — Property in class RouteUrlGenerator
- The named parameter defaults.
- $
RouteUrlGenerator#dontEncode — Property 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#description — Property in class SessionTableCommand
- The console command description.
-
CookieSessionHandler::destroy() — Method in class CookieSessionHandler
- {@inheritdoc}
- DatabaseSessionHandler — Class 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#driverAliases — Property in class ConfigurationUrlParser
- The drivers aliases map.
- DateFactory — Class in namespace Illuminate\Support
- $
DateFactory#dateClass — Property in class DateFactory
- The type (class) of dates that should be created.
-
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.
- DB — Class in namespace Illuminate\Support\Facades
- Date — Class in namespace Illuminate\Support\Facades
-
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#drivers — Property in class Manager
- The array of created "drivers".
-
Manager::driver() — Method in class Manager
- Get a driver instance.
- $
BusFake#dispatcher — Property 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#dispatcher — Property 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.
- DatabasePresenceVerifier — Class in namespace Illuminate\Validation
- $
DatabasePresenceVerifier#db — Property in class DatabasePresenceVerifier
- The database connection instance.
- $
Factory#dependentExtensions — Property in class Factory
- All of the custom dependent validator extensions.
-
Rule::dimensions() — Method in class Rule
- Get a dimensions constraint builder instance.
- DatabaseRule — Class in namespace Illuminate\Validation\Rules
- Dimensions — Class in namespace Illuminate\Validation\Rules
- $
ValidationRuleParser#data — Property in class ValidationRuleParser
- The data being validated.
- $
Validator#data — Property in class Validator
- The data under validation.
- $
Validator#distinctValues — Property in class Validator
- The cached data for the "distinct" rule.
- $
Validator#dependentRules — Property in class Validator
- The validation rules which depend on other fields as parameters.
- $
Validator#dotPlaceholder — Property in class Validator
- The current placeholder for dots in rule keys.
-
Validator::dependsOnOtherFields() — Method in class Validator
- Determine if the given rule depends on other fields.
-
BladeCompiler::directive() — Method in class BladeCompiler
- Register a handler for custom directives.
-
Factory::decrementRender() — Method in class Factory
- Decrement the rendering counter.
-
Factory::doneRendering() — Method in class Factory
- Check if there are no active render operations.
- $
View#data — Property in class View
- The array of view data.
E
-
AuthManager::extend() — Method in class AuthManager
- Register a custom driver creator Closure.
- EloquentUserProvider — Class in namespace Illuminate\Auth
- EnsureEmailIsVerified — Class in namespace Illuminate\Auth\Middleware
- $
DatabaseTokenRepository#expires — Property in class DatabaseTokenRepository
- The number of seconds a token should last.
-
DatabaseTokenRepository::exists() — Method in class DatabaseTokenRepository
- Determine if a token record exists and is valid.
-
TokenRepositoryInterface::exists() — Method in class TokenRepositoryInterface
- Determine if a token record exists and is valid.
- $
SessionGuard#events — Property in class SessionGuard
- The event dispatcher instance.
-
SessionGuard::ensureRememberTokenIsSet() — Method in class SessionGuard
- Create a new "remember me" token for the user if one doesn't already exist.
- $
BroadcastEvent#event — Property in class BroadcastEvent
- The event instance.
-
BroadcastManager::event() — Method in class BroadcastManager
- Begin broadcasting an event.
-
BroadcastManager::extend() — Method in class BroadcastManager
- Register a custom driver creator Closure.
-
Broadcaster::extractAuthParameters() — Method in class Broadcaster
- Extract the parameters from the given pattern and channel.
-
Broadcaster::extractParameters() — Method in class Broadcaster
- Extracts the parameters out of what the user passed to handle the channel authentication.
-
Broadcaster::extractParametersFromClass() — Method in class Broadcaster
- Extracts the parameters out of a class channel's "join" method.
-
Broadcaster::extractChannelKeys() — Method in class Broadcaster
- Extract the channel keys from the incoming channel name.
- EncryptedPrivateChannel — Class in namespace Illuminate\Broadcasting
- $
PendingBroadcast#events — Property in class PendingBroadcast
- The event dispatcher implementation.
- $
PendingBroadcast#event — Property in class PendingBroadcast
- The event instance.
-
ArrayLock::exists() — Method in class ArrayLock
- Determine if the current lock exists.
-
CacheManager::extend() — Method in class CacheManager
- Register a custom driver creator Closure.
- $
DynamoDbStore#expirationAttribute — Property in class DynamoDbStore
- The name of the attribute that should hold the expiration timestamp.
-
FileStore::ensureCacheDirectoryExists() — Method in class FileStore
- Create the file cache directory if necessary.
-
FileStore::ensureFileHasCorrectPermissions() — Method in class FileStore
- Ensure the cache file has the correct permissions.
-
FileStore::emptyPayload() — Method in class FileStore
- Get a default empty payload for the cache.
-
FileStore::expiration() — Method in class FileStore
- Get the expiration time based on the given seconds.
- $
Repository#events — Property in class Repository
- The event dispatcher implementation.
-
Repository::event() — Method in class Repository
- Fire an event for this cache instance.
-
TaggedCache::event() — Method in class TaggedCache
- Fire an event for this cache instance.
- $
Application#events — Property in class Application
- The Event Dispatcher.
-
Command::execute() — Method in class Command
- Execute the console command.
-
InteractsWithIO::error() — Method in class InteractsWithIO
- Write a string as error output.
- $
CommandFinished#exitCode — Property in class CommandFinished
- The command exit code.
-
Parser::extractDescription() — Method in class Parser
- Parse the token into its token and description segments.
-
CacheEventMutex::exists() — Method in class CacheEventMutex
- Determine if an event mutex exists for the given event.
-
CacheSchedulingMutex::exists() — Method in class CacheSchedulingMutex
- Determine if a scheduling mutex exists for the given event.
-
CommandBuilder::ensureCorrectUser() — Method in class CommandBuilder
- Finalize the event's command syntax with the correct user.
- Event — Class in namespace Illuminate\Console\Scheduling
- $
Event#expression — Property in class Event
- The cron expression representing the event's frequency.
- $
Event#environments — Property in class Event
- The list of environments the command should run under.
- $
Event#evenInMaintenanceMode — Property in class Event
- Indicates if the command should run in maintenance mode.
- $
Event#expiresAt — Property in class Event
- The amount of time the mutex should be valid.
- $
Event#exitCode — Property in class Event
- The exit status code of the command.
-
Event::expressionPasses() — Method in class Event
- Determine if the Cron expression passes.
-
Event::emailOutputTo() — Method in class Event
- E-mail the results of the scheduled operation.
-
Event::emailWrittenOutputTo() — Method in class Event
- E-mail the results of the scheduled operation if it produces output.
-
Event::emailOutputOnFailure() — Method in class Event
- E-mail the results of the scheduled operation if it fails.
-
Event::ensureOutputIsBeingCaptured() — Method in class Event
- Ensure that the command output is being captured.
-
Event::emailOutput() — Method in class Event
- E-mail the output of the event to the recipients.
-
Event::environments() — Method in class Event
- Limit the environments the command should run in.
-
Event::evenInMaintenanceMode() — Method in class Event
- State that the command should run even in maintenance mode.
- EventMutex — Class in namespace Illuminate\Console\Scheduling
-
EventMutex::exists() — Method in class EventMutex
- Determine if an event mutex exists for the given event.
-
ManagesFrequencies::everyMinute() — Method in class ManagesFrequencies
- Schedule the event to run every minute.
-
ManagesFrequencies::everyFiveMinutes() — Method in class ManagesFrequencies
- Schedule the event to run every five minutes.
-
ManagesFrequencies::everyTenMinutes() — Method in class ManagesFrequencies
- Schedule the event to run every ten minutes.
-
ManagesFrequencies::everyFifteenMinutes() — Method in class ManagesFrequencies
- Schedule the event to run every fifteen minutes.
-
ManagesFrequencies::everyThirtyMinutes() — Method in class ManagesFrequencies
- Schedule the event to run every thirty minutes.
- $
Schedule#events — Property in class Schedule
- All of the events on the schedule.
- $
Schedule#eventMutex — Property in class Schedule
- The event mutex implementation.
-
Schedule::exec() — Method in class Schedule
- Add a new command event to the schedule.
-
Schedule::events() — Method in class Schedule
- Get all of the events on the schedule.
- $
ScheduleRunCommand#eventsRan — Property in class ScheduleRunCommand
- Check if any events ran.
-
SchedulingMutex::exists() — Method in class SchedulingMutex
- Determine if a scheduling mutex exists for the given event.
- $
Container#extenders — Property in class Container
- The extension closures for services.
-
Container::extend() — Method in class Container
- "Extend" an abstract type in the container.
- EntryNotFoundException — Class in namespace Illuminate\Container
-
Container::extend() — Method in class Container
- "Extend" an abstract type in the container.
- ExceptionHandler — Class in namespace Illuminate\Contracts\Debug
- EncryptException — Class in namespace Illuminate\Contracts\Encryption
- Encrypter — Class in namespace Illuminate\Contracts\Encryption
-
Encrypter::encrypt() — Method in class Encrypter
- Encrypt the given value.
-
Filesystem::exists() — Method in class Filesystem
- Determine if a file exists.
-
Application::environmentPath() — Method in class Application
- Get the path to the environment file directory.
-
Application::environment() — Method in class Application
- Get or check the current application environment.
-
Application::environmentFile() — Method in class Application
- Get the environment file the application is using.
-
Application::environmentFilePath() — Method in class Application
- Get the fully qualified path to the environment file.
- EntityNotFoundException — Class in namespace Illuminate\Contracts\Queue
- EntityResolver — Class in namespace Illuminate\Contracts\Queue
-
Session::exists() — Method in class Session
- Checks if a key exists.
-
Factory::extend() — Method in class Factory
- Register a custom validator extension.
-
Factory::extendImplicit() — Method in class Factory
- Register a custom implicit validator extension.
-
Validator::errors() — Method in class Validator
- Get all of the validation error messages.
- Engine — Class in namespace Illuminate\Contracts\View
-
Factory::exists() — Method in class Factory
- Determine if a given view exists.
- EncryptCookies — Class in namespace Illuminate\Cookie\Middleware
- $
EncryptCookies#encrypter — Property in class EncryptCookies
- The encrypter instance.
- $
EncryptCookies#except — Property in class EncryptCookies
- The names of the cookies that should not be encrypted.
-
EncryptCookies::encrypt() — Method in class EncryptCookies
- Encrypt the cookies on an outgoing response.
-
BuildsQueries::each() — Method in class BuildsQueries
- Execute a callback over each item while chunking.
-
BuildsQueries::eachById() — Method in class BuildsQueries
- Execute a callback over each item while chunking by id.
- $
Connection#events — Property in class Connection
- The event dispatcher instance.
-
Connection::event() — Method in class Connection
- Fire the given event if possible.
-
Connection::enableQueryLog() — Method in class Connection
- Enable the query log on the connection.
- $
DatabaseManager#extensions — Property in class DatabaseManager
- The custom connection resolvers.
-
DatabaseManager::extend() — Method in class DatabaseManager
- Register an extension connection resolver.
- $
Builder#eagerLoad — Property in class Builder
- The relationships that should be eager loaded.
-
Builder::eagerLoadRelations() — Method in class Builder
- Eager load the relationships for the models.
-
Builder::eagerLoadRelation() — Method in class Builder
- Eagerly load the relationship on a set of models.
-
Builder::enforceOrderBy() — Method in class Builder
- Add a generic "order by" clause if the query doesn't already have one.
-
Collection::except() — Method in class Collection
- Returns all models in the collection except the models with specified keys.
-
FactoryBuilder::expandAttributes() — Method in class FactoryBuilder
- Expand all attributes to their underlying values.
- $
Model#exists — Property in class Model
- Indicates if the model exists.
-
BelongsToMany::each() — Method in class BelongsToMany
- Execute a callback over each item while chunking.
-
InteractsWithPivotTable::extractAttachIdAndAttributes() — Method in class InteractsWithPivotTable
- Get the attach record ID and extra attributes.
-
HasManyThrough::each() — Method in class HasManyThrough
- Execute a callback over each item while chunking.
- $
SoftDeletingScope#extensions — Property in class SoftDeletingScope
- All of the extensions to be added to the builder.
-
SoftDeletingScope::extend() — Method in class SoftDeletingScope
- Extend the query builder with the needed functions.
-
MigrationCreator::ensureMigrationDoesntAlreadyExist() — Method in class MigrationCreator
- Ensure that a migration with the given name doesn't already exist.
- $
Migrator#events — Property in class Migrator
- The event dispatcher instance.
-
Builder::enforceOrderBy() — Method in class Builder
- Throw an exception if the query doesn't have an orderBy clause.
-
Builder::exists() — Method in class Builder
- Determine if any rows exist for the current query.
-
Builder::existsOr() — Method in class Builder
- Execute the given callback if no rows exist for the current query.
- Expression — Class in namespace Illuminate\Database\Query
- $
Blueprint#engine — Property in class Blueprint
- The storage engine that should be used for the table.
-
Blueprint::ensureCommandsAreValid() — Method in class Blueprint
- Ensure the commands on the blueprint are valid for the connection type.
-
Blueprint::enum() — Method in class Blueprint
- Create a new enum column on the table.
-
Builder::enableForeignKeyConstraints() — Method in class Builder
- Enable foreign key constraints.
- Encrypter — Class in namespace Illuminate\Encryption
-
Encrypter::encrypt() — Method in class Encrypter
- Encrypt the given value.
-
Encrypter::encryptString() — Method in class Encrypter
- Encrypt a string without serialization.
- EncryptionServiceProvider — Class in namespace Illuminate\Encryption
- EventServiceProvider — Class in namespace Illuminate\Events
- $
Cache#expire — Property in class Cache
- The cache expiration time in seconds.
-
Filesystem::exists() — Method in class Filesystem
- Determine if a file or directory exists.
-
Filesystem::extension() — Method in class Filesystem
- Extract the file extension from a file path.
-
Filesystem::ensureDirectoryExists() — Method in class Filesystem
- Ensure a directory exists.
-
FilesystemAdapter::exists() — Method in class FilesystemAdapter
- Determine if a file exists.
-
FilesystemManager::extend() — Method in class FilesystemManager
- Register a custom driver creator Closure.
-
AliasLoader::ensureFacadeExists() — Method in class AliasLoader
- Ensure that the given alias has an existing real-time facade class.
- $
Application#environmentPath — Property in class Application
- The custom environment path defined by the developer.
- $
Application#environmentFile — Property in class Application
- The environment file to load during bootstrapping.
-
Application::environmentPath() — Method in class Application
- Get the path to the environment file directory.
-
Application::environmentFile() — Method in class Application
- Get the environment file the application is using.
-
Application::environmentFilePath() — Method in class Application
- Get the fully qualified path to the environment file.
-
Application::environment() — Method in class Application
- Get or check the current application environment.
-
Application::eventsAreCached() — Method in class Application
- Determine if the application events are cached.
-
ClosureCommand::execute() — Method in class ClosureCommand
- Execute the console command.
- EnvironmentCommand — Class in namespace Illuminate\Foundation\Console
- EventCacheCommand — Class in namespace Illuminate\Foundation\Console
- EventClearCommand — Class in namespace Illuminate\Foundation\Console
- EventGenerateCommand — Class in namespace Illuminate\Foundation\Console
- EventListCommand — Class in namespace Illuminate\Foundation\Console
- EventMakeCommand — Class in namespace Illuminate\Foundation\Console
- ExceptionMakeCommand — Class in namespace Illuminate\Foundation\Console
- $
Kernel#events — Property in class Kernel
- The event dispatcher implementation.
-
Preset::ensureComponentDirectoryExists() — Method in class Preset
- Ensure the component directories we need exist.
- EnvironmentDetector — Class in namespace Illuminate\Foundation
-
Handler::exceptionContext() — Method in class Handler
- Get the default exception context variables for logging.
- $
FormRequest#errorBag — Property in class FormRequest
- The key to be used for the view error bag.
- $
CheckForMaintenanceMode#except — Property in class CheckForMaintenanceMode
- The URIs that should be accessible while maintenance mode is enabled.
- $
TrimStrings#except — Property in class TrimStrings
- The attributes that should not be trimmed.
- $
VerifyCsrfToken#encrypter — Property in class VerifyCsrfToken
- The encrypter implementation.
- $
VerifyCsrfToken#except — Property in class VerifyCsrfToken
- The URIs that should be excluded from CSRF verification.
- EventServiceProvider — Class in namespace Illuminate\Foundation\Support\Providers
- $
InteractsWithConsole#expectedOutput — Property in class InteractsWithConsole
- All of the expected output lines.
- $
InteractsWithConsole#expectedQuestions — Property in class InteractsWithConsole
- All of the expected questions.
- $
InteractsWithExceptionHandling#except — Property in class InteractsWithExceptionHandling
- $
MakesHttpRequests#encryptCookies — Property in class MakesHttpRequests
- Indicates whether cookies should be encrypted.
-
MocksApplicationServices::expectsEvents() — Method in class MocksApplicationServices
- Specify a list of events that should be fired for the given operation.
-
MocksApplicationServices::expectsJobs() — Method in class MocksApplicationServices
- Specify a list of jobs that should be dispatched for the given operation.
-
MocksApplicationServices::expectsNotification() — Method in class MocksApplicationServices
- Specify a notification that is expected to be dispatched.
-
ArraySubset::evaluate() — Method in class ArraySubset
- Evaluates the constraint for parameter $other.
- $
PendingCommand#expectedExitCode — Property in class PendingCommand
- The expected exit code.
-
PendingCommand::expectsQuestion() — Method in class PendingCommand
- Specify a question that should be asked when the command runs.
-
PendingCommand::expectsOutput() — Method in class PendingCommand
- Specify output that should be printed when the command runs.
-
PendingCommand::execute() — Method in class PendingCommand
- Execute the command.
-
TestResponse::ensureResponseHasView() — Method in class TestResponse
- Ensure that the response has a view as its original content.
-
InteractsWithContentTypes::expectsJson() — Method in class InteractsWithContentTypes
- Determine if the current request probably expects a JSON response.
-
InteractsWithInput::exists() — Method in class InteractsWithInput
- Determine if the request contains a given input item key.
-
InteractsWithInput::except() — Method in class InteractsWithInput
- Get all of the input except for a specified array of items.
-
FileHelpers::extension() — Method in class FileHelpers
- Get the file's extension.
-
RedirectResponse::exceptInput() — Method in class RedirectResponse
- Flash an array of input to the session.
- $
ResponseTrait#exception — Property in class ResponseTrait
- The exception that triggered the error response (if applicable).
-
LogManager::extend() — Method in class LogManager
- Register a custom driver creator Closure.
-
LogManager::emergency() — Method in class LogManager
- System is unusable.
-
LogManager::error() — Method in class LogManager
- Runtime errors that do not require immediate action but should typically
be logged and monitored.
-
Logger::emergency() — Method in class Logger
- Log an emergency message to the logs.
-
Logger::error() — Method in class Logger
- Log an error message to the logs.
- $
Mailer#events — Property in class Mailer
- The event dispatcher instance.
- $
Message#embeddedFiles — Property in class Message
- CIDs of files embedded in the message.
-
Message::embed() — Method in class Message
- Embed a file in the message and get the CID.
-
Message::embedData() — Method in class