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.
- 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
- AuthMakeCommand — Class in namespace Illuminate\Auth\Console
- 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 the current user is authenticated.
- 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
- $
Authorize#auth — Property in class Authorize
- The authentication factory instance.
- $
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.
- ArrayStore — Class in namespace Illuminate\Cache
- $
CacheManager#app — Property in class CacheManager
- The application instance.
-
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.
-
Command::argument() — Method in class Command
- Get the value of a command argument.
-
Command::arguments() — Method in class Command
- Get all of the arguments passed to the command.
-
Command::ask() — Method in class Command
- Prompt the user for input.
-
Command::anticipate() — Method in class Command
- Prompt the user for input with auto completion.
-
Command::askWithCompletion() — Method in class Command
- Prompt the user for input with auto completion.
-
Command::alert() — Method in class Command
- 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.
- 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::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
-
Log::alert() — Method in class Log
- Log an alert message to the logs.
-
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
- After 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.
-
Collection::add() — Method in class Collection
- Add an item to the collection.
- $
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::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.
- $
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.
-
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::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.
-
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::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.
-
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::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.
- AppNameCommand — Class in namespace Illuminate\Foundation\Console
-
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.
- $
CheckForMaintenanceMode#app — Property in class CheckForMaintenanceMode
- The application implementation.
- $
TransformsRequest#attributes — Property in class TransformsRequest
- The additional attributes passed to the middleware.
- $
VerifyCsrfToken#app — Property in class VerifyCsrfToken
- The application instance.
-
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
-
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::assertSoftDeleted() — Method in class InteractsWithDatabase
- Assert the given record has been deleted.
- $
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::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::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::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::assertSeeText() — Method in class TestResponse
- Assert that the given string is contained 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::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 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::assertSessionHasErrors() — Method in class TestResponse
- Assert that the session has the given 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.
-
InteractsWithContentTypes::accepts() — Method in class InteractsWithContentTypes
- Determines whether the current requests accepts a given 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::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.
-
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
- $
Resource#additional — Property in class Resource
- The additional meta data that should be added to the resource response.
-
Resource::additional() — Method in class Resource
- Add additional meta data to the resource response.
-
Writer::alert() — Method in class Writer
- 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::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::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.
-
SlackWebhookChannel::attachments() — Method in class SlackWebhookChannel
- Format the message's attachments.
- $
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.
- $
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.
- $
SlackAttachment#authorName — Property in class SlackAttachment
- The attachment author's name.
- $
SlackAttachment#authorLink — Property in class SlackAttachment
- The attachment author's link.
- $
SlackAttachment#authorIcon — Property in class SlackAttachment
- The attachment author's icon.
-
SlackAttachment::author() — Method in class SlackAttachment
- Set the author of the attachment.
- $
SlackMessage#attachments — Property in class SlackMessage
- The message's attachments.
-
SlackMessage::attachment() — Method in class SlackMessage
- Define an attachment for the message.
- 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.
-
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.
-
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
- An 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.
-
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::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::average() — Method in class Collection
- Alias for the "avg" method.
- 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 container.
-
InteractsWithTime::availableAt() — Method in class InteractsWithTime
- Get the "available at" UNIX timestamp.
- $
Manager#app — Property in class Manager
- The application instance.
-
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.
-
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 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.
-
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.
-
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::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.
-
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 implicit 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::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.
-
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::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.
-
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.
- $
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.
-
MySqlConnection::bindValues() — Method in class MySqlConnection
- Bind values to their parameters in the given statement.
- $
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.
- $
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.
-
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.
-
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.
-
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.
- $
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::bcc() — Method in class Mailable
- Set the recipients of the message.
-
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
-
MailChannel::buildView() — Method in class MailChannel
- Build the notification's view.
-
MailChannel::buildMessage() — Method in class MailChannel
- Build the mail message.
-
SlackWebhookChannel::buildJsonPayload() — Method in class SlackWebhookChannel
- Build up a JSON payload for the Slack webhook.
- 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.
- 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
-
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.
-
Listener::buildCommandTemplate() — Method in class Listener
- Build the environment specific worker command.
-
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.
-
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 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::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.
- $
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.
-
AuthMakeCommand::createDirectories() — Method in class AuthMakeCommand
- Create the directories for the files.
-
AuthMakeCommand::compileControllerStub() — Method in class AuthMakeCommand
- Compiles the HomeController stub.
- 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.
- $
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::channel() — Method in class Broadcaster
- Register a channel authenticator.
- $
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.
- 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.
- 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.
- $
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.
-
Command::call() — Method in class Command
- Call another console command.
-
Command::callSilent() — Method in class Command
- Call another console command silently.
-
Command::createInputFromArguments() — Method in class Command
- Create an input instance from the given arguments.
-
Command::context() — Method in class Command
- Get all of the context passed to the command.
-
Command::confirm() — Method in class Command
- Confirm a question with the user.
-
Command::choice() — Method in class Command
- Give the user a single choice from an array of answers.
-
Command::comment() — Method in class Command
- 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.
- CacheMutex — Class in namespace Illuminate\Console\Scheduling
- $
CacheMutex#cache — Property in class CacheMutex
- The cache repository implementation.
-
CacheMutex::create() — Method in class CacheMutex
- Attempt to obtain a 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.
-
ManagesFrequencies::cron() — Method in class ManagesFrequencies
- The Cron expression representing the event's frequency.
-
Mutex::create() — Method in class Mutex
- Attempt to obtain a mutex for the given event.
-
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.
-
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.
-
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
- Call a console application command.
-
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.
-
Hasher::check() — Method in class Hasher
- Check the given plain value against a hash.
-
Log::critical() — Method in class Log
- Log a critical message to the logs.
-
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.
-
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.
-
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.
-
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.
- 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::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.
-
DetectsDeadlocks::causedByDeadlock() — Method in class DetectsDeadlocks
- Determine if the given exception was caused by a deadlock.
-
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 generator for the given query.
-
Builder::chunkById() — Method in class Builder
- Chunk the results of a query by comparing numeric IDs.
-
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.
- $
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::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 an integer if it is numeric.
-
InteractsWithPivotTable::castAttributes() — Method in class InteractsWithPivotTable
- Cast the given pivot attributes.
-
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.
- $
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::crossJoin() — Method in class Builder
- Add a "cross join" clause to the query.
-
Builder::cursor() — Method in class Builder
- Get a generator for the given query.
-
Builder::chunkById() — Method in class Builder
- Chunk the results of a query by comparing numeric IDs.
-
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::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::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::compileExists() — Method in class Grammar
- Compile an exists statement into SQL.
-
Grammar::compileInsert() — Method in class Grammar
- Compile an insert statement into SQL.
-
Grammar::compileInsertGetId() — Method in class Grammar
- Compile an insert and get ID statement into SQL.
-
Grammar::compileUpdate() — Method in class Grammar
- Compile an update statement into SQL.
-
Grammar::compileDelete() — Method in class Grammar
- Compile a delete statement 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::compileSelect() — Method in class MySqlGrammar
- Compile a select query into SQL.
-
MySqlGrammar::compileUnion() — Method in class MySqlGrammar
- Compile a single union statement.
-
MySqlGrammar::compileRandom() — Method in class MySqlGrammar
- Compile the random statement into SQL.
-
MySqlGrammar::compileLock() — Method in class MySqlGrammar
- Compile the lock into SQL.
-
MySqlGrammar::compileUpdate() — Method in class MySqlGrammar
- Compile an update statement into SQL.
-
MySqlGrammar::compileUpdateColumns() — Method in class MySqlGrammar
- Compile all of the columns for an update statement.
-
MySqlGrammar::compileJsonUpdateColumn() — Method in class MySqlGrammar
- Prepares a JSON column being updated using the JSON_SET function.
-
MySqlGrammar::compileDelete() — Method in class MySqlGrammar
- Compile a delete statement into SQL.
-
MySqlGrammar::compileDeleteWithoutJoins() — Method in class MySqlGrammar
- Compile a delete query that does not use joins.
-
MySqlGrammar::compileDeleteWithJoins() — Method in class MySqlGrammar
- Compile a delete query that uses joins.
-
PostgresGrammar::compileLock() — Method in class PostgresGrammar
- Compile the lock into SQL.
-
PostgresGrammar::compileInsert() — Method in class PostgresGrammar
- Compile an insert 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 the update statement.
-
PostgresGrammar::compileUpdateFrom() — Method in class PostgresGrammar
- Compile the "from" clause for an update with a join.
-
PostgresGrammar::compileUpdateWheres() — Method in class PostgresGrammar
- Compile the additional where clauses for updates with joins.
-
PostgresGrammar::compileUpdateJoinWheres() — Method in class PostgresGrammar
- Compile the "join" clause where clauses for an update.
-
PostgresGrammar::compileDelete() — Method in class PostgresGrammar
- Compile a delete statement into SQL.
-
PostgresGrammar::compileDeleteWithJoins() — Method in class PostgresGrammar
- Compile a delete query that uses joins.
-
PostgresGrammar::compileTruncate() — Method in class PostgresGrammar
- Compile a truncate table statement into SQL.
-
SQLiteGrammar::compileSelect() — Method in class SQLiteGrammar
- Compile a select query into SQL.
-
SQLiteGrammar::compileUnion() — Method in class SQLiteGrammar
- Compile a single union statement.
-
SQLiteGrammar::compileInsert() — Method in class SQLiteGrammar
- Compile an insert statement 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::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::compileDelete() — Method in class SqlServerGrammar
- Compile a delete statement into SQL.
-
SqlServerGrammar::compileDeleteWithJoins() — Method in class SqlServerGrammar
- Compile a delete statement with joins into SQL.
-
SqlServerGrammar::compileTruncate() — Method in class SqlServerGrammar
- Compile a truncate table statement into SQL.
-
SqlServerGrammar::compileUpdate() — Method in class SqlServerGrammar
- Compile an update statement 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::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::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.
- 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::compileDropAllTables() — Method in class MySqlGrammar
- Compile the SQL needed to drop all tables.
-
MySqlGrammar::compileGetAllTables() — Method in class MySqlGrammar
- Compile the SQL needed to retrieve all table 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::compileGetAllTables() — Method in class PostgresGrammar
- Compile the SQL needed to retrieve all table 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::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.
-
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::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::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::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::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.
- $
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::createS3Driver() — Method in class FilesystemManager
- Create an instance of the Amazon S3 driver.
-
FilesystemManager::createRackspaceDriver() — Method in class FilesystemManager
- Create an instance of the Rackspace 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.
-
Application::configureMonologUsing() — Method in class Application
- Define a callback to be used to configure Monolog.
-
Authorizable::can() — Method in class Authorizable
- Determine if the entity has a given ability.
-
Authorizable::cant() — Method in class Authorizable
- Determine if the entity does not have a given ability.
-
Authorizable::cannot() — Method in class Authorizable
- Determine if the entity does not have a given ability.
-
AuthenticatesUsers::credentials() — Method in class AuthenticatesUsers
- Get the needed authorization credentials from the request.
-
ResetsPasswords::credentials() — Method in class ResetsPasswords
- Get the password reset 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.
- $
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.
- $
AppNameCommand#composer — Property in class AppNameCommand
- The Composer class instance.
- $
AppNameCommand#currentRoot — Property in class AppNameCommand
- Current root application namespace.
- 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::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.
-
VendorPublishCommand::createParentDirectory() — Method in class VendorPublishCommand
- Create the directory to house the published files if needed.
- $
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.
-
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
-
DatabaseTransactions::connectionsToTransact() — Method in class DatabaseTransactions
- The database connections that should have transactions.
-
RefreshDatabase::connectionsToTransact() — Method in class RefreshDatabase
- The database connections that should have transactions.
-
TestCase::createApplication() — Method in class TestCase
- Creates the application.
-
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.
-
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.
-
FileHelpers::clientExtension() — Method in class FileHelpers
- Get the file's extension supplied by the client.
- 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::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.
-
Resource::collection() — Method in class Resource
- 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.
-
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.
-
FileFactory::create() — Method in class FileFactory
- Create a new fake file.
-
UploadedFile::createFromBase() — Method in class UploadedFile
- Create a new file instance from a base instance.
- $
MessageLogged#context — Property in class MessageLogged
- The log context.
-
LogServiceProvider::createLogger() — Method in class LogServiceProvider
- Create the logger.
-
LogServiceProvider::channel() — Method in class LogServiceProvider
- Get the name of the log "channel".
-
LogServiceProvider::configureHandler() — Method in class LogServiceProvider
- Configure the Monolog handlers for the application.
-
LogServiceProvider::configureSingleHandler() — Method in class LogServiceProvider
- Configure the Monolog handlers for the application.
-
LogServiceProvider::configureDailyHandler() — Method in class LogServiceProvider
- Configure the Monolog handlers for the application.
-
LogServiceProvider::configureSyslogHandler() — Method in class LogServiceProvider
- Configure the Monolog handlers for the application.
-
LogServiceProvider::configureErrorlogHandler() — Method in class LogServiceProvider
- Configure the Monolog handlers for the application.
-
Writer::critical() — Method in class Writer
- 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::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::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::createMandrillDriver() — Method in class TransportManager
- Create an instance of the Mandrill Swift Transport driver.
-
TransportManager::createSparkPostDriver() — Method in class TransportManager
- Create an instance of the SparkPost 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.
- $
MandrillTransport#client — Property in class MandrillTransport
- Guzzle client instance.
- $
SparkPostTransport#client — Property in class SparkPostTransport
- 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::createNexmoDriver() — Method in class ChannelManager
- Create an instance of the Nexmo driver.
-
ChannelManager::createSlackDriver() — Method in class ChannelManager
- Create an instance of the Slack 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::cc() — Method in class MailMessage
- Set the cc address for the mail message.
- $
NexmoMessage#content — Property in class NexmoMessage
- The message content.
-
NexmoMessage::content() — Method in class NexmoMessage
- Set the message content.
- $
SlackAttachment#content — Property in class SlackAttachment
- The attachment's text content.
- $
SlackAttachment#color — Property in class SlackAttachment
- The attachment's color.
-
SlackAttachment::content() — Method in class SlackAttachment
- Set the content (text) of the attachment.
-
SlackAttachment::color() — Method in class SlackAttachment
- Set the color of the attachment.
- $
SlackAttachmentField#content — Property in class SlackAttachmentField
- The content of the attachment field.
-
SlackAttachmentField::content() — Method in class SlackAttachmentField
- Set the content of the field.
- $
SlackMessage#channel — Property in class SlackMessage
- The channel to send the message on.
- $
SlackMessage#content — Property in class SlackMessage
- The text content of the message.
-
SlackMessage::content() — Method in class SlackMessage
- Set the content of the Slack message.
-
SlackMessage::color() — Method in class SlackMessage
- Get the color for the message.
- $
SendQueuedNotifications#channels — Property in class SendQueuedNotifications
- All of the channels to send the notification too.
- $
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.
- CallQueuedHandler — Class in namespace Illuminate\Queue
-
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.
- $
TableCommand#composer — Property in class TableCommand
-
TableCommand::createBaseMigration() — Method in class TableCommand
- Create a base migration file for the table.
- $
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.
- $
Queue#container — Property in class Queue
- The IoC container instance.
- $
Queue#connectionName — Property in class Queue
- The connection name for the queue.
-
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.
- $
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 Predis 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::createSubscription() — Method in class PhpRedisConnection
- Subscribe to a set of given channels for messages.
-
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.
- 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#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::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.
-
Pipeline::carry() — Method in class Pipeline
- Get a Closure that represents a slice of the application onion.
-
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.
- $
UrlGenerator#cachedRoot — Property in class UrlGenerator
- A cached copy of the URL root for the current request.
- $
UrlGenerator#cachedSchema — Property in class UrlGenerator
- A cached copy of the URL schema 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::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::containsStrict() — Method in class Collection
- Determine if an item exists in the collection using strict comparison.
-
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 underlying collection array.
-
Collection::count() — Method in class Collection
- Count the number of items in the collection.
- Composer — Class in namespace Illuminate\Support
- 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.
- $
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 container.
-
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::charsArray() — Method in class Str
- Returns the replacements for the ascii method.
- $
BusFake#commands — Property in class BusFake
- The commands that have been dispatched.
-
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.
-
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.
- $
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.
- 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::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::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.
- 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.
- CompilesConditionals — Class in namespace Illuminate\View\Compilers\Concerns
-
CompilesConditionals::compileAuth() — Method in class CompilesConditionals
-
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::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.
-
CompilesEchos::compileEchoDefaults() — Method in class CompilesEchos
- Compile the default values for the echo statement.
- 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::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.
- $
AuthMakeCommand#description — Property in class AuthMakeCommand
- The console command description.
- $
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.
- $
PasswordResetServiceProvider#defer — Property in class PasswordResetServiceProvider
- Indicates if loading of the provider is deferred.
-
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.
- $
BroadcastServiceProvider#defer — Property in class BroadcastServiceProvider
- Indicates if loading of the provider is deferred.
-
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.
- $
BusServiceProvider#defer — Property in class BusServiceProvider
- Indicates if loading of the provider is deferred.
- 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.
- $
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.
- $
CacheServiceProvider#defer — Property in class CacheServiceProvider
- Indicates if loading of the provider is deferred.
- $
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.
- $
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::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 minutes 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
- Increment 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::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.
-
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.
-
Log::debug() — Method in class Log
- Log a debug message to the logs.
- 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.
- $
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.
-
FreshCommand::dropAllTables() — Method in class FreshCommand
- Drop all of the database tables.
- $
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.
- DatabaseManager — Class in namespace Illuminate\Database
-
DatabaseManager::disconnect() — Method in class DatabaseManager
- Disconnect from the given database.
- DatabaseServiceProvider — Class in namespace Illuminate\Database
- DetectsDeadlocks — 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.
-
Collection::diff() — Method in class Collection
- Diff the collection with the given items.
- $
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.
- $
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.
-
InteractsWithPivotTable::detach() — Method in class InteractsWithPivotTable
- Detach models from the relationship.
-
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.
-
Pivot::delete() — Method in class Pivot
- Delete the pivot model record from the database.
- $
MigrationServiceProvider#defer — Property in class MigrationServiceProvider
- Indicates if loading of the provider is deferred.
- 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::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.
-
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::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::disableForeignKeyConstraints() — Method in class Builder
- Disable foreign key constraints.
-
MySqlBuilder::dropAllTables() — Method in class MySqlBuilder
- Drop all tables from the database.
-
PostgresBuilder::dropAllTables() — Method in class PostgresBuilder
- Drop all tables from the database.
-
SQLiteBuilder::dropAllTables() — Method in class SQLiteBuilder
- Drop all tables from the database.
-
SqlServerBuilder::dropAllTables() — Method in class SqlServerBuilder
- Drop all tables 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.
-
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.
- $
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.
- 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.
- $
AppNameCommand#description — Property in class AppNameCommand
- 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.
- $
EventGenerateCommand#description — Property in class EventGenerateCommand
- 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.
- $
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.
- $
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.
- 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.
-
Kernel::dispatchToRouter() — Method in class Kernel
- Get the route dispatcher callback.
- $
ArtisanServiceProvider#defer — Property in class ArtisanServiceProvider
- Indicates if loading of the provider is deferred.
- $
ArtisanServiceProvider#devCommands — Property in class ArtisanServiceProvider
- The commands to be registered.
- $
ComposerServiceProvider#defer — Property in class ComposerServiceProvider
- Indicates if loading of the provider is deferred.
- $
ConsoleSupportServiceProvider#defer — Property in class ConsoleSupportServiceProvider
- Indicates if loading of the provider is deferred.
- $
MakesHttpRequests#defaultHeaders — Property in class MakesHttpRequests
- Additional headers 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.
- 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.
-
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.
- $
HashServiceProvider#defer — Property in class HashServiceProvider
- Indicates if loading of the provider is deferred.
-
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.
- $
Writer#dispatcher — Property in class Writer
- The event dispatcher instance.
-
Writer::debug() — Method in class Writer
- Log a debug message to the logs.
- $
MailServiceProvider#defer — Property in class MailServiceProvider
- Indicates if loading of the provider is deferred.
-
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 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.
- $
PipelineServiceProvider#defer — Property in class PipelineServiceProvider
- Indicates if loading of the provider is deferred.
- $
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.
- $
CallQueuedHandler#dispatcher — Property in class CallQueuedHandler
- The bus dispatcher implementation.
- 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.
-
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.
- $
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#defer — Property in class QueueServiceProvider
- Indicates if loading of the provider is deferred.
-
QueueServiceProvider::databaseFailedJobProvider() — Method in class QueueServiceProvider
- Create a new database 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.
- $
RedisServiceProvider#defer — Property in class RedisServiceProvider
- Indicates if loading of the provider is deferred.
- $
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.
- $
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::dd() — Method in class Collection
- Dump the collection and end the script.
-
Collection::dump() — Method in class Collection
- Dump the collection.
-
Collection::diff() — Method in class Collection
- Get the items in the collection that are not present in the given items.
-
Collection::diffAssoc() — Method in class Collection
- Get the items in the collection whose keys and values are not present in the given items.
-
Collection::diffKeys() — Method in class Collection
- Get the items in the collection whose keys are not present in the given items.
-
Composer::dumpAutoloads() — Method in class Composer
- Regenerate the Composer autoloader files.
-
Composer::dumpOptimized() — Method in class Composer
- Regenerate the optimized Composer autoloader files.
- Dumper — Class in namespace Illuminate\Support\Debug
-
Dumper::dump() — Method in class Dumper
- Dump a value with elegance.
- DB — Class in namespace Illuminate\Support\Facades
- $
Manager#drivers — Property in class Manager
- The array of created "drivers".
-
Manager::driver() — Method in class Manager
- Get a driver instance.
- $
ServiceProvider#defer — Property in class ServiceProvider
- Indicates if loading of the provider is deferred.
-
BusFake::dispatched() — Method in class BusFake
- Get all of the jobs 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.
- $
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.
- $
TranslationServiceProvider#defer — Property in class TranslationServiceProvider
- Indicates if loading of the provider is deferred.
- 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.
- $
ValidationServiceProvider#defer — Property in class ValidationServiceProvider
- Indicates if loading of the provider is deferred.
- $
Validator#data — Property in class Validator
- The data under validation.
- $
Validator#dependentRules — Property in class Validator
- The validation rules which depend on other fields as parameters.
-
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.
-
BladeCompiler::doubleEncode() — Method in class BladeCompiler
- Set the echo format to double encode entities.
-
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.
-
AuthMakeCommand::exportViews() — Method in class AuthMakeCommand
- Export the authentication views.
- EloquentUserProvider — Class in namespace Illuminate\Auth
- $
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::extractChannelKeys() — Method in class Broadcaster
- Extract the channel keys from the incoming channel name.
- $
PendingBroadcast#events — Property in class PendingBroadcast
- The event dispatcher implementation.
- $
PendingBroadcast#event — Property in class PendingBroadcast
- The event instance.
-
CacheManager::extend() — Method in class CacheManager
- Register a custom driver creator Closure.
-
FileStore::ensureCacheDirectoryExists() — Method in class FileStore
- Create the file cache directory if necessary.
-
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 minutes.
- $
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.
-
Command::error() — Method in class Command
- 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.
-
CacheMutex::exists() — Method in class CacheMutex
- Determine if a 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::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::ensureOutputIsBeingCapturedForEmail() — Method in class Event
- Ensure that output is being captured for email.
-
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.
-
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.
-
Mutex::exists() — Method in class Mutex
- Determine if a mutex exists for the given event.
- $
Schedule#events — Property in class Schedule
- All of the events on the schedule.
-
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.
- $
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::environment() — Method in class Application
- Get or check the current application environment.
-
Log::error() — Method in class Log
- Log an error message to the logs.
- 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.
- $
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.
-
InteractsWithPivotTable::extractAttachIdAndAttributes() — Method in class InteractsWithPivotTable
- Get the attach record ID and extra attributes.
- $
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.
-
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.
- Expression — Class in namespace Illuminate\Database\Query
- $
Blueprint#engine — Property in class Blueprint
- The storage engine that should be used for the table.
-
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 minutes.
-
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.
-
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.
-
ClosureCommand::execute() — Method in class ClosureCommand
- Execute the console command.
- EnvironmentCommand — Class in namespace Illuminate\Foundation\Console
- EventGenerateCommand — 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
- $
FormRequest#errorBag — Property in class FormRequest
- The key to be used for the view error bag.
- $
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
- $
InteractsWithExceptionHandling#except — Property in class InteractsWithExceptionHandling
-
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.
-
TestResponse::ensureResponseHasView() — Method in class TestResponse
- Ensure that the response has a view as its original content.
-
ValidatesRequests::extractInputFromRules() — Method in class ValidatesRequests
- Get the request input based on the given validation rules.
-
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).
-
Writer::emergency() — Method in class Writer
- Log an emergency message to the logs.
-
Writer::error() — Method in class Writer
- 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 Message
- Embed in-memory data in the message and get the CID.
- $
MailgunTransport#endpoint — Property in class MailgunTransport
- The Mailgun API end-point.
- $
BroadcastChannel#events — Property in class BroadcastChannel
- The event dispatcher.
-
SimpleMessage::error() — Method in class SimpleMessage
- Indicate that the notification gives information about an error.
-
SlackMessage::error() — Method in class SlackMessage
- Indicate that the notification gives information about an error.
- $
NotificationSender#events — Property in class NotificationSender
- The event dispatcher.
-
LengthAwarePaginator::elements() — Method in class LengthAwarePaginator
- Get the array of elements to pass to the view.
-
CallQueuedHandler::ensureNextJobInChainIsDispatched() — Method in class CallQueuedHandler
- Ensure the next job in the chain is dispatched if applicable.
- $
JobExceptionOccurred#exception — Property in class JobExceptionOccurred
- The exception instance.
- $
JobFailed#exception — Property in class JobFailed
- The exception that caused the job to fail.
-
FailingJob::events() — Method in class FailingJob
- Get the event dispatcher instance.
- $
Listener#environment — Property in class Listener
- The environment the workers should run under.
- $
ListenerOptions#environment — Property in class ListenerOptions
- The environment the worker should run in.
- $
Queue#encrypter — Property in class Queue
- The encrypter implementation.
-
QueueManager::exceptionOccurred() — Method in class QueueManager
- Register an event listener for the exception occurred job event.
-
QueueManager::extend() — Method in class QueueManager
- Add a queue connection resolver.
- $
Worker#events — Property in class Worker
- The event dispatcher instance.
- $
Worker#exceptions — Property in class Worker
- The exception handler instance.
-
PhpRedisConnection::exists() — Method in class PhpRedisConnection
- Determine if the given keys exist.
-
PhpRedisConnection::evalsha() — Method in class PhpRedisConnection
- Evaluate a LUA script serverside, from the SHA1 hash of the script instead of the script itself.
-
PhpRedisConnection::eval() — Method in class PhpRedisConnection
- Evaluate a script and return its result.
-
PhpRedisConnection::executeRaw() — Method in class PhpRedisConnection
- Execute a raw command.
-
PhpRedisConnector::establishConnection() — Method in class PhpRedisConnector
- Establish a connection with the Redis host.
-
DurationLimiterBuilder::every() — Method in class DurationLimiterBuilder
- Set the amount of time the lock window is maintained.
-
ControllerMiddlewareOptions::except() — Method in class ControllerMiddlewareOptions
- Set the controller methods the middleware should exclude.
-
PendingResourceRegistration::except() — Method in class PendingResourceRegistration
- Set the methods the controller should exclude.
- $
Router#events — Property in class Router
- The event dispatcher instance.
-
UrlGenerator::extractQueryString() — Method in class UrlGenerator
- Extract the query string from the given path.
- $
DatabaseSessionHandler#exists — Property in class DatabaseSessionHandler
- The existence state of the session.
-
DatabaseSessionHandler::expired() — Method in class DatabaseSessionHandler
- Determine if the session is expired.
- EncryptedStore — Class in namespace Illuminate\Session
- $
EncryptedStore#encrypter — Property in class EncryptedStore
- The encrypter instance.
- ExistenceAwareInterface — Class in namespace Illuminate\Session
-
Store::exists() — Method in class Store
- Checks if a key exists.
-
Arr::except() — Method in class Arr
- Get all of the given array except for a specified array of keys.
-
Arr::exists() — Method in class Arr
- Determine if the given key exists in the provided array.
-
Arr::explodePluckParameters() — Method in class Arr
- Explode the "value" and "key" arguments passed to "pluck".
-
Collection::each() — Method in class Collection
- Execute a callback over each item.
-
Collection::eachSpread() — Method in class Collection
- Execute a callback over each nested chunk of items.
-
Collection::every() — Method in class Collection
- Determine if all items in the collection pass the given test.
-
Collection::except() — Method in class Collection
- Get all items except for those with the specified keys.
- Event — Class in namespace Illuminate\Support\Facades
-
Manager::extend() — Method in class Manager
- Register a custom driver creator Closure.
-
ProcessUtils::escapeArgument() — Method in class ProcessUtils
- Escapes a string to be used as a shell argument.
-
ServiceProvider::ensurePublishArrayInitialized() — Method in class ServiceProvider
- Ensure the publish array for the service provider is initialized.
-
Str::endsWith() — Method in class Str
- Determine if a given string ends with a given substring.
- EventFake — Class in namespace Illuminate\Support\Testing\Fakes
- $
EventFake#eventsToFake — Property in class EventFake
- The event types that should be intercepted instead of dispatched.
- $
EventFake#events — Property in class EventFake
- All of the events that have been intercepted keyed by type.
- $
Factory#extensions — Property in class Factory
- All of the custom validator extensions.
-
Factory::extend() — Method in class Factory
- Register a custom validator extension.
-
Factory::extendImplicit() — Method in class Factory
- Register a custom implicit validator extension.
-
Factory::extendDependent() — Method in class Factory
- Register a custom dependent validator extension.
-
Rule::exists() — Method in class Rule
- Get a exists constraint builder instance.
- Exists — Class in namespace Illuminate\Validation\Rules
-
ValidationData::extractValuesForWildcards() — Method in class ValidationData
- Get all of the exact attribute values for a given wildcard attribute.
-
ValidationData::extractDataFromPath() — Method in class ValidationData
- Extract data based on the given dot-notated path.
- $
ValidationException#errorBag — Property in class ValidationException
- The name of the error bag.
-
ValidationException::errors() — Method in class ValidationException
- Get all of the validation error messages.
-
ValidationException::errorBag() — Method in class ValidationException
- Set the error bag on the exception.
-
ValidationRuleParser::explode() — Method in class ValidationRuleParser
- Parse the human-friendly rules into a full rules array for the validator.
-
ValidationRuleParser::explodeRules() — Method in class ValidationRuleParser
- Explode the rules into an array of explicit rules.
-
ValidationRuleParser::explodeExplicitRule() — Method in class ValidationRuleParser
- Explode the explicit rule into an array if necessary.
-
ValidationRuleParser::explodeWildcardRules() — Method in class ValidationRuleParser
- Define a set of rules that apply to each element in an array attribute.
- $
Validator#extensions — Property in class Validator
- All of the custom validator extensions.
-
Validator::errors() — Method in class Validator
- An alternative more semantic shortcut to the message container.
- $
BladeCompiler#extensions — Property in class BladeCompiler
- All of the registered extensions.
- $
BladeCompiler#escapedTags — Property in class BladeCompiler
- Array of opening and closing tags for escaped echos.
- $
BladeCompiler#echoFormat — Property in class BladeCompiler
- The "regular" / legacy echo string format.
-
BladeCompiler::extend() — Method in class BladeCompiler
- Register a custom Blade compiler.
-
ManagesComponents::endSlot() — Method in class ManagesComponents
- Save the slot content for rendering.
-
ManagesLayouts::extendSection() — Method in class ManagesLayouts
- Append content to a given section.
-
ManagesStacks::extendPush() — Method in class ManagesStacks
- Append content to a given push section.
-
ManagesStacks::extendPrepend() — Method in class ManagesStacks
- Prepend content to a given stack.
- Engine — Class in namespace Illuminate\View\Engines
- EngineResolver — Class in namespace Illuminate\View\Engines
-
PhpEngine::evaluatePath() — Method in class PhpEngine
- Get the evaluated contents of the view at the given path.
- $
Factory#engines — Property in class Factory
- The engine implementation.
- $
Factory#events — Property in class Factory
- The event dispatcher instance.
- $
Factory#extensions — Property in class Factory
- The extension to engine bindings.
-
Factory::exists() — Method in class Factory
- Determine if a given view exists.
- $
FileViewFinder#extensions — Property in class FileViewFinder
- Register a view extension with the finder.
- $
View#engine — Property in class View
- The engine implementation.
F
-
Gate::formatAbilityToMethod() — Method in class Gate
- Format the policy ability into a method name.
-
Gate::forUser() — Method in class Gate
- Get a gate instance for the given user.
- Failed — Class in namespace Illuminate\Auth\Events
-
SessionGuard::failedBasicResponse() — Method in class SessionGuard
- Get the response for basic authentication.
-
SessionGuard::fireAttemptEvent() — Method in class SessionGuard
- Fire the attempt event with the arguments.
-
SessionGuard::fireLoginEvent() — Method in class SessionGuard
- Fire the login event if the dispatcher is set.
-
SessionGuard::fireAuthenticatedEvent() — Method in class SessionGuard
- Fire the authenticated event if the dispatcher is set.
-
SessionGuard::fireFailedEvent() — Method in class SessionGuard
- Fire the failed authentication attempt event with the given arguments.
-
BroadcastEvent::formatProperty() — Method in class BroadcastEvent
- Format the given value for a property.
-
Broadcaster::formatChannels() — Method in class Broadcaster
- Format the channel array into an array of strings.
-
ApcStore::forever() — Method in class ApcStore
- Store an item in the cache indefinitely.
-
ApcStore::forget() — Method in class ApcStore
- Remove an item from the cache.
-
ApcStore::flush() — Method in class ApcStore
- Remove all items from the cache.
-
ApcWrapper::flush() — Method in class ApcWrapper
- Remove all items from the cache.
-
ArrayStore::forever() — Method in class ArrayStore
- Store an item in the cache indefinitely.
-
ArrayStore::forget() — Method in class ArrayStore
- Remove an item from the cache.
-
ArrayStore::flush() — Method in class ArrayStore
- Remove all items from the cache.
- $
CacheTableCommand#files — Property in class CacheTableCommand
- The filesystem instance.
- $
ClearCommand#files — Property in class ClearCommand
- The filesystem instance.
-
ClearCommand::flushFacades() — Method in class ClearCommand
- Flush the real-time facades stored in the cache directory.
- ForgetCommand — Class in namespace Illuminate\Cache\Console
-
DatabaseStore::forever() — Method in class DatabaseStore
- Store an item in the cache indefinitely.
-
DatabaseStore::forget() — Method in class DatabaseStore
- Remove an item from the cache.
-
DatabaseStore::flush() — Method in class DatabaseStore
- Remove all items from the cache.
- FileStore — Class in namespace Illuminate\Cache
- $
FileStore#files — Property in class FileStore
- The Illuminate Filesystem instance.
-
FileStore::forever() — Method in class FileStore
- Store an item in the cache indefinitely.
-
FileStore::forget() — Method in class FileStore
- Remove an item from the cache.
-
FileStore::flush() — Method in class FileStore
- Remove all items from the cache.
-
MemcachedStore::forever() — Method in class MemcachedStore
- Store an item in the cache indefinitely.
-
MemcachedStore::forget() — Method in class MemcachedStore
- Remove an item from the cache.
-
MemcachedStore::flush() — Method in class MemcachedStore
- Remove all items from the cache.
-
NullStore::forever() — Method in class NullStore
- Store an item in the cache indefinitely.
-
NullStore::forget() — Method in class NullStore
- Remove an item from the cache.
-
NullStore::flush() — Method in class NullStore
- Remove all items from the cache.
-
RedisStore::forever() — Method in class RedisStore
- Store an item in the cache indefinitely.
-
RedisStore::forget() — Method in class RedisStore
- Remove an item from the cache.
-
RedisStore::flush() — Method in class RedisStore
- Remove all items from the cache.
-
RedisTaggedCache::forever() — Method in class RedisTaggedCache
- Store an item in the cache indefinitely.
-
RedisTaggedCache::flush() — Method in class RedisTaggedCache
- Remove all items from the cache.
-
Repository::forever() — Method in class Repository
- Store an item in the cache indefinitely.
-
Repository::forget() — Method in class Repository
- Remove an item from the cache.
-
TaggedCache::flush() — Method in class TaggedCache
- Remove all items from the cache.
-
Application::formatCommandString() — Method in class Application
- Format the given command as a fully-qualified executable command.
-
Application::forgetBootstrappers() — Method in class Application
- Clear the console application bootstrappers.
- $
GeneratorCommand#files — Property in class GeneratorCommand
- The filesystem instance.
-
CacheMutex::forget() — Method in class CacheMutex
- Clear the mutex for the given event.
- $
Event#filters — Property in class Event
- The array of filter callbacks.
-
Event::filtersPass() — Method in class Event
- Determine if the filters pass for the event.
-
ManagesFrequencies::fridays() — Method in class ManagesFrequencies
- Schedule the event to run only on Fridays.
-
Mutex::forget() — Method in class Mutex
- Clear the mutex for the given event.
-
Container::factory() — Method in class Container
- Get a closure to resolve the given type from the container.
-
Container::findInContextualBindings() — Method in class Container
- Find the concrete binding for the given abstract in the contextual binding array.
-
Container::fireResolvingCallbacks() — Method in class Container
- Fire all of the resolving callbacks.
-
Container::fireAfterResolvingCallbacks() — Method in class Container
- Fire all of the after resolving callbacks.
-
Container::fireCallbackArray() — Method in class Container
- Fire an array of callbacks with an object.
-
Container::forgetExtenders() — Method in class Container
- Remove all of the extender callbacks for a given type.
-
Container::forgetInstance() — Method in class Container
- Remove a resolved instance from the instance cache.
-
Container::forgetInstances() — Method in class Container
- Clear all of the instances from the container.
-
Container::flush() — Method in class Container
- Flush the container of all bindings and resolved instances.
-
Gate::forUser() — Method in class Gate
- Get a guard instance for the given user.
- Factory — Class in namespace Illuminate\Contracts\Auth
- Factory — Class in namespace Illuminate\Contracts\Broadcasting
- Factory — Class in namespace Illuminate\Contracts\Cache
-
Repository::forever() — Method in class Repository
- Store an item in the cache indefinitely.
-
Repository::forget() — Method in class Repository
- Remove an item from the cache.
-
Store::forever() — Method in class Store
- Store an item in the cache indefinitely.
-
Store::forget() — Method in class Store
- Remove an item from the cache.
-
Store::flush() — Method in class Store
- Remove all items from the cache.
-
Container::factory() — Method in class Container
- Get a closure to resolve the given type from the container.
- Factory — Class in namespace Illuminate\Contracts\Cookie
-
Factory::forever() — Method in class Factory
- Create a cookie that lasts "forever" (five years).
-
Factory::forget() — Method in class Factory
- Expire the given cookie.
-
Dispatcher::flush() — Method in class Dispatcher
- Flush a set of pushed events.
-
Dispatcher::forget() — Method in class Dispatcher
- Remove a set of listeners from the dispatcher.
-
Dispatcher::forgetPushed() — Method in class Dispatcher
- Forget all of the queued listeners.
- Factory — Class in namespace Illuminate\Contracts\Filesystem
- FileNotFoundException — Class in namespace Illuminate\Contracts\Filesystem
- Filesystem — Class in namespace Illuminate\Contracts\Filesystem
-
Filesystem::files() — Method in class Filesystem
- Get an array of all files in a directory.
-
Mailer::failures() — Method in class Mailer
- Get the array of failed recipients.
- Factory — Class in namespace Illuminate\Contracts\Notifications
-
Paginator::fragment() — Method in class Paginator
- Get / set the URL fragment to be appended to URLs.
-
Paginator::firstItem() — Method in class Paginator
- Get the "index" of the first item being paginated.
- Factory — Class in namespace Illuminate\Contracts\Queue
-
Job::fire() — Method in class Job
- Fire the job.
-
Job::failed() — Method in class Job
- Process an exception that caused the job to fail.
-
Monitor::failing() — Method in class Monitor
- Register a callback to be executed when a job fails after the maximum amount of retries.
- Factory — Class in namespace Illuminate\Contracts\Redis
-
Session::forget() — Method in class Session
- Remove one or many items from the session.
-
Session::flush() — Method in class Session
- Remove all of the items from the session.
-
MessageBag::first() — Method in class MessageBag
- Get the first message from the bag for a given key.
- Factory — Class in namespace Illuminate\Contracts\Validation
-
Validator::fails() — Method in class Validator
- Determine if the data fails the validation rules.
-
Validator::failed() — Method in class Validator
- Get the failed validation rules.
- Factory — Class in namespace Illuminate\Contracts\View
-
Factory::file() — Method in class Factory
- Get the evaluated view contents for the given path.
-
CookieJar::forever() — Method in class CookieJar
- Create a cookie that lasts "forever" (five years).
-
CookieJar::forget() — Method in class CookieJar
- Expire the given cookie.
-
BuildsQueries::first() — Method in class BuildsQueries
- Execute the query and get the first result.
- $
Connection#fetchMode — Property in class Connection
- The default fetch mode of the connection.
-
Connection::fireConnectionEvent() — Method in class Connection
- Fire an event for this connection.
-
Connection::flushQueryLog() — Method in class Connection
- Clear the query log.
-
PostgresConnector::formatSchema() — Method in class PostgresConnector
- Format the schema for the DSN.
- FactoryMakeCommand — Class in namespace Illuminate\Database\Console\Factories
- FreshCommand — Class in namespace Illuminate\Database\Console\Migrations
- $
DatabaseManager#factory — Property in class DatabaseManager
- The database connection factory instance.
-
Builder::fromQuery() — Method in class Builder
- Create a collection of models from a raw query.
-
Builder::find() — Method in class Builder
- Find a model by its primary key.
-
Builder::findMany() — Method in class Builder
- Find multiple models by their primary keys.
-
Builder::findOrFail() — Method in class Builder
- Find a model by its primary key or throw an exception.
-
Builder::findOrNew() — Method in class Builder
- Find a model by its primary key or return fresh model instance.
-
Builder::firstOrNew() — Method in class Builder
- Get the first record matching the attributes or instantiate it.
-
Builder::firstOrCreate() — Method in class Builder
- Get the first record matching the attributes or create it.
-
Builder::firstOrFail() — Method in class Builder
- Execute the query and get the first result or throw an exception.
-
Builder::firstOr() — Method in class Builder
- Execute the query and get the first result or call a callback.
-
Builder::forceCreate() — Method in class Builder
- Save a new model and return the instance. Allow mass-assignment.
-
Builder::forceDelete() — Method in class Builder
- Run the default delete function on the builder.
-
Collection::find() — Method in class Collection
- Find a model in the collection by key.
-
Collection::fresh() — Method in class Collection
- Reload a fresh model instance from the database for all the entities.
-
Collection::flatten() — Method in class Collection
- Get a flattened array of the items in the collection.
-
Collection::flip() — Method in class Collection
- Flip the items in the collection.
- $
GuardsAttributes#fillable — Property in class GuardsAttributes
- The attributes that are mass assignable.
-
GuardsAttributes::fillable() — Method in class GuardsAttributes
- Set the fillable attributes for the model.
-
GuardsAttributes::fillableFromArray() — Method in class GuardsAttributes
- Get the fillable attributes of a given array.
-
HasAttributes::fillJsonAttribute() — Method in class HasAttributes
- Set a given JSON attribute on the model.
-
HasAttributes::fromJson() — Method in class HasAttributes
- Decode the given JSON back into an array or object.
-
HasAttributes::fromDateTime() — Method in class HasAttributes
- Convert a DateTime to a storable string.
-
HasEvents::fireModelEvent() — Method in class HasEvents
- Fire the given event for the model.
-
HasEvents::fireCustomModelEvent() — Method in class HasEvents
- Fire a custom model event for the given event.
-
HasEvents::filterModelEventResults() — Method in class HasEvents
- Filter the model event results.
-
HasEvents::flushEventListeners() — Method in class HasEvents
- Remove all of the event listeners for the model.
-
HasTimestamps::freshTimestamp() — Method in class HasTimestamps
- Get a fresh timestamp for the model.
-
HasTimestamps::freshTimestampString() — Method in class HasTimestamps
- Get a fresh timestamp for the model.
- Factory — Class in namespace Illuminate\Database\Eloquent
- $
Factory#faker — Property in class Factory
- The Faker instance for the builder.
- FactoryBuilder — Class in namespace Illuminate\Database\Eloquent
- $
FactoryBuilder#faker — Property in class FactoryBuilder
- The Faker instance for the builder.
-
JsonEncodingException::forModel() — Method in class JsonEncodingException
- Create a new JSON encoding exception for the model.
-
JsonEncodingException::forAttribute() — Method in class JsonEncodingException
- Create a new JSON encoding exception for an attribute.
-
Model::fill() — Method in class Model
- Fill the model with an array of attributes.
-
Model::forceFill() — Method in class Model
- Fill the model with an array of attributes. Force mass assignment.
-
Model::finishSave() — Method in class Model
- Perform any actions that are necessary after the model is saved.
-
Model::forceDelete() — Method in class Model
- Force a hard delete on a soft deleted model.
-
Model::fresh() — Method in class Model
- Reload a fresh model instance from the database.
- $
BelongsTo#foreignKey — Property in class BelongsTo
- The foreign key of the parent model.
- $
BelongsToMany#foreignPivotKey — Property in class BelongsToMany
- The foreign key of the parent model.
-
BelongsToMany::findOrNew() — Method in class BelongsToMany
- Find a related model by its primary key or return new instance of the related model.
-
BelongsToMany::firstOrNew() — Method in class BelongsToMany
- Get the first related model record matching the attributes or instantiate it.
-
BelongsToMany::firstOrCreate() — Method in class BelongsToMany
- Get the first related record matching the attributes or create it.
-
BelongsToMany::find() — Method in class BelongsToMany
- Find a related model by its primary key.
-
BelongsToMany::findMany() — Method in class BelongsToMany
- Find multiple related models by their primary keys.
-
BelongsToMany::findOrFail() — Method in class BelongsToMany
- Find a related model by its primary key or throw an exception.
-
BelongsToMany::first() — Method in class BelongsToMany
- Execute the query and get the first result.
-
BelongsToMany::firstOrFail() — Method in class BelongsToMany
- Execute the query and get the first result or throw an exception.
-
InteractsWithPivotTable::formatRecordsList() — Method in class InteractsWithPivotTable
- Format the sync / toggle record list so that it is keyed by ID.
-
InteractsWithPivotTable::formatAttachRecords() — Method in class InteractsWithPivotTable
- Create an array of records to insert into the pivot table.
-
InteractsWithPivotTable::formatAttachRecord() — Method in class InteractsWithPivotTable
- Create a full attachment record payload.
- $
HasManyThrough#farParent — Property in class HasManyThrough
- The far parent model instance.
- $
HasManyThrough#firstKey — Property in class HasManyThrough
- The near key on the relationship.
-
HasManyThrough::firstOrNew() — Method in class HasManyThrough
- Get the first related model record matching the attributes or instantiate it.
-
HasManyThrough::first() — Method in class HasManyThrough
- Execute the query and get the first related model.
-
HasManyThrough::firstOrFail() — Method in class HasManyThrough
- Execute the query and get the first result or throw an exception.
-
HasManyThrough::find() — Method in class HasManyThrough
- Find a related model by its primary key.
-
HasManyThrough::findMany() — Method in class HasManyThrough
- Find multiple related models by their primary keys.
-
HasManyThrough::findOrFail() — Method in class HasManyThrough
- Find a related model by its primary key or throw an exception.
- $
HasOneOrMany#foreignKey — Property in class HasOneOrMany
- The foreign key of the parent model.
-
HasOneOrMany::findOrNew() — Method in class HasOneOrMany
- Find a model by its primary key or return new instance of the related model.
-
HasOneOrMany::firstOrNew() — Method in class HasOneOrMany
- Get the first related model record matching the attributes or instantiate it.
-
HasOneOrMany::firstOrCreate() — Method in class HasOneOrMany
- Get the first related record matching the attributes or create it.
- $
Pivot#foreignKey — Property in class Pivot
- The name of the foreign key column.
-
Pivot::fromAttributes() — Method in class Pivot
- Create a new pivot model instance.
-
Pivot::fromRawAttributes() — Method in class Pivot
- Create a new pivot model from raw values returned from a query.
- $
SoftDeletes#forceDeleting — Property in class SoftDeletes
- Indicates if the model is currently force deleting.
-
SoftDeletes::forceDelete() — Method in class SoftDeletes
- Force a hard delete on a soft deleted model.
- $
MigrationCreator#files — Property in class MigrationCreator
- The filesystem instance.
-
MigrationCreator::firePostCreateHooks() — Method in class MigrationCreator
- Fire the registered post create hooks.
- $
Migrator#files — Property in class Migrator
- The filesystem instance.
-
QueryException::formatMessage() — Method in class QueryException
- Format the SQL error message.
- $
Builder#from — Property in class Builder
- The table which the query is targeting.
-
Builder::from() — Method in class Builder
- Set the table which the query is targeting.
-
Builder::forNestedWhere() — Method in class Builder
- Create a new query instance for nested where condition.
-
Builder::forPage() — Method in class Builder
- Set the limit and offset for a given page.
-
Builder::forPageAfterId() — Method in class Builder
- Constrain the query to the next "page" of results after a given ID.
-
Builder::find() — Method in class Builder
- Execute a query for a single record by ID.
-
Builder::forSubQuery() — Method in class Builder
- Create a new query instance for a sub-query.
-
JoinClause::forSubQuery() — Method in class JoinClause
- Create a new query instance for sub-query.
-
Blueprint::foreign() — Method in class Blueprint
- Specify a foreign key for the table.
-
Blueprint::float() — Method in class Blueprint
- Create a new float column on the table.
-
CallQueuedListener::failed() — Method in class CallQueuedListener
- Call the failed method on the job instance.
-
Dispatcher::flush() — Method in class Dispatcher
- Flush a set of pushed events.
-
Dispatcher::fire() — Method in class Dispatcher
- Fire an event and call the listeners.
-
Dispatcher::forget() — Method in class Dispatcher
- Remove a set of listeners from the dispatcher.
-
Dispatcher::forgetPushed() — Method in class Dispatcher
- Forget all of the pushed listeners.
- Filesystem — Class in namespace Illuminate\Filesystem
-
Filesystem::files() — Method in class Filesystem
- Get an array of all files in a directory.
- FilesystemAdapter — Class in namespace Illuminate\Filesystem
-
FilesystemAdapter::files() — Method in class FilesystemAdapter
- Get an array of all files in a directory.
-
FilesystemAdapter::flushCache() — Method in class FilesystemAdapter
- Flush the Flysystem cache.
-
FilesystemAdapter::filterContentsByType() — Method in class FilesystemAdapter
- Filter directory contents by type.
- FilesystemManager — Class in namespace Illuminate\Filesystem
-
FilesystemManager::formatS3Config() — Method in class FilesystemManager
- Format the given S3 configuration with the default options.
- FilesystemServiceProvider — Class in namespace Illuminate\Filesystem
- $
AliasLoader#facadeNamespace — Property in class AliasLoader
- The namespace for all real-time facades.
-
AliasLoader::formatFacadeStub() — Method in class AliasLoader
- Format the facade stub with the proper namespace and class.
-
Application::fireAppCallbacks() — Method in class Application
- Call the booting callbacks for the application.
-
Application::flush() — Method in class Application
- Flush the container of all bindings and resolved instances.
-
ThrottlesLogins::fireLockoutEvent() — Method in class ThrottlesLogins
- Fire an event when a lockout occurs.
-
HandleExceptions::fatalExceptionFromError() — Method in class HandleExceptions
- Create a new fatal exception instance from an error array.
- $
AppNameCommand#files — Property in class AppNameCommand
- The filesystem instance.
- $
ConfigCacheCommand#files — Property in class ConfigCacheCommand
- The filesystem instance.
- $
ConfigClearCommand#files — Property in class ConfigClearCommand
- The filesystem instance.
- $
RouteCacheCommand#files — Property in class RouteCacheCommand
- The filesystem instance.
- $
RouteClearCommand#files — Property in class RouteClearCommand
- The filesystem instance.
-
RouteListCommand::filterRoute() — Method in class RouteListCommand
- Filter the route by URI and / or name.
- $
VendorPublishCommand#files — Property in class VendorPublishCommand
- The filesystem instance.
- $
ViewClearCommand#files — Property in class ViewClearCommand
- The filesystem instance.
- FormRequest — Class in namespace Illuminate\Foundation\Http
-
FormRequest::failedValidation() — Method in class FormRequest
- Handle a failed validation attempt.
-
FormRequest::failedAuthorization() — Method in class FormRequest
- Handle a failed authorization attempt.
- $
PackageManifest#files — Property in class PackageManifest
- The filesystem instance.
-
PackageManifest::format() — Method in class PackageManifest
- Format the given package name.
- $
ProviderRepository#files — Property in class ProviderRepository
- The filesystem instance.
-
ProviderRepository::freshManifest() — Method in class ProviderRepository
- Create a fresh service manifest data structure.
- FormRequestServiceProvider — Class in namespace Illuminate\Foundation\Providers
- FoundationServiceProvider — Class in namespace Illuminate\Foundation\Providers
-
InteractsWithSession::flushSession() — Method in class InteractsWithSession
- Flush all of the current session data.
- $
MakesHttpRequests#followRedirects — Property in class MakesHttpRequests
- Indicates whether redirects should be followed.
-
MakesHttpRequests::flushHeaders() — Method in class MakesHttpRequests
- Flush all the configured headers.
- $
MocksApplicationServices#firedEvents — Property in class MocksApplicationServices
- All of the fired events.
- $
MocksApplicationServices#firedModelEvents — Property in class MocksApplicationServices
- All of the fired model events.
-
HasInDatabase::failureDescription() — Method in class HasInDatabase
- Get the description of the failure.
-
SoftDeletedInDatabase::failureDescription() — Method in class SoftDeletedInDatabase
- Get the description of the failure.
-
TestResponse::fromBaseResponse() — Method in class TestResponse
- Create a new TestResponse from another response.
- $
WithFaker#faker — Property in class WithFaker
- The Faker instance.
-
WithFaker::faker() — Method in class WithFaker
- Get the default Faker instance for a given locale.
-
InteractsWithContentTypes::format() — Method in class InteractsWithContentTypes
- Get the data format expected in the response.
-
InteractsWithFlashData::flash() — Method in class InteractsWithFlashData
- Flash the input for the current request to the session.
-
InteractsWithFlashData::flashOnly() — Method in class InteractsWithFlashData
- Flash only some of the input to the session.
-
InteractsWithFlashData::flashExcept() — Method in class InteractsWithFlashData
- Flash only some of the input to the session.
-
InteractsWithFlashData::flush() — Method in class InteractsWithFlashData
- Flush all of the old input from the session.
-
InteractsWithInput::filled() — Method in class InteractsWithInput
- Determine if the request contains a non-empty value for an input item.
-
InteractsWithInput::file() — Method in class InteractsWithInput
- Retrieve a file from the request.
- File — Class in namespace Illuminate\Http
- FileHelpers — Class in namespace Illuminate\Http
- FrameGuard — Class in namespace Illuminate\Http\Middleware
-
Request::fullUrl() — Method in class Request
- Get the full URL for the request.
-
Request::fullUrlWithQuery() — Method in class Request
- Get the full URL for the request with the added query string parameters.
-
Request::fullUrlIs() — Method in class Request
- Determine if the current request URL and query string matches a pattern.
-
Request::filterFiles() — Method in class Request
- Filter the given array of files, removing any empty values.
-
Request::fingerprint() — Method in class Request
- Get a unique fingerprint for the request / route / IP address.
-
ConditionallyLoadsAttributes::filter() — Method in class ConditionallyLoadsAttributes
- Filter the given data, removing any optional values.
- File — Class in namespace Illuminate\Http\Testing
- FileFactory — Class in namespace Illuminate\Http\Testing
-
MimeType::from() — Method in class MimeType
- Get the MIME type for a file based on the file's extension.
-
UploadedFile::fake() — Method in class UploadedFile
- Begin creating a new file fake.
-
Writer::fireLogEvent() — Method in class Writer
- Fires a log event.
-
Writer::formatMessage() — Method in class Writer
- Format the parameters for the logger.
- $
Mailable#from — Property in class Mailable
- The person the message is from.
-
Mailable::from() — Method in class Mailable
- Set the sender of the message.
- $
Mailer#from — Property in class Mailer
- The global from address and name.
- $
Mailer#failedRecipients — Property in class Mailer
- Array of failed recipients.
-
Mailer::forceReconnection() — Method in class Mailer
- Force the transport to re-connect.
-
Mailer::failures() — Method in class Mailer
- Get the array of failed recipients.
-
Message::from() — Method in class Message
- Add a "from" address to the message.
-
PendingMail::fill() — Method in class PendingMail
- Populate the mailable with the addresses.
-
SendQueuedMailable::failed() — Method in class SendQueuedMailable
- Call the failed method on the mailable instance.
-
ArrayTransport::flush() — Method in class ArrayTransport
- Clear all of the messages from the local collection.
- $
NexmoSmsChannel#from — Property in class NexmoSmsChannel
- The phone number notifications should be sent from.
-
SlackWebhookChannel::fields() — Method in class SlackWebhookChannel
- Format the attachment's fields.
- $
NotificationTableCommand#files — Property in class NotificationTableCommand
- The filesystem instance.
- $
MailMessage#from — Property in class MailMessage
- The "from" information for the message.
-
MailMessage::from() — Method in class MailMessage
- Set the from address for the mail message.
- $
NexmoMessage#from — Property in class NexmoMessage
- The phone number the message should be sent from.
-
NexmoMessage::from() — Method in class NexmoMessage
- Set the phone number the message should be sent from.
-
SimpleMessage::formatLine() — Method in class SimpleMessage
- Format the given line of text.
- $
SlackAttachment#fallback — Property in class SlackAttachment
- A plain-text summary of the attachment.
- $
SlackAttachment#fields — Property in class SlackAttachment
- The attachment's fields.
- $
SlackAttachment#footer — Property in class SlackAttachment
- The attachment's footer.
- $
SlackAttachment#footerIcon — Property in class SlackAttachment
- The attachment's footer icon.
-
SlackAttachment::fallback() — Method in class SlackAttachment
- A plain-text summary of the attachment.
-
SlackAttachment::field() — Method in class SlackAttachment
- Add a field to the attachment.
-
SlackAttachment::fields() — Method in class SlackAttachment
- Set the fields of the attachment.
-
SlackAttachment::footer() — Method in class SlackAttachment
- Set the footer content.
-
SlackAttachment::footerIcon() — Method in class SlackAttachment
- Set the footer icon.
-
SlackMessage::from() — Method in class SlackMessage
- Set a custom username and optional emoji icon for the Slack message.
-
NotificationSender::formatNotifiables() — Method in class NotificationSender
- Format the notifiables into a Collection / array if necessary.
-
SendQueuedNotifications::failed() — Method in class SendQueuedNotifications
- Call the failed method on the notification instance.
- $
AbstractPaginator#fragment — Property in class AbstractPaginator
- The URL fragment to add to all URLs.
-
AbstractPaginator::fragment() — Method in class AbstractPaginator
- Get / set the URL fragment to be appended to URLs.
-
AbstractPaginator::firstItem() — Method in class AbstractPaginator
- Get the number of the first item in the slice.
-
CallQueuedHandler::failed() — Method in class CallQueuedHandler
- Call the failed method on the job instance.
- FailedTableCommand — Class in namespace Illuminate\Queue\Console
- $
FailedTableCommand#files — Property in class FailedTableCommand
- The filesystem instance.
- FlushFailedCommand — Class in namespace Illuminate\Queue\Console
- ForgetFailedCommand — Class in namespace Illuminate\Queue\Console
- $
TableCommand#files — Property in class TableCommand
- The filesystem instance.
-
DatabaseFailedJobProvider::find() — Method in class DatabaseFailedJobProvider
- Get a single failed job.
-
DatabaseFailedJobProvider::forget() — Method in class DatabaseFailedJobProvider
- Delete a single failed job from storage.
-
DatabaseFailedJobProvider::flush() — Method in class DatabaseFailedJobProvider
- Flush all of the failed jobs from storage.
- FailedJobProviderInterface — Class in namespace Illuminate\Queue\Failed
-
FailedJobProviderInterface::find() — Method in class FailedJobProviderInterface
- Get a single failed job.
-
FailedJobProviderInterface::forget() — Method in class FailedJobProviderInterface
- Delete a single failed job from storage.
-
FailedJobProviderInterface::flush() — Method in class FailedJobProviderInterface
- Flush all of the failed jobs from storage.
-
NullFailedJobProvider::find() — Method in class NullFailedJobProvider
- Get a single failed job.
-
NullFailedJobProvider::forget() — Method in class NullFailedJobProvider
- Delete a single failed job from storage.
-
NullFailedJobProvider::flush() — Method in class NullFailedJobProvider
- Flush all of the failed jobs from storage.
- FailingJob — Class in namespace Illuminate\Queue
-
InteractsWithQueue::fail() — Method in class InteractsWithQueue
- Fail the job from the queue.
- $
Job#failed — Property in class Job
- Indicates if the job has failed.
-
Job::fire() — Method in class Job
- Fire the job.
-
Job::failed() — Method in class Job
- Process an exception that caused the job to fail.
-
Listener::formatCommand() — Method in class Listener
- Format the given command with the listener options.
-
QueueManager::failing() — Method in class QueueManager
- Register an event listener for the failed job event.
-
Worker::failJob() — Method in class Worker
- Mark the given job as failed and raise the relevant event.
- $
WorkerOptions#force — Property in class WorkerOptions
- Indicates if the worker should run in maintenance mode.
-
Connection::funnel() — Method in class Connection
- Funnel a callback for a maximum number of simultaneous executions.