Code Documentation
Demo Projects
>
framework
>
master
master
laravel/framework
Get started
View on GitHub
Download master branch as Markdown
General
README
Tech Stack
.
app.php
auth.php
broadcasting.php
cache.php
composer.json
cors.php
database.php
filesystems.php
hashing.php
logging.php
mail.php
queue.php
services.php
session.php
view.php
src/Illuminate/Auth
AuthManager.php
AuthServiceProvider.php
Authenticatable.php
AuthenticationException.php
CreatesUserProviders.php
DatabaseUserProvider.php
EloquentUserProvider.php
GenericUser.php
GuardHelpers.php
MustVerifyEmail.php
Recaller.php
RequestGuard.php
SessionGuard.php
TokenGuard.php
composer.json
src/Illuminate/Auth/Access
AuthorizationException.php
Gate.php
HandlesAuthorization.php
Response.php
src/Illuminate/Auth/Access/Events
GateEvaluated.php
src/Illuminate/Auth/Console
ClearResetsCommand.php
src/Illuminate/Auth/Console/stubs/make/views/layouts
app.stub
src/Illuminate/Auth/Events
Attempting.php
Authenticated.php
CurrentDeviceLogout.php
Failed.php
Lockout.php
Login.php
Logout.php
OtherDeviceLogout.php
PasswordReset.php
Registered.php
Validated.php
Verified.php
src/Illuminate/Auth/Listeners
SendEmailVerificationNotification.php
src/Illuminate/Auth/Middleware
Authenticate.php
AuthenticateWithBasicAuth.php
Authorize.php
EnsureEmailIsVerified.php
RedirectIfAuthenticated.php
RequirePassword.php
src/Illuminate/Auth/Notifications
ResetPassword.php
VerifyEmail.php
src/Illuminate/Auth/Passwords
CanResetPassword.php
DatabaseTokenRepository.php
PasswordBroker.php
PasswordBrokerManager.php
PasswordResetServiceProvider.php
TokenRepositoryInterface.php
src/Illuminate/Broadcasting
BroadcastController.php
BroadcastEvent.php
BroadcastException.php
BroadcastManager.php
BroadcastServiceProvider.php
Channel.php
EncryptedPrivateChannel.php
InteractsWithBroadcasting.php
InteractsWithSockets.php
PendingBroadcast.php
PresenceChannel.php
PrivateChannel.php
UniqueBroadcastEvent.php
composer.json
src/Illuminate/Broadcasting/Broadcasters
AblyBroadcaster.php
Broadcaster.php
LogBroadcaster.php
NullBroadcaster.php
PusherBroadcaster.php
RedisBroadcaster.php
UsePusherChannelConventions.php
src/Illuminate/Bus
Batch.php
BatchFactory.php
BatchRepository.php
Batchable.php
BusServiceProvider.php
ChainedBatch.php
DatabaseBatchRepository.php
Dispatcher.php
DynamoBatchRepository.php
PendingBatch.php
PrunableBatchRepository.php
Queueable.php
UniqueLock.php
UpdatedBatchJobCounts.php
composer.json
src/Illuminate/Bus/Events
BatchDispatched.php
src/Illuminate/Cache
ApcStore.php
ApcWrapper.php
ArrayLock.php
ArrayStore.php
CacheLock.php
CacheManager.php
CacheServiceProvider.php
DatabaseLock.php
DatabaseStore.php
DynamoDbLock.php
DynamoDbStore.php
FileLock.php
FileStore.php
HasCacheLock.php
Lock.php
LuaScripts.php
MemcachedConnector.php
MemcachedLock.php
MemcachedStore.php
NoLock.php
NullStore.php
PhpRedisLock.php
RateLimiter.php
RedisLock.php
RedisStore.php
RedisTagSet.php
RedisTaggedCache.php
Repository.php
RetrievesMultipleKeys.php
TagSet.php
TaggableStore.php
TaggedCache.php
composer.json
src/Illuminate/Cache/Console
CacheTableCommand.php
ClearCommand.php
ForgetCommand.php
PruneStaleTagsCommand.php
src/Illuminate/Cache/Events
CacheEvent.php
CacheHit.php
CacheMissed.php
KeyForgotten.php
KeyWritten.php
src/Illuminate/Cache/Console/stubs
cache.stub
src/Illuminate/Cache/RateLimiting
GlobalLimit.php
Limit.php
Unlimited.php
src/Illuminate/Collections
Arr.php
Collection.php
Enumerable.php
HigherOrderCollectionProxy.php
ItemNotFoundException.php
LazyCollection.php
MultipleItemsFoundException.php
composer.json
helpers.php
src/Illuminate/Collections/Traits
EnumeratesValues.php
src/Illuminate/Conditionable
HigherOrderWhenProxy.php
composer.json
src/Illuminate/Conditionable/Traits
Conditionable.php
src/Illuminate/Config
Repository.php
composer.json
src/Illuminate/Console
Application.php
BufferedConsoleOutput.php
CacheCommandMutex.php
Command.php
CommandMutex.php
ConfirmableTrait.php
ContainerCommandLoader.php
GeneratorCommand.php
MigrationGeneratorCommand.php
OutputStyle.php
Parser.php
PromptValidationException.php
QuestionHelper.php
Signals.php
composer.json
src/Illuminate/Console/Concerns
CallsCommands.php
ConfiguresPrompts.php
CreatesMatchingTest.php
HasParameters.php
InteractsWithIO.php
InteractsWithSignals.php
PromptsForMissingInput.php
src/Illuminate/Console/Contracts
NewLineAware.php
src/Illuminate/Console/Events
ArtisanStarting.php
CommandFinished.php
CommandStarting.php
ScheduledBackgroundTaskFinished.php
ScheduledTaskFailed.php
ScheduledTaskFinished.php
ScheduledTaskSkipped.php
ScheduledTaskStarting.php
src/Illuminate/Console/Scheduling
CacheAware.php
CacheEventMutex.php
CacheSchedulingMutex.php
CallbackEvent.php
CommandBuilder.php
Event.php
EventMutex.php
ManagesFrequencies.php
Schedule.php
ScheduleClearCacheCommand.php
ScheduleFinishCommand.php
ScheduleInterruptCommand.php
ScheduleListCommand.php
ScheduleRunCommand.php
ScheduleTestCommand.php
ScheduleWorkCommand.php
SchedulingMutex.php
src/Illuminate/Console/View/Components
Alert.php
Ask.php
AskWithCompletion.php
BulletList.php
Choice.php
Component.php
Confirm.php
Error.php
Factory.php
Info.php
Line.php
Secret.php
Task.php
TwoColumnDetail.php
Warn.php
src/Illuminate/Console/View/Components/Mutators
EnsureDynamicContentIsHighlighted.php
EnsureNoPunctuation.php
EnsurePunctuation.php
EnsureRelativePaths.php
src/Illuminate/Console/resources/views/components
alert.php
bullet-list.php
line.php
two-column-detail.php
src/Illuminate/Container
BoundMethod.php
Container.php
ContextualBindingBuilder.php
EntryNotFoundException.php
RewindableGenerator.php
Util.php
composer.json
src/Illuminate/Contracts
composer.json
src/Illuminate/Contracts/Auth
Authenticatable.php
CanResetPassword.php
Factory.php
Guard.php
MustVerifyEmail.php
PasswordBroker.php
PasswordBrokerFactory.php
StatefulGuard.php
SupportsBasicAuth.php
UserProvider.php
src/Illuminate/Contracts/Auth/Access
Authorizable.php
Gate.php
src/Illuminate/Contracts/Auth/Middleware
AuthenticatesRequests.php
src/Illuminate/Contracts/Broadcasting
Broadcaster.php
Factory.php
HasBroadcastChannel.php
ShouldBeUnique.php
ShouldBroadcast.php
ShouldBroadcastNow.php
src/Illuminate/Contracts/Bus
Dispatcher.php
QueueingDispatcher.php
src/Illuminate/Contracts/Cache
Factory.php
Lock.php
LockProvider.php
LockTimeoutException.php
Repository.php
Store.php
src/Illuminate/Contracts/Config
Repository.php
src/Illuminate/Contracts/Console
Application.php
Isolatable.php
Kernel.php
PromptsForMissingInput.php
src/Illuminate/Contracts/Container
BindingResolutionException.php
CircularDependencyException.php
Container.php
ContextualBindingBuilder.php
src/Illuminate/Contracts/Cookie
Factory.php
QueueingFactory.php
src/Illuminate/Contracts/Database
ModelIdentifier.php
src/Illuminate/Contracts/Database/Eloquent
Builder.php
Castable.php
CastsAttributes.php
CastsInboundAttributes.php
DeviatesCastableAttributes.php
SerializesCastableAttributes.php
SupportsPartialRelations.php
src/Illuminate/Contracts/Database/Events
MigrationEvent.php
src/Illuminate/Contracts/Database/Query
Builder.php
ConditionExpression.php
Expression.php
src/Illuminate/Contracts/Debug
ExceptionHandler.php
src/Illuminate/Contracts/Encryption
DecryptException.php
EncryptException.php
Encrypter.php
StringEncrypter.php
src/Illuminate/Contracts/Events
Dispatcher.php
ShouldDispatchAfterCommit.php
ShouldHandleEventsAfterCommit.php
src/Illuminate/Contracts/Filesystem
Cloud.php
Factory.php
FileNotFoundException.php
Filesystem.php
LockTimeoutException.php
src/Illuminate/Contracts/Foundation
Application.php
CachesConfiguration.php
CachesRoutes.php
ExceptionRenderer.php
MaintenanceMode.php
src/Illuminate/Contracts/Hashing
Hasher.php
src/Illuminate/Contracts/Http
Kernel.php
src/Illuminate/Contracts/Mail
Attachable.php
Factory.php
MailQueue.php
Mailable.php
Mailer.php
src/Illuminate/Contracts/Notifications
Dispatcher.php
Factory.php
src/Illuminate/Contracts/Pagination
CursorPaginator.php
LengthAwarePaginator.php
Paginator.php
src/Illuminate/Contracts/Pipeline
Hub.php
Pipeline.php
src/Illuminate/Contracts/Process
InvokedProcess.php
ProcessResult.php
src/Illuminate/Contracts/Queue
ClearableQueue.php
EntityNotFoundException.php
EntityResolver.php
Factory.php
Job.php
Monitor.php
Queue.php
QueueableCollection.php
QueueableEntity.php
ShouldBeEncrypted.php
ShouldBeUnique.php
ShouldBeUniqueUntilProcessing.php
ShouldQueue.php
ShouldQueueAfterCommit.php
src/Illuminate/Contracts/Redis
Connection.php
Connector.php
Factory.php
LimiterTimeoutException.php
src/Illuminate/Contracts/Routing
BindingRegistrar.php
Registrar.php
ResponseFactory.php
UrlGenerator.php
UrlRoutable.php
src/Illuminate/Contracts/Session
Session.php
src/Illuminate/Contracts/Session/Middleware
AuthenticatesSessions.php
src/Illuminate/Contracts/Support
Arrayable.php
CanBeEscapedWhenCastToString.php
DeferrableProvider.php
DeferringDisplayableValue.php
Htmlable.php
Jsonable.php
MessageBag.php
MessageProvider.php
Renderable.php
Responsable.php
ValidatedData.php
src/Illuminate/Contracts/Translation
HasLocalePreference.php
Loader.php
Translator.php
src/Illuminate/Contracts/Validation
DataAwareRule.php
Factory.php
ImplicitRule.php
InvokableRule.php
Rule.php
UncompromisedVerifier.php
ValidatesWhenResolved.php
ValidationRule.php
Validator.php
ValidatorAwareRule.php
src/Illuminate/Contracts/View
Engine.php
Factory.php
View.php
ViewCompilationException.php
src/Illuminate/Cookie
CookieJar.php
CookieServiceProvider.php
CookieValuePrefix.php
composer.json
src/Illuminate/Cookie/Middleware
AddQueuedCookiesToResponse.php
EncryptCookies.php
src/Illuminate/Database
ClassMorphViolationException.php
ConfigurationUrlParser.php
Connection.php
ConnectionInterface.php
ConnectionResolver.php
ConnectionResolverInterface.php
DatabaseManager.php
DatabaseServiceProvider.php
DatabaseTransactionRecord.php
DatabaseTransactionsManager.php
DeadlockException.php
DetectsConcurrencyErrors.php
DetectsLostConnections.php
Grammar.php
LazyLoadingViolationException.php
LostConnectionException.php
MigrationServiceProvider.php
MultipleColumnsSelectedException.php
MultipleRecordsFoundException.php
MySqlConnection.php
PostgresConnection.php
QueryException.php
RecordsNotFoundException.php
SQLiteConnection.php
SQLiteDatabaseDoesNotExistException.php
Seeder.php
SqlServerConnection.php
UniqueConstraintViolationException.php
composer.json
src/Illuminate/Database/Capsule
Manager.php
src/Illuminate/Database/Concerns
BuildsQueries.php
CompilesJsonPaths.php
ExplainsQueries.php
ManagesTransactions.php
ParsesSearchPath.php
src/Illuminate/Database/Connectors
ConnectionFactory.php
Connector.php
ConnectorInterface.php
MySqlConnector.php
PostgresConnector.php
SQLiteConnector.php
SqlServerConnector.php
src/Illuminate/Database/Console
DatabaseInspectionCommand.php
DbCommand.php
DumpCommand.php
MonitorCommand.php
PruneCommand.php
ShowCommand.php
ShowModelCommand.php
TableCommand.php
WipeCommand.php
src/Illuminate/Database/Console/Factories
FactoryMakeCommand.php
src/Illuminate/Database/Console/Migrations
BaseCommand.php
FreshCommand.php
InstallCommand.php
MigrateCommand.php
MigrateMakeCommand.php
RefreshCommand.php
ResetCommand.php
RollbackCommand.php
StatusCommand.php
TableGuesser.php
src/Illuminate/Database/Console/Factories/stubs
factory.stub
src/Illuminate/Database/Console/Seeds
SeedCommand.php
SeederMakeCommand.php
WithoutModelEvents.php
src/Illuminate/Database/DBAL
TimestampType.php
src/Illuminate/Database/Eloquent
BroadcastableModelEventOccurred.php
BroadcastsEvents.php
BroadcastsEventsAfterCommit.php
Builder.php
Collection.php
HigherOrderBuilderProxy.php
InvalidCastException.php
JsonEncodingException.php
MassAssignmentException.php
MassPrunable.php
MissingAttributeException.php
Model.php
ModelNotFoundException.php
PendingHasThroughRelationship.php
Prunable.php
QueueEntityResolver.php
RelationNotFoundException.php
Scope.php
SoftDeletes.php
SoftDeletingScope.php
src/Illuminate/Database/Eloquent/Casts
ArrayObject.php
AsArrayObject.php
AsCollection.php
AsEncryptedArrayObject.php
AsEncryptedCollection.php
AsEnumArrayObject.php
AsEnumCollection.php
AsStringable.php
Attribute.php
Json.php
src/Illuminate/Database/Eloquent/Concerns
GuardsAttributes.php
HasAttributes.php
HasEvents.php
HasGlobalScopes.php
HasRelationships.php
HasTimestamps.php
HasUlids.php
HasUniqueIds.php
HasUuids.php
HidesAttributes.php
QueriesRelationships.php
src/Illuminate/Database/Eloquent/Factories
BelongsToManyRelationship.php
BelongsToRelationship.php
CrossJoinSequence.php
Factory.php
HasFactory.php
Relationship.php
Sequence.php
src/Illuminate/Database/Eloquent/Relations
BelongsTo.php
BelongsToMany.php
HasMany.php
HasManyThrough.php
HasOne.php
HasOneOrMany.php
HasOneThrough.php
MorphMany.php
MorphOne.php
MorphOneOrMany.php
MorphPivot.php
MorphTo.php
MorphToMany.php
Pivot.php
Relation.php
src/Illuminate/Database/Eloquent/Relations/Concerns
AsPivot.php
CanBeOneOfMany.php
ComparesRelatedModels.php
InteractsWithDictionary.php
InteractsWithPivotTable.php
SupportsDefaultModels.php
src/Illuminate/Database/Events
ConnectionEstablished.php
ConnectionEvent.php
DatabaseBusy.php
DatabaseRefreshed.php
MigrationEnded.php
MigrationEvent.php
MigrationStarted.php
MigrationsEnded.php
MigrationsEvent.php
MigrationsStarted.php
ModelPruningFinished.php
ModelPruningStarting.php
ModelsPruned.php
NoPendingMigrations.php
QueryExecuted.php
SchemaDumped.php
SchemaLoaded.php
StatementPrepared.php
TransactionBeginning.php
TransactionCommitted.php
TransactionCommitting.php
TransactionRolledBack.php
src/Illuminate/Database/Migrations
DatabaseMigrationRepository.php
Migration.php
MigrationCreator.php
MigrationRepositoryInterface.php
Migrator.php
src/Illuminate/Database/PDO
Connection.php
MySqlDriver.php
PostgresDriver.php
SQLiteDriver.php
SqlServerConnection.php
SqlServerDriver.php
src/Illuminate/Database/Migrations/stubs
migration.stub
migration.update.stub
src/Illuminate/Database/PDO/Concerns
ConnectsToDatabase.php
src/Illuminate/Database/Query
Expression.php
IndexHint.php
JoinClause.php
src/Illuminate/Database/Query/Grammars
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Database/Query/Processors
MySqlProcessor.php
PostgresProcessor.php
Processor.php
SQLiteProcessor.php
SqlServerProcessor.php
src/Illuminate/Database/Schema
Blueprint.php
Builder.php
ColumnDefinition.php
ForeignIdColumnDefinition.php
ForeignKeyDefinition.php
IndexDefinition.php
MySqlBuilder.php
MySqlSchemaState.php
PostgresBuilder.php
PostgresSchemaState.php
SQLiteBuilder.php
SchemaState.php
SqlServerBuilder.php
SqliteSchemaState.php
src/Illuminate/Database/Schema/Grammars
ChangeColumn.php
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
RenameColumn.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Encryption
Encrypter.php
EncryptionServiceProvider.php
MissingAppKeyException.php
composer.json
src/Illuminate/Events
CallQueuedListener.php
Dispatcher.php
EventServiceProvider.php
InvokeQueuedClosure.php
NullDispatcher.php
QueuedClosure.php
composer.json
functions.php
src/Illuminate/Filesystem
AwsS3V3Adapter.php
Filesystem.php
FilesystemAdapter.php
FilesystemManager.php
FilesystemServiceProvider.php
LockableFile.php
composer.json
functions.php
src/Illuminate/Foundation
AliasLoader.php
Application.php
CacheBasedMaintenanceMode.php
ComposerScripts.php
EnvironmentDetector.php
FileBasedMaintenanceMode.php
Inspiring.php
MaintenanceModeManager.php
Mix.php
PackageManifest.php
Precognition.php
ProviderRepository.php
Vite.php
ViteManifestNotFoundException.php
helpers.php
src/Illuminate/Foundation/Auth
EmailVerificationRequest.php
User.php
src/Illuminate/Foundation/Auth/Access
Authorizable.php
AuthorizesRequests.php
src/Illuminate/Foundation/Bootstrap
BootProviders.php
HandleExceptions.php
LoadConfiguration.php
LoadEnvironmentVariables.php
RegisterFacades.php
RegisterProviders.php
SetRequestForConsole.php
src/Illuminate/Foundation/Bus
Dispatchable.php
DispatchesJobs.php
PendingChain.php
PendingClosureDispatch.php
PendingDispatch.php
src/Illuminate/Foundation/Concerns
ResolvesDumpSource.php
src/Illuminate/Foundation/Configuration
ApplicationBuilder.php
Exceptions.php
Middleware.php
src/Illuminate/Foundation/Console
AboutCommand.php
ApiInstallCommand.php
BroadcastingInstallCommand.php
CastMakeCommand.php
ChannelListCommand.php
ChannelMakeCommand.php
ClearCompiledCommand.php
CliDumper.php
ClosureCommand.php
ComponentMakeCommand.php
ConfigCacheCommand.php
ConfigClearCommand.php
ConfigPublishCommand.php
ConfigShowCommand.php
ConsoleMakeCommand.php
DocsCommand.php
DownCommand.php
EnvironmentCommand.php
EnvironmentDecryptCommand.php
EnvironmentEncryptCommand.php
EventCacheCommand.php
EventClearCommand.php
EventGenerateCommand.php
EventListCommand.php
EventMakeCommand.php
ExceptionMakeCommand.php
InteractsWithComposerPackages.php
JobMakeCommand.php
Kernel.php
KeyGenerateCommand.php
LangPublishCommand.php
ListenerMakeCommand.php
MailMakeCommand.php
ModelMakeCommand.php
NotificationMakeCommand.php
ObserverMakeCommand.php
OptimizeClearCommand.php
OptimizeCommand.php
PackageDiscoverCommand.php
PolicyMakeCommand.php
ProviderMakeCommand.php
QueuedCommand.php
RequestMakeCommand.php
ResourceMakeCommand.php
RouteCacheCommand.php
RouteClearCommand.php
RouteListCommand.php
RuleMakeCommand.php
ScopeMakeCommand.php
ServeCommand.php
StorageLinkCommand.php
StubPublishCommand.php
TestMakeCommand.php
UpCommand.php
VendorPublishCommand.php
ViewCacheCommand.php
ViewClearCommand.php
ViewMakeCommand.php
src/Illuminate/Foundation/Events
DiscoverEvents.php
Dispatchable.php
LocaleUpdated.php
MaintenanceModeDisabled.php
MaintenanceModeEnabled.php
PublishingStubs.php
VendorTagPublished.php
src/Illuminate/Foundation/Exceptions
Handler.php
RegisterErrorViewPaths.php
ReportableHandler.php
src/Illuminate/Foundation/Exceptions/Whoops
WhoopsExceptionRenderer.php
WhoopsHandler.php
src/Illuminate/Foundation/Console/stubs
channel.stub
job.queued.stub
listener-queued-duck.stub
listener.stub
markdown-mail.stub
policy.stub
provider.stub
request.stub
routes.stub
src/Illuminate/Foundation/Exceptions/views
401.blade.php
402.blade.php
403.blade.php
404.blade.php
419.blade.php
429.blade.php
500.blade.php
503.blade.php
layout.blade.php
minimal.blade.php
src/Illuminate/Foundation/Http
FormRequest.php
HtmlDumper.php
Kernel.php
MaintenanceModeBypassCookie.php
src/Illuminate/Foundation/Http/Events
RequestHandled.php
src/Illuminate/Foundation/Http/Middleware
CheckForMaintenanceMode.php
ConvertEmptyStringsToNull.php
HandlePrecognitiveRequests.php
PreventRequestsDuringMaintenance.php
TransformsRequest.php
TrimStrings.php
ValidateCsrfToken.php
ValidatePostSize.php
VerifyCsrfToken.php
src/Illuminate/Foundation/Providers
ArtisanServiceProvider.php
ComposerServiceProvider.php
ConsoleSupportServiceProvider.php
FormRequestServiceProvider.php
FoundationServiceProvider.php
src/Illuminate/Foundation/Routing
PrecognitionCallableDispatcher.php
PrecognitionControllerDispatcher.php
src/Illuminate/Foundation/Support/Providers
AuthServiceProvider.php
EventServiceProvider.php
RouteServiceProvider.php
src/Illuminate/Foundation/Testing
DatabaseMigrations.php
DatabaseTransactions.php
DatabaseTransactionsManager.php
DatabaseTruncation.php
LazilyRefreshDatabase.php
RefreshDatabase.php
RefreshDatabaseState.php
TestCase.php
WithConsoleEvents.php
WithFaker.php
WithoutMiddleware.php
Wormhole.php
src/Illuminate/Foundation/Testing/Concerns
InteractsWithAuthentication.php
InteractsWithConsole.php
InteractsWithContainer.php
InteractsWithDatabase.php
InteractsWithDeprecationHandling.php
InteractsWithExceptionHandling.php
InteractsWithRedis.php
InteractsWithSession.php
InteractsWithTime.php
InteractsWithViews.php
MakesHttpRequests.php
src/Illuminate/Foundation/Testing/Traits
CanConfigureMigrationCommands.php
src/Illuminate/Foundation/Validation
ValidatesRequests.php
src/Illuminate/Foundation/resources
server.php
src/Illuminate/Hashing
AbstractHasher.php
Argon2IdHasher.php
ArgonHasher.php
BcryptHasher.php
HashManager.php
HashServiceProvider.php
composer.json
src/Illuminate/Http
File.php
FileHelpers.php
JsonResponse.php
RedirectResponse.php
Request.php
Response.php
ResponseTrait.php
UploadedFile.php
composer.json
src/Illuminate/Http/Client
ConnectionException.php
Factory.php
HttpClientException.php
PendingRequest.php
Pool.php
Request.php
RequestException.php
Response.php
ResponseSequence.php
src/Illuminate/Http/Client/Concerns
DeterminesStatusCode.php
src/Illuminate/Http/Client/Events
ConnectionFailed.php
RequestSending.php
ResponseReceived.php
src/Illuminate/Http/Concerns
CanBePrecognitive.php
InteractsWithContentTypes.php
InteractsWithFlashData.php
InteractsWithInput.php
src/Illuminate/Http/Exceptions
HttpResponseException.php
PostTooLargeException.php
ThrottleRequestsException.php
src/Illuminate/Http/Middleware
AddLinkHeadersForPreloadedAssets.php
CheckResponseForModifications.php
FrameGuard.php
HandleCors.php
SetCacheHeaders.php
TrustHosts.php
TrustProxies.php
ValidatePostSize.php
src/Illuminate/Http/Resources
CollectsResources.php
ConditionallyLoadsAttributes.php
DelegatesToResource.php
MergeValue.php
MissingValue.php
PotentiallyMissing.php
src/Illuminate/Http/Resources/Json
AnonymousResourceCollection.php
JsonResource.php
PaginatedResourceResponse.php
ResourceCollection.php
ResourceResponse.php
src/Illuminate/Http/Testing
File.php
FileFactory.php
MimeType.php
src/Illuminate/Log
LogManager.php
LogServiceProvider.php
Logger.php
ParsesLogConfiguration.php
composer.json
src/Illuminate/Log/Events
MessageLogged.php
src/Illuminate/Macroable
composer.json
src/Illuminate/Macroable/Traits
Macroable.php
src/Illuminate/Mail
Attachment.php
MailManager.php
MailServiceProvider.php
Mailable.php
Mailer.php
Markdown.php
Message.php
PendingMail.php
SendQueuedMailable.php
SentMessage.php
TextMessage.php
composer.json
src/Illuminate/Mail/Events
MessageSending.php
MessageSent.php
src/Illuminate/Mail/Mailables
Address.php
Attachment.php
Content.php
Envelope.php
Headers.php
src/Illuminate/Mail/Transport
ArrayTransport.php
LogTransport.php
SesTransport.php
SesV2Transport.php
src/Illuminate/Mail/resources/views/html
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Mail/resources/views/html/themes
default.css
src/Illuminate/Mail/resources/views/text
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Notifications
Action.php
AnonymousNotifiable.php
ChannelManager.php
DatabaseNotification.php
DatabaseNotificationCollection.php
HasDatabaseNotifications.php
Notifiable.php
Notification.php
NotificationSender.php
NotificationServiceProvider.php
RoutesNotifications.php
SendQueuedNotifications.php
composer.json
src/Illuminate/Notifications/Channels
BroadcastChannel.php
DatabaseChannel.php
MailChannel.php
src/Illuminate/Notifications/Console
NotificationTableCommand.php
src/Illuminate/Notifications/Events
BroadcastNotificationCreated.php
NotificationFailed.php
NotificationSending.php
NotificationSent.php
src/Illuminate/Notifications/Messages
BroadcastMessage.php
DatabaseMessage.php
MailMessage.php
SimpleMessage.php
src/Illuminate/Notifications/resources/views
email.blade.php
src/Illuminate/Pagination
AbstractCursorPaginator.php
AbstractPaginator.php
Cursor.php
CursorPaginator.php
LengthAwarePaginator.php
PaginationServiceProvider.php
PaginationState.php
Paginator.php
UrlWindow.php
composer.json
src/Illuminate/Pagination/resources/views
bootstrap-4.blade.php
bootstrap-5.blade.php
default.blade.php
semantic-ui.blade.php
simple-bootstrap-4.blade.php
simple-bootstrap-5.blade.php
simple-default.blade.php
simple-tailwind.blade.php
tailwind.blade.php
src/Illuminate/Pipeline
Hub.php
Pipeline.php
PipelineServiceProvider.php
composer.json
src/Illuminate/Process
Factory.php
FakeInvokedProcess.php
FakeProcessDescription.php
FakeProcessResult.php
FakeProcessSequence.php
InvokedProcess.php
InvokedProcessPool.php
PendingProcess.php
Pipe.php
Pool.php
ProcessPoolResults.php
ProcessResult.php
composer.json
src/Illuminate/Process/Exceptions
ProcessFailedException.php
ProcessTimedOutException.php
src/Illuminate/Queue
BeanstalkdQueue.php
CallQueuedClosure.php
CallQueuedHandler.php
DatabaseQueue.php
InteractsWithQueue.php
InvalidPayloadException.php
Listener.php
ListenerOptions.php
LuaScripts.php
ManuallyFailedException.php
MaxAttemptsExceededException.php
NullQueue.php
Queue.php
QueueManager.php
QueueServiceProvider.php
RedisQueue.php
SerializesAndRestoresModelIdentifiers.php
SerializesModels.php
SqsQueue.php
SyncQueue.php
TimeoutExceededException.php
Worker.php
WorkerOptions.php
composer.json
src/Illuminate/Notifications/Console/stubs
notifications.stub
src/Illuminate/Queue/Attributes
WithoutRelations.php
src/Illuminate/Queue/Capsule
Manager.php
src/Illuminate/Queue/Connectors
BeanstalkdConnector.php
ConnectorInterface.php
DatabaseConnector.php
NullConnector.php
RedisConnector.php
SqsConnector.php
SyncConnector.php
src/Illuminate/Queue/Console
BatchesTableCommand.php
ClearCommand.php
FailedTableCommand.php
FlushFailedCommand.php
ForgetFailedCommand.php
ListFailedCommand.php
ListenCommand.php
MonitorCommand.php
PruneBatchesCommand.php
PruneFailedJobsCommand.php
RestartCommand.php
RetryBatchCommand.php
RetryCommand.php
TableCommand.php
WorkCommand.php
src/Illuminate/Queue/Events
JobExceptionOccurred.php
JobFailed.php
JobPopped.php
JobPopping.php
JobProcessed.php
JobProcessing.php
JobQueued.php
JobReleasedAfterException.php
JobRetryRequested.php
JobTimedOut.php
Looping.php
QueueBusy.php
WorkerStopping.php
src/Illuminate/Queue/Failed
CountableFailedJobProvider.php
DatabaseFailedJobProvider.php
DatabaseUuidFailedJobProvider.php
DynamoDbFailedJobProvider.php
FailedJobProviderInterface.php
FileFailedJobProvider.php
NullFailedJobProvider.php
PrunableFailedJobProvider.php
src/Illuminate/Queue/Jobs
BeanstalkdJob.php
DatabaseJob.php
DatabaseJobRecord.php
Job.php
JobName.php
RedisJob.php
SqsJob.php
SyncJob.php
src/Illuminate/Queue/Middleware
RateLimited.php
RateLimitedWithRedis.php
SkipIfBatchCancelled.php
ThrottlesExceptions.php
ThrottlesExceptionsWithRedis.php
WithoutOverlapping.php
src/Illuminate/Redis
RedisManager.php
RedisServiceProvider.php
composer.json
src/Illuminate/Redis/Connections
Connection.php
PacksPhpRedisValues.php
PhpRedisClusterConnection.php
PhpRedisConnection.php
PredisClusterConnection.php
PredisConnection.php
src/Illuminate/Redis/Connectors
PhpRedisConnector.php
PredisConnector.php
src/Illuminate/Redis/Events
CommandExecuted.php
src/Illuminate/Redis/Limiters
ConcurrencyLimiter.php
ConcurrencyLimiterBuilder.php
DurationLimiter.php
DurationLimiterBuilder.php
src/Illuminate/Routing
AbstractRouteCollection.php
CallableDispatcher.php
CompiledRouteCollection.php
Controller.php
ControllerDispatcher.php
ControllerMiddlewareOptions.php
CreatesRegularExpressionRouteConstraints.php
FiltersControllerMiddleware.php
ImplicitRouteBinding.php
MiddlewareNameResolver.php
PendingResourceRegistration.php
PendingSingletonResourceRegistration.php
Pipeline.php
RedirectController.php
Redirector.php
ResolvesRouteDependencies.php
ResourceRegistrar.php
ResponseFactory.php
Route.php
RouteAction.php
RouteBinding.php
RouteCollection.php
RouteCollectionInterface.php
RouteDependencyResolverTrait.php
RouteFileRegistrar.php
RouteGroup.php
RouteParameterBinder.php
RouteRegistrar.php
RouteSignatureParameters.php
RouteUri.php
RouteUrlGenerator.php
Router.php
RoutingServiceProvider.php
SortedMiddleware.php
UrlGenerator.php
ViewController.php
composer.json
src/Illuminate/Routing/Console
ControllerMakeCommand.php
MiddlewareMakeCommand.php
src/Illuminate/Routing/Contracts
CallableDispatcher.php
ControllerDispatcher.php
src/Illuminate/Routing/Controllers
HasMiddleware.php
Middleware.php
src/Illuminate/Routing/Events
PreparingResponse.php
ResponsePrepared.php
RouteMatched.php
Routing.php
src/Illuminate/Routing/Exceptions
BackedEnumCaseNotFoundException.php
InvalidSignatureException.php
StreamedResponseException.php
UrlGenerationException.php
src/Illuminate/Routing/Matching
HostValidator.php
MethodValidator.php
SchemeValidator.php
UriValidator.php
ValidatorInterface.php
src/Illuminate/Routing/Middleware
SubstituteBindings.php
ThrottleRequests.php
ThrottleRequestsWithRedis.php
ValidateSignature.php
src/Illuminate/Session
ArraySessionHandler.php
CacheBasedSessionHandler.php
CookieSessionHandler.php
DatabaseSessionHandler.php
EncryptedStore.php
ExistenceAwareInterface.php
FileSessionHandler.php
NullSessionHandler.php
SessionManager.php
SessionServiceProvider.php
Store.php
SymfonySessionDecorator.php
TokenMismatchException.php
composer.json
src/Illuminate/Session/Console
SessionTableCommand.php
src/Illuminate/Session/Middleware
AuthenticateSession.php
StartSession.php
src/Illuminate/Support
AggregateServiceProvider.php
Benchmark.php
Carbon.php
Composer.php
ConfigurationUrlParser.php
DateFactory.php
DefaultProviders.php
Env.php
Fluent.php
HigherOrderTapProxy.php
HtmlString.php
InteractsWithTime.php
Js.php
Lottery.php
Manager.php
MessageBag.php
MultipleInstanceManager.php
NamespacedItemResolver.php
Number.php
Optional.php
Pluralizer.php
ProcessUtils.php
Reflector.php
ServiceProvider.php
Sleep.php
Str.php
Stringable.php
Timebox.php
ValidatedInput.php
ViewErrorBag.php
composer.json
helpers.php
src/Illuminate/Routing/Console/stubs
controller.model.api.stub
controller.model.stub
controller.nested.singleton.api.stub
controller.singleton.api.stub
controller.stub
src/Illuminate/Support/Exceptions
MathException.php
src/Illuminate/Support/Facades
App.php
Artisan.php
Auth.php
Blade.php
Broadcast.php
Bus.php
Cache.php
Config.php
Cookie.php
Crypt.php
DB.php
Date.php
Event.php
Facade.php
File.php
Gate.php
Hash.php
Http.php
Lang.php
Log.php
Mail.php
Notification.php
ParallelTesting.php
Password.php
Pipeline.php
Process.php
Queue.php
RateLimiter.php
Redirect.php
Redis.php
Request.php
Response.php
Route.php
Schedule.php
Schema.php
Session.php
Storage.php
URL.php
Validator.php
View.php
Vite.php
src/Illuminate/Session/Console/stubs
database.stub
src/Illuminate/Support/Testing/Fakes
BatchFake.php
BatchRepositoryFake.php
BusFake.php
ChainedBatchTruthTest.php
EventFake.php
Fake.php
MailFake.php
NotificationFake.php
PendingBatchFake.php
PendingChainFake.php
PendingMailFake.php
QueueFake.php
src/Illuminate/Support/Traits
CapsuleManagerTrait.php
Dumpable.php
ForwardsCalls.php
Localizable.php
ReflectsClosures.php
Tappable.php
src/Illuminate/Testing
Assert.php
AssertableJsonString.php
LoggedExceptionCollection.php
ParallelConsoleOutput.php
ParallelRunner.php
ParallelTesting.php
ParallelTestingServiceProvider.php
PendingCommand.php
TestComponent.php
TestResponse.php
TestView.php
composer.json
src/Illuminate/Testing/Concerns
AssertsStatusCodes.php
RunsInParallel.php
TestDatabases.php
src/Illuminate/Testing/Constraints
ArraySubset.php
CountInDatabase.php
HasInDatabase.php
NotSoftDeletedInDatabase.php
SeeInOrder.php
SoftDeletedInDatabase.php
src/Illuminate/Testing/Exceptions
InvalidArgumentException.php
src/Illuminate/Testing/Fluent
AssertableJson.php
src/Illuminate/Testing/Fluent/Concerns
Debugging.php
Has.php
Interaction.php
Matching.php
src/Illuminate/Translation
ArrayLoader.php
CreatesPotentiallyTranslatedStrings.php
FileLoader.php
MessageSelector.php
PotentiallyTranslatedString.php
TranslationServiceProvider.php
Translator.php
composer.json
src/Illuminate/Translation/lang/en
auth.php
pagination.php
passwords.php
validation.php
src/Illuminate/Validation
ClosureValidationRule.php
ConditionalRules.php
DatabasePresenceVerifier.php
DatabasePresenceVerifierInterface.php
Factory.php
InvokableValidationRule.php
NestedRules.php
NotPwnedVerifier.php
PresenceVerifierInterface.php
Rule.php
UnauthorizedException.php
ValidatesWhenResolvedTrait.php
ValidationData.php
ValidationException.php
ValidationRuleParser.php
ValidationServiceProvider.php
Validator.php
composer.json
src/Illuminate/Validation/Concerns
FilterEmailValidation.php
FormatsMessages.php
ReplacesAttributes.php
src/Illuminate/Validation/Rules
Can.php
DatabaseRule.php
Dimensions.php
Enum.php
ExcludeIf.php
Exists.php
File.php
ImageFile.php
In.php
NotIn.php
Password.php
ProhibitedIf.php
RequiredIf.php
Unique.php
src/Illuminate/View
AnonymousComponent.php
AppendableAttributeValue.php
Component.php
ComponentAttributeBag.php
ComponentSlot.php
DynamicComponent.php
Factory.php
FileViewFinder.php
InvokableComponentVariable.php
View.php
ViewException.php
ViewFinderInterface.php
ViewName.php
ViewServiceProvider.php
composer.json
src/Illuminate/View/Compilers
BladeCompiler.php
Compiler.php
CompilerInterface.php
ComponentTagCompiler.php
src/Illuminate/View/Compilers/Concerns
CompilesAuthorizations.php
CompilesClasses.php
CompilesComments.php
CompilesComponents.php
CompilesConditionals.php
CompilesEchos.php
CompilesErrors.php
CompilesFragments.php
CompilesHelpers.php
CompilesIncludes.php
CompilesInjections.php
CompilesJs.php
CompilesJson.php
CompilesLayouts.php
CompilesLoops.php
CompilesRawPhp.php
CompilesSessions.php
CompilesStacks.php
CompilesStyles.php
CompilesTranslations.php
CompilesUseStatements.php
src/Illuminate/View/Concerns
ManagesComponents.php
ManagesEvents.php
ManagesFragments.php
ManagesLayouts.php
ManagesLoops.php
ManagesStacks.php
ManagesTranslations.php
src/Illuminate/View/Engines
CompilerEngine.php
Engine.php
EngineResolver.php
FileEngine.php
PhpEngine.php
src/Illuminate/View/Middleware
ShareErrorsFromSession.php
Reference
General
README
Tech Stack
.
app.php
auth.php
broadcasting.php
cache.php
composer.json
cors.php
database.php
filesystems.php
hashing.php
logging.php
mail.php
queue.php
services.php
session.php
view.php
src/Illuminate/Auth
AuthManager.php
AuthServiceProvider.php
Authenticatable.php
AuthenticationException.php
CreatesUserProviders.php
DatabaseUserProvider.php
EloquentUserProvider.php
GenericUser.php
GuardHelpers.php
MustVerifyEmail.php
Recaller.php
RequestGuard.php
SessionGuard.php
TokenGuard.php
composer.json
src/Illuminate/Auth/Access
AuthorizationException.php
Gate.php
HandlesAuthorization.php
Response.php
src/Illuminate/Auth/Access/Events
GateEvaluated.php
src/Illuminate/Auth/Console
ClearResetsCommand.php
src/Illuminate/Auth/Console/stubs/make/views/layouts
app.stub
src/Illuminate/Auth/Events
Attempting.php
Authenticated.php
CurrentDeviceLogout.php
Failed.php
Lockout.php
Login.php
Logout.php
OtherDeviceLogout.php
PasswordReset.php
Registered.php
Validated.php
Verified.php
src/Illuminate/Auth/Listeners
SendEmailVerificationNotification.php
src/Illuminate/Auth/Middleware
Authenticate.php
AuthenticateWithBasicAuth.php
Authorize.php
EnsureEmailIsVerified.php
RedirectIfAuthenticated.php
RequirePassword.php
src/Illuminate/Auth/Notifications
ResetPassword.php
VerifyEmail.php
src/Illuminate/Auth/Passwords
CanResetPassword.php
DatabaseTokenRepository.php
PasswordBroker.php
PasswordBrokerManager.php
PasswordResetServiceProvider.php
TokenRepositoryInterface.php
src/Illuminate/Broadcasting
BroadcastController.php
BroadcastEvent.php
BroadcastException.php
BroadcastManager.php
BroadcastServiceProvider.php
Channel.php
EncryptedPrivateChannel.php
InteractsWithBroadcasting.php
InteractsWithSockets.php
PendingBroadcast.php
PresenceChannel.php
PrivateChannel.php
UniqueBroadcastEvent.php
composer.json
src/Illuminate/Broadcasting/Broadcasters
AblyBroadcaster.php
Broadcaster.php
LogBroadcaster.php
NullBroadcaster.php
PusherBroadcaster.php
RedisBroadcaster.php
UsePusherChannelConventions.php
src/Illuminate/Bus
Batch.php
BatchFactory.php
BatchRepository.php
Batchable.php
BusServiceProvider.php
ChainedBatch.php
DatabaseBatchRepository.php
Dispatcher.php
DynamoBatchRepository.php
PendingBatch.php
PrunableBatchRepository.php
Queueable.php
UniqueLock.php
UpdatedBatchJobCounts.php
composer.json
src/Illuminate/Bus/Events
BatchDispatched.php
src/Illuminate/Cache
ApcStore.php
ApcWrapper.php
ArrayLock.php
ArrayStore.php
CacheLock.php
CacheManager.php
CacheServiceProvider.php
DatabaseLock.php
DatabaseStore.php
DynamoDbLock.php
DynamoDbStore.php
FileLock.php
FileStore.php
HasCacheLock.php
Lock.php
LuaScripts.php
MemcachedConnector.php
MemcachedLock.php
MemcachedStore.php
NoLock.php
NullStore.php
PhpRedisLock.php
RateLimiter.php
RedisLock.php
RedisStore.php
RedisTagSet.php
RedisTaggedCache.php
Repository.php
RetrievesMultipleKeys.php
TagSet.php
TaggableStore.php
TaggedCache.php
composer.json
src/Illuminate/Cache/Console
CacheTableCommand.php
ClearCommand.php
ForgetCommand.php
PruneStaleTagsCommand.php
src/Illuminate/Cache/Events
CacheEvent.php
CacheHit.php
CacheMissed.php
KeyForgotten.php
KeyWritten.php
src/Illuminate/Cache/Console/stubs
cache.stub
src/Illuminate/Cache/RateLimiting
GlobalLimit.php
Limit.php
Unlimited.php
src/Illuminate/Collections
Arr.php
Collection.php
Enumerable.php
HigherOrderCollectionProxy.php
ItemNotFoundException.php
LazyCollection.php
MultipleItemsFoundException.php
composer.json
helpers.php
src/Illuminate/Collections/Traits
EnumeratesValues.php
src/Illuminate/Conditionable
HigherOrderWhenProxy.php
composer.json
src/Illuminate/Conditionable/Traits
Conditionable.php
src/Illuminate/Config
Repository.php
composer.json
src/Illuminate/Console
Application.php
BufferedConsoleOutput.php
CacheCommandMutex.php
Command.php
CommandMutex.php
ConfirmableTrait.php
ContainerCommandLoader.php
GeneratorCommand.php
MigrationGeneratorCommand.php
OutputStyle.php
Parser.php
PromptValidationException.php
QuestionHelper.php
Signals.php
composer.json
src/Illuminate/Console/Concerns
CallsCommands.php
ConfiguresPrompts.php
CreatesMatchingTest.php
HasParameters.php
InteractsWithIO.php
InteractsWithSignals.php
PromptsForMissingInput.php
src/Illuminate/Console/Contracts
NewLineAware.php
src/Illuminate/Console/Events
ArtisanStarting.php
CommandFinished.php
CommandStarting.php
ScheduledBackgroundTaskFinished.php
ScheduledTaskFailed.php
ScheduledTaskFinished.php
ScheduledTaskSkipped.php
ScheduledTaskStarting.php
src/Illuminate/Console/Scheduling
CacheAware.php
CacheEventMutex.php
CacheSchedulingMutex.php
CallbackEvent.php
CommandBuilder.php
Event.php
EventMutex.php
ManagesFrequencies.php
Schedule.php
ScheduleClearCacheCommand.php
ScheduleFinishCommand.php
ScheduleInterruptCommand.php
ScheduleListCommand.php
ScheduleRunCommand.php
ScheduleTestCommand.php
ScheduleWorkCommand.php
SchedulingMutex.php
src/Illuminate/Console/View/Components
Alert.php
Ask.php
AskWithCompletion.php
BulletList.php
Choice.php
Component.php
Confirm.php
Error.php
Factory.php
Info.php
Line.php
Secret.php
Task.php
TwoColumnDetail.php
Warn.php
src/Illuminate/Console/View/Components/Mutators
EnsureDynamicContentIsHighlighted.php
EnsureNoPunctuation.php
EnsurePunctuation.php
EnsureRelativePaths.php
src/Illuminate/Console/resources/views/components
alert.php
bullet-list.php
line.php
two-column-detail.php
src/Illuminate/Container
BoundMethod.php
Container.php
ContextualBindingBuilder.php
EntryNotFoundException.php
RewindableGenerator.php
Util.php
composer.json
src/Illuminate/Contracts
composer.json
src/Illuminate/Contracts/Auth
Authenticatable.php
CanResetPassword.php
Factory.php
Guard.php
MustVerifyEmail.php
PasswordBroker.php
PasswordBrokerFactory.php
StatefulGuard.php
SupportsBasicAuth.php
UserProvider.php
src/Illuminate/Contracts/Auth/Access
Authorizable.php
Gate.php
src/Illuminate/Contracts/Auth/Middleware
AuthenticatesRequests.php
src/Illuminate/Contracts/Broadcasting
Broadcaster.php
Factory.php
HasBroadcastChannel.php
ShouldBeUnique.php
ShouldBroadcast.php
ShouldBroadcastNow.php
src/Illuminate/Contracts/Bus
Dispatcher.php
QueueingDispatcher.php
src/Illuminate/Contracts/Cache
Factory.php
Lock.php
LockProvider.php
LockTimeoutException.php
Repository.php
Store.php
src/Illuminate/Contracts/Config
Repository.php
src/Illuminate/Contracts/Console
Application.php
Isolatable.php
Kernel.php
PromptsForMissingInput.php
src/Illuminate/Contracts/Container
BindingResolutionException.php
CircularDependencyException.php
Container.php
ContextualBindingBuilder.php
src/Illuminate/Contracts/Cookie
Factory.php
QueueingFactory.php
src/Illuminate/Contracts/Database
ModelIdentifier.php
src/Illuminate/Contracts/Database/Eloquent
Builder.php
Castable.php
CastsAttributes.php
CastsInboundAttributes.php
DeviatesCastableAttributes.php
SerializesCastableAttributes.php
SupportsPartialRelations.php
src/Illuminate/Contracts/Database/Events
MigrationEvent.php
src/Illuminate/Contracts/Database/Query
Builder.php
ConditionExpression.php
Expression.php
src/Illuminate/Contracts/Debug
ExceptionHandler.php
src/Illuminate/Contracts/Encryption
DecryptException.php
EncryptException.php
Encrypter.php
StringEncrypter.php
src/Illuminate/Contracts/Events
Dispatcher.php
ShouldDispatchAfterCommit.php
ShouldHandleEventsAfterCommit.php
src/Illuminate/Contracts/Filesystem
Cloud.php
Factory.php
FileNotFoundException.php
Filesystem.php
LockTimeoutException.php
src/Illuminate/Contracts/Foundation
Application.php
CachesConfiguration.php
CachesRoutes.php
ExceptionRenderer.php
MaintenanceMode.php
src/Illuminate/Contracts/Hashing
Hasher.php
src/Illuminate/Contracts/Http
Kernel.php
src/Illuminate/Contracts/Mail
Attachable.php
Factory.php
MailQueue.php
Mailable.php
Mailer.php
src/Illuminate/Contracts/Notifications
Dispatcher.php
Factory.php
src/Illuminate/Contracts/Pagination
CursorPaginator.php
LengthAwarePaginator.php
Paginator.php
src/Illuminate/Contracts/Pipeline
Hub.php
Pipeline.php
src/Illuminate/Contracts/Process
InvokedProcess.php
ProcessResult.php
src/Illuminate/Contracts/Queue
ClearableQueue.php
EntityNotFoundException.php
EntityResolver.php
Factory.php
Job.php
Monitor.php
Queue.php
QueueableCollection.php
QueueableEntity.php
ShouldBeEncrypted.php
ShouldBeUnique.php
ShouldBeUniqueUntilProcessing.php
ShouldQueue.php
ShouldQueueAfterCommit.php
src/Illuminate/Contracts/Redis
Connection.php
Connector.php
Factory.php
LimiterTimeoutException.php
src/Illuminate/Contracts/Routing
BindingRegistrar.php
Registrar.php
ResponseFactory.php
UrlGenerator.php
UrlRoutable.php
src/Illuminate/Contracts/Session
Session.php
src/Illuminate/Contracts/Session/Middleware
AuthenticatesSessions.php
src/Illuminate/Contracts/Support
Arrayable.php
CanBeEscapedWhenCastToString.php
DeferrableProvider.php
DeferringDisplayableValue.php
Htmlable.php
Jsonable.php
MessageBag.php
MessageProvider.php
Renderable.php
Responsable.php
ValidatedData.php
src/Illuminate/Contracts/Translation
HasLocalePreference.php
Loader.php
Translator.php
src/Illuminate/Contracts/Validation
DataAwareRule.php
Factory.php
ImplicitRule.php
InvokableRule.php
Rule.php
UncompromisedVerifier.php
ValidatesWhenResolved.php
ValidationRule.php
Validator.php
ValidatorAwareRule.php
src/Illuminate/Contracts/View
Engine.php
Factory.php
View.php
ViewCompilationException.php
src/Illuminate/Cookie
CookieJar.php
CookieServiceProvider.php
CookieValuePrefix.php
composer.json
src/Illuminate/Cookie/Middleware
AddQueuedCookiesToResponse.php
EncryptCookies.php
src/Illuminate/Database
ClassMorphViolationException.php
ConfigurationUrlParser.php
Connection.php
ConnectionInterface.php
ConnectionResolver.php
ConnectionResolverInterface.php
DatabaseManager.php
DatabaseServiceProvider.php
DatabaseTransactionRecord.php
DatabaseTransactionsManager.php
DeadlockException.php
DetectsConcurrencyErrors.php
DetectsLostConnections.php
Grammar.php
LazyLoadingViolationException.php
LostConnectionException.php
MigrationServiceProvider.php
MultipleColumnsSelectedException.php
MultipleRecordsFoundException.php
MySqlConnection.php
PostgresConnection.php
QueryException.php
RecordsNotFoundException.php
SQLiteConnection.php
SQLiteDatabaseDoesNotExistException.php
Seeder.php
SqlServerConnection.php
UniqueConstraintViolationException.php
composer.json
src/Illuminate/Database/Capsule
Manager.php
src/Illuminate/Database/Concerns
BuildsQueries.php
CompilesJsonPaths.php
ExplainsQueries.php
ManagesTransactions.php
ParsesSearchPath.php
src/Illuminate/Database/Connectors
ConnectionFactory.php
Connector.php
ConnectorInterface.php
MySqlConnector.php
PostgresConnector.php
SQLiteConnector.php
SqlServerConnector.php
src/Illuminate/Database/Console
DatabaseInspectionCommand.php
DbCommand.php
DumpCommand.php
MonitorCommand.php
PruneCommand.php
ShowCommand.php
ShowModelCommand.php
TableCommand.php
WipeCommand.php
src/Illuminate/Database/Console/Factories
FactoryMakeCommand.php
src/Illuminate/Database/Console/Migrations
BaseCommand.php
FreshCommand.php
InstallCommand.php
MigrateCommand.php
MigrateMakeCommand.php
RefreshCommand.php
ResetCommand.php
RollbackCommand.php
StatusCommand.php
TableGuesser.php
src/Illuminate/Database/Console/Factories/stubs
factory.stub
src/Illuminate/Database/Console/Seeds
SeedCommand.php
SeederMakeCommand.php
WithoutModelEvents.php
src/Illuminate/Database/DBAL
TimestampType.php
src/Illuminate/Database/Eloquent
BroadcastableModelEventOccurred.php
BroadcastsEvents.php
BroadcastsEventsAfterCommit.php
Builder.php
Collection.php
HigherOrderBuilderProxy.php
InvalidCastException.php
JsonEncodingException.php
MassAssignmentException.php
MassPrunable.php
MissingAttributeException.php
Model.php
ModelNotFoundException.php
PendingHasThroughRelationship.php
Prunable.php
QueueEntityResolver.php
RelationNotFoundException.php
Scope.php
SoftDeletes.php
SoftDeletingScope.php
src/Illuminate/Database/Eloquent/Casts
ArrayObject.php
AsArrayObject.php
AsCollection.php
AsEncryptedArrayObject.php
AsEncryptedCollection.php
AsEnumArrayObject.php
AsEnumCollection.php
AsStringable.php
Attribute.php
Json.php
src/Illuminate/Database/Eloquent/Concerns
GuardsAttributes.php
HasAttributes.php
HasEvents.php
HasGlobalScopes.php
HasRelationships.php
HasTimestamps.php
HasUlids.php
HasUniqueIds.php
HasUuids.php
HidesAttributes.php
QueriesRelationships.php
src/Illuminate/Database/Eloquent/Factories
BelongsToManyRelationship.php
BelongsToRelationship.php
CrossJoinSequence.php
Factory.php
HasFactory.php
Relationship.php
Sequence.php
src/Illuminate/Database/Eloquent/Relations
BelongsTo.php
BelongsToMany.php
HasMany.php
HasManyThrough.php
HasOne.php
HasOneOrMany.php
HasOneThrough.php
MorphMany.php
MorphOne.php
MorphOneOrMany.php
MorphPivot.php
MorphTo.php
MorphToMany.php
Pivot.php
Relation.php
src/Illuminate/Database/Eloquent/Relations/Concerns
AsPivot.php
CanBeOneOfMany.php
ComparesRelatedModels.php
InteractsWithDictionary.php
InteractsWithPivotTable.php
SupportsDefaultModels.php
src/Illuminate/Database/Events
ConnectionEstablished.php
ConnectionEvent.php
DatabaseBusy.php
DatabaseRefreshed.php
MigrationEnded.php
MigrationEvent.php
MigrationStarted.php
MigrationsEnded.php
MigrationsEvent.php
MigrationsStarted.php
ModelPruningFinished.php
ModelPruningStarting.php
ModelsPruned.php
NoPendingMigrations.php
QueryExecuted.php
SchemaDumped.php
SchemaLoaded.php
StatementPrepared.php
TransactionBeginning.php
TransactionCommitted.php
TransactionCommitting.php
TransactionRolledBack.php
src/Illuminate/Database/Migrations
DatabaseMigrationRepository.php
Migration.php
MigrationCreator.php
MigrationRepositoryInterface.php
Migrator.php
src/Illuminate/Database/PDO
Connection.php
MySqlDriver.php
PostgresDriver.php
SQLiteDriver.php
SqlServerConnection.php
SqlServerDriver.php
src/Illuminate/Database/Migrations/stubs
migration.stub
migration.update.stub
src/Illuminate/Database/PDO/Concerns
ConnectsToDatabase.php
src/Illuminate/Database/Query
Expression.php
IndexHint.php
JoinClause.php
src/Illuminate/Database/Query/Grammars
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Database/Query/Processors
MySqlProcessor.php
PostgresProcessor.php
Processor.php
SQLiteProcessor.php
SqlServerProcessor.php
src/Illuminate/Database/Schema
Blueprint.php
Builder.php
ColumnDefinition.php
ForeignIdColumnDefinition.php
ForeignKeyDefinition.php
IndexDefinition.php
MySqlBuilder.php
MySqlSchemaState.php
PostgresBuilder.php
PostgresSchemaState.php
SQLiteBuilder.php
SchemaState.php
SqlServerBuilder.php
SqliteSchemaState.php
src/Illuminate/Database/Schema/Grammars
ChangeColumn.php
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
RenameColumn.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Encryption
Encrypter.php
EncryptionServiceProvider.php
MissingAppKeyException.php
composer.json
src/Illuminate/Events
CallQueuedListener.php
Dispatcher.php
EventServiceProvider.php
InvokeQueuedClosure.php
NullDispatcher.php
QueuedClosure.php
composer.json
functions.php
src/Illuminate/Filesystem
AwsS3V3Adapter.php
Filesystem.php
FilesystemAdapter.php
FilesystemManager.php
FilesystemServiceProvider.php
LockableFile.php
composer.json
functions.php
src/Illuminate/Foundation
AliasLoader.php
Application.php
CacheBasedMaintenanceMode.php
ComposerScripts.php
EnvironmentDetector.php
FileBasedMaintenanceMode.php
Inspiring.php
MaintenanceModeManager.php
Mix.php
PackageManifest.php
Precognition.php
ProviderRepository.php
Vite.php
ViteManifestNotFoundException.php
helpers.php
src/Illuminate/Foundation/Auth
EmailVerificationRequest.php
User.php
src/Illuminate/Foundation/Auth/Access
Authorizable.php
AuthorizesRequests.php
src/Illuminate/Foundation/Bootstrap
BootProviders.php
HandleExceptions.php
LoadConfiguration.php
LoadEnvironmentVariables.php
RegisterFacades.php
RegisterProviders.php
SetRequestForConsole.php
src/Illuminate/Foundation/Bus
Dispatchable.php
DispatchesJobs.php
PendingChain.php
PendingClosureDispatch.php
PendingDispatch.php
src/Illuminate/Foundation/Concerns
ResolvesDumpSource.php
src/Illuminate/Foundation/Configuration
ApplicationBuilder.php
Exceptions.php
Middleware.php
src/Illuminate/Foundation/Console
AboutCommand.php
ApiInstallCommand.php
BroadcastingInstallCommand.php
CastMakeCommand.php
ChannelListCommand.php
ChannelMakeCommand.php
ClearCompiledCommand.php
CliDumper.php
ClosureCommand.php
ComponentMakeCommand.php
ConfigCacheCommand.php
ConfigClearCommand.php
ConfigPublishCommand.php
ConfigShowCommand.php
ConsoleMakeCommand.php
DocsCommand.php
DownCommand.php
EnvironmentCommand.php
EnvironmentDecryptCommand.php
EnvironmentEncryptCommand.php
EventCacheCommand.php
EventClearCommand.php
EventGenerateCommand.php
EventListCommand.php
EventMakeCommand.php
ExceptionMakeCommand.php
InteractsWithComposerPackages.php
JobMakeCommand.php
Kernel.php
KeyGenerateCommand.php
LangPublishCommand.php
ListenerMakeCommand.php
MailMakeCommand.php
ModelMakeCommand.php
NotificationMakeCommand.php
ObserverMakeCommand.php
OptimizeClearCommand.php
OptimizeCommand.php
PackageDiscoverCommand.php
PolicyMakeCommand.php
ProviderMakeCommand.php
QueuedCommand.php
RequestMakeCommand.php
ResourceMakeCommand.php
RouteCacheCommand.php
RouteClearCommand.php
RouteListCommand.php
RuleMakeCommand.php
ScopeMakeCommand.php
ServeCommand.php
StorageLinkCommand.php
StubPublishCommand.php
TestMakeCommand.php
UpCommand.php
VendorPublishCommand.php
ViewCacheCommand.php
ViewClearCommand.php
ViewMakeCommand.php
src/Illuminate/Foundation/Events
DiscoverEvents.php
Dispatchable.php
LocaleUpdated.php
MaintenanceModeDisabled.php
MaintenanceModeEnabled.php
PublishingStubs.php
VendorTagPublished.php
src/Illuminate/Foundation/Exceptions
Handler.php
RegisterErrorViewPaths.php
ReportableHandler.php
src/Illuminate/Foundation/Exceptions/Whoops
WhoopsExceptionRenderer.php
WhoopsHandler.php
src/Illuminate/Foundation/Console/stubs
channel.stub
job.queued.stub
listener-queued-duck.stub
listener.stub
markdown-mail.stub
policy.stub
provider.stub
request.stub
routes.stub
src/Illuminate/Foundation/Exceptions/views
401.blade.php
402.blade.php
403.blade.php
404.blade.php
419.blade.php
429.blade.php
500.blade.php
503.blade.php
layout.blade.php
minimal.blade.php
src/Illuminate/Foundation/Http
FormRequest.php
HtmlDumper.php
Kernel.php
MaintenanceModeBypassCookie.php
src/Illuminate/Foundation/Http/Events
RequestHandled.php
src/Illuminate/Foundation/Http/Middleware
CheckForMaintenanceMode.php
ConvertEmptyStringsToNull.php
HandlePrecognitiveRequests.php
PreventRequestsDuringMaintenance.php
TransformsRequest.php
TrimStrings.php
ValidateCsrfToken.php
ValidatePostSize.php
VerifyCsrfToken.php
src/Illuminate/Foundation/Providers
ArtisanServiceProvider.php
ComposerServiceProvider.php
ConsoleSupportServiceProvider.php
FormRequestServiceProvider.php
FoundationServiceProvider.php
src/Illuminate/Foundation/Routing
PrecognitionCallableDispatcher.php
PrecognitionControllerDispatcher.php
src/Illuminate/Foundation/Support/Providers
AuthServiceProvider.php
EventServiceProvider.php
RouteServiceProvider.php
src/Illuminate/Foundation/Testing
DatabaseMigrations.php
DatabaseTransactions.php
DatabaseTransactionsManager.php
DatabaseTruncation.php
LazilyRefreshDatabase.php
RefreshDatabase.php
RefreshDatabaseState.php
TestCase.php
WithConsoleEvents.php
WithFaker.php
WithoutMiddleware.php
Wormhole.php
src/Illuminate/Foundation/Testing/Concerns
InteractsWithAuthentication.php
InteractsWithConsole.php
InteractsWithContainer.php
InteractsWithDatabase.php
InteractsWithDeprecationHandling.php
InteractsWithExceptionHandling.php
InteractsWithRedis.php
InteractsWithSession.php
InteractsWithTime.php
InteractsWithViews.php
MakesHttpRequests.php
src/Illuminate/Foundation/Testing/Traits
CanConfigureMigrationCommands.php
src/Illuminate/Foundation/Validation
ValidatesRequests.php
src/Illuminate/Foundation/resources
server.php
src/Illuminate/Hashing
AbstractHasher.php
Argon2IdHasher.php
ArgonHasher.php
BcryptHasher.php
HashManager.php
HashServiceProvider.php
composer.json
src/Illuminate/Http
File.php
FileHelpers.php
JsonResponse.php
RedirectResponse.php
Request.php
Response.php
ResponseTrait.php
UploadedFile.php
composer.json
src/Illuminate/Http/Client
ConnectionException.php
Factory.php
HttpClientException.php
PendingRequest.php
Pool.php
Request.php
RequestException.php
Response.php
ResponseSequence.php
src/Illuminate/Http/Client/Concerns
DeterminesStatusCode.php
src/Illuminate/Http/Client/Events
ConnectionFailed.php
RequestSending.php
ResponseReceived.php
src/Illuminate/Http/Concerns
CanBePrecognitive.php
InteractsWithContentTypes.php
InteractsWithFlashData.php
InteractsWithInput.php
src/Illuminate/Http/Exceptions
HttpResponseException.php
PostTooLargeException.php
ThrottleRequestsException.php
src/Illuminate/Http/Middleware
AddLinkHeadersForPreloadedAssets.php
CheckResponseForModifications.php
FrameGuard.php
HandleCors.php
SetCacheHeaders.php
TrustHosts.php
TrustProxies.php
ValidatePostSize.php
src/Illuminate/Http/Resources
CollectsResources.php
ConditionallyLoadsAttributes.php
DelegatesToResource.php
MergeValue.php
MissingValue.php
PotentiallyMissing.php
src/Illuminate/Http/Resources/Json
AnonymousResourceCollection.php
JsonResource.php
PaginatedResourceResponse.php
ResourceCollection.php
ResourceResponse.php
src/Illuminate/Http/Testing
File.php
FileFactory.php
MimeType.php
src/Illuminate/Log
LogManager.php
LogServiceProvider.php
Logger.php
ParsesLogConfiguration.php
composer.json
src/Illuminate/Log/Events
MessageLogged.php
src/Illuminate/Macroable
composer.json
src/Illuminate/Macroable/Traits
Macroable.php
src/Illuminate/Mail
Attachment.php
MailManager.php
MailServiceProvider.php
Mailable.php
Mailer.php
Markdown.php
Message.php
PendingMail.php
SendQueuedMailable.php
SentMessage.php
TextMessage.php
composer.json
src/Illuminate/Mail/Events
MessageSending.php
MessageSent.php
src/Illuminate/Mail/Mailables
Address.php
Attachment.php
Content.php
Envelope.php
Headers.php
src/Illuminate/Mail/Transport
ArrayTransport.php
LogTransport.php
SesTransport.php
SesV2Transport.php
src/Illuminate/Mail/resources/views/html
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Mail/resources/views/html/themes
default.css
src/Illuminate/Mail/resources/views/text
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Notifications
Action.php
AnonymousNotifiable.php
ChannelManager.php
DatabaseNotification.php
DatabaseNotificationCollection.php
HasDatabaseNotifications.php
Notifiable.php
Notification.php
NotificationSender.php
NotificationServiceProvider.php
RoutesNotifications.php
SendQueuedNotifications.php
composer.json
src/Illuminate/Notifications/Channels
BroadcastChannel.php
DatabaseChannel.php
MailChannel.php
src/Illuminate/Notifications/Console
NotificationTableCommand.php
src/Illuminate/Notifications/Events
BroadcastNotificationCreated.php
NotificationFailed.php
NotificationSending.php
NotificationSent.php
src/Illuminate/Notifications/Messages
BroadcastMessage.php
DatabaseMessage.php
MailMessage.php
SimpleMessage.php
src/Illuminate/Notifications/resources/views
email.blade.php
src/Illuminate/Pagination
AbstractCursorPaginator.php
AbstractPaginator.php
Cursor.php
CursorPaginator.php
LengthAwarePaginator.php
PaginationServiceProvider.php
PaginationState.php
Paginator.php
UrlWindow.php
composer.json
src/Illuminate/Pagination/resources/views
bootstrap-4.blade.php
bootstrap-5.blade.php
default.blade.php
semantic-ui.blade.php
simple-bootstrap-4.blade.php
simple-bootstrap-5.blade.php
simple-default.blade.php
simple-tailwind.blade.php
tailwind.blade.php
src/Illuminate/Pipeline
Hub.php
Pipeline.php
PipelineServiceProvider.php
composer.json
src/Illuminate/Process
Factory.php
FakeInvokedProcess.php
FakeProcessDescription.php
FakeProcessResult.php
FakeProcessSequence.php
InvokedProcess.php
InvokedProcessPool.php
PendingProcess.php
Pipe.php
Pool.php
ProcessPoolResults.php
ProcessResult.php
composer.json
src/Illuminate/Process/Exceptions
ProcessFailedException.php
ProcessTimedOutException.php
src/Illuminate/Queue
BeanstalkdQueue.php
CallQueuedClosure.php
CallQueuedHandler.php
DatabaseQueue.php
InteractsWithQueue.php
InvalidPayloadException.php
Listener.php
ListenerOptions.php
LuaScripts.php
ManuallyFailedException.php
MaxAttemptsExceededException.php
NullQueue.php
Queue.php
QueueManager.php
QueueServiceProvider.php
RedisQueue.php
SerializesAndRestoresModelIdentifiers.php
SerializesModels.php
SqsQueue.php
SyncQueue.php
TimeoutExceededException.php
Worker.php
WorkerOptions.php
composer.json
src/Illuminate/Notifications/Console/stubs
notifications.stub
src/Illuminate/Queue/Attributes
WithoutRelations.php
src/Illuminate/Queue/Capsule
Manager.php
src/Illuminate/Queue/Connectors
BeanstalkdConnector.php
ConnectorInterface.php
DatabaseConnector.php
NullConnector.php
RedisConnector.php
SqsConnector.php
SyncConnector.php
src/Illuminate/Queue/Console
BatchesTableCommand.php
ClearCommand.php
FailedTableCommand.php
FlushFailedCommand.php
ForgetFailedCommand.php
ListFailedCommand.php
ListenCommand.php
MonitorCommand.php
PruneBatchesCommand.php
PruneFailedJobsCommand.php
RestartCommand.php
RetryBatchCommand.php
RetryCommand.php
TableCommand.php
WorkCommand.php
src/Illuminate/Queue/Events
JobExceptionOccurred.php
JobFailed.php
JobPopped.php
JobPopping.php
JobProcessed.php
JobProcessing.php
JobQueued.php
JobReleasedAfterException.php
JobRetryRequested.php
JobTimedOut.php
Looping.php
QueueBusy.php
WorkerStopping.php
src/Illuminate/Queue/Failed
CountableFailedJobProvider.php
DatabaseFailedJobProvider.php
DatabaseUuidFailedJobProvider.php
DynamoDbFailedJobProvider.php
FailedJobProviderInterface.php
FileFailedJobProvider.php
NullFailedJobProvider.php
PrunableFailedJobProvider.php
src/Illuminate/Queue/Jobs
BeanstalkdJob.php
DatabaseJob.php
DatabaseJobRecord.php
Job.php
JobName.php
RedisJob.php
SqsJob.php
SyncJob.php
src/Illuminate/Queue/Middleware
RateLimited.php
RateLimitedWithRedis.php
SkipIfBatchCancelled.php
ThrottlesExceptions.php
ThrottlesExceptionsWithRedis.php
WithoutOverlapping.php
src/Illuminate/Redis
RedisManager.php
RedisServiceProvider.php
composer.json
src/Illuminate/Redis/Connections
Connection.php
PacksPhpRedisValues.php
PhpRedisClusterConnection.php
PhpRedisConnection.php
PredisClusterConnection.php
PredisConnection.php
src/Illuminate/Redis/Connectors
PhpRedisConnector.php
PredisConnector.php
src/Illuminate/Redis/Events
CommandExecuted.php
src/Illuminate/Redis/Limiters
ConcurrencyLimiter.php
ConcurrencyLimiterBuilder.php
DurationLimiter.php
DurationLimiterBuilder.php
src/Illuminate/Routing
AbstractRouteCollection.php
CallableDispatcher.php
CompiledRouteCollection.php
Controller.php
ControllerDispatcher.php
ControllerMiddlewareOptions.php
CreatesRegularExpressionRouteConstraints.php
FiltersControllerMiddleware.php
ImplicitRouteBinding.php
MiddlewareNameResolver.php
PendingResourceRegistration.php
PendingSingletonResourceRegistration.php
Pipeline.php
RedirectController.php
Redirector.php
ResolvesRouteDependencies.php
ResourceRegistrar.php
ResponseFactory.php
Route.php
RouteAction.php
RouteBinding.php
RouteCollection.php
RouteCollectionInterface.php
RouteDependencyResolverTrait.php
RouteFileRegistrar.php
RouteGroup.php
RouteParameterBinder.php
RouteRegistrar.php
RouteSignatureParameters.php
RouteUri.php
RouteUrlGenerator.php
Router.php
RoutingServiceProvider.php
SortedMiddleware.php
UrlGenerator.php
ViewController.php
composer.json
src/Illuminate/Routing/Console
ControllerMakeCommand.php
MiddlewareMakeCommand.php
src/Illuminate/Routing/Contracts
CallableDispatcher.php
ControllerDispatcher.php
src/Illuminate/Routing/Controllers
HasMiddleware.php
Middleware.php
src/Illuminate/Routing/Events
PreparingResponse.php
ResponsePrepared.php
RouteMatched.php
Routing.php
src/Illuminate/Routing/Exceptions
BackedEnumCaseNotFoundException.php
InvalidSignatureException.php
StreamedResponseException.php
UrlGenerationException.php
src/Illuminate/Routing/Matching
HostValidator.php
MethodValidator.php
SchemeValidator.php
UriValidator.php
ValidatorInterface.php
src/Illuminate/Routing/Middleware
SubstituteBindings.php
ThrottleRequests.php
ThrottleRequestsWithRedis.php
ValidateSignature.php
src/Illuminate/Session
ArraySessionHandler.php
CacheBasedSessionHandler.php
CookieSessionHandler.php
DatabaseSessionHandler.php
EncryptedStore.php
ExistenceAwareInterface.php
FileSessionHandler.php
NullSessionHandler.php
SessionManager.php
SessionServiceProvider.php
Store.php
SymfonySessionDecorator.php
TokenMismatchException.php
composer.json
src/Illuminate/Session/Console
SessionTableCommand.php
src/Illuminate/Session/Middleware
AuthenticateSession.php
StartSession.php
src/Illuminate/Support
AggregateServiceProvider.php
Benchmark.php
Carbon.php
Composer.php
ConfigurationUrlParser.php
DateFactory.php
DefaultProviders.php
Env.php
Fluent.php
HigherOrderTapProxy.php
HtmlString.php
InteractsWithTime.php
Js.php
Lottery.php
Manager.php
MessageBag.php
MultipleInstanceManager.php
NamespacedItemResolver.php
Number.php
Optional.php
Pluralizer.php
ProcessUtils.php
Reflector.php
ServiceProvider.php
Sleep.php
Str.php
Stringable.php
Timebox.php
ValidatedInput.php
ViewErrorBag.php
composer.json
helpers.php
src/Illuminate/Routing/Console/stubs
controller.model.api.stub
controller.model.stub
controller.nested.singleton.api.stub
controller.singleton.api.stub
controller.stub
src/Illuminate/Support/Exceptions
MathException.php
src/Illuminate/Support/Facades
App.php
Artisan.php
Auth.php
Blade.php
Broadcast.php
Bus.php
Cache.php
Config.php
Cookie.php
Crypt.php
DB.php
Date.php
Event.php
Facade.php
File.php
Gate.php
Hash.php
Http.php
Lang.php
Log.php
Mail.php
Notification.php
ParallelTesting.php
Password.php
Pipeline.php
Process.php
Queue.php
RateLimiter.php
Redirect.php
Redis.php
Request.php
Response.php
Route.php
Schedule.php
Schema.php
Session.php
Storage.php
URL.php
Validator.php
View.php
Vite.php
src/Illuminate/Session/Console/stubs
database.stub
src/Illuminate/Support/Testing/Fakes
BatchFake.php
BatchRepositoryFake.php
BusFake.php
ChainedBatchTruthTest.php
EventFake.php
Fake.php
MailFake.php
NotificationFake.php
PendingBatchFake.php
PendingChainFake.php
PendingMailFake.php
QueueFake.php
src/Illuminate/Support/Traits
CapsuleManagerTrait.php
Dumpable.php
ForwardsCalls.php
Localizable.php
ReflectsClosures.php
Tappable.php
src/Illuminate/Testing
Assert.php
AssertableJsonString.php
LoggedExceptionCollection.php
ParallelConsoleOutput.php
ParallelRunner.php
ParallelTesting.php
ParallelTestingServiceProvider.php
PendingCommand.php
TestComponent.php
TestResponse.php
TestView.php
composer.json
src/Illuminate/Testing/Concerns
AssertsStatusCodes.php
RunsInParallel.php
TestDatabases.php
src/Illuminate/Testing/Constraints
ArraySubset.php
CountInDatabase.php
HasInDatabase.php
NotSoftDeletedInDatabase.php
SeeInOrder.php
SoftDeletedInDatabase.php
src/Illuminate/Testing/Exceptions
InvalidArgumentException.php
src/Illuminate/Testing/Fluent
AssertableJson.php
src/Illuminate/Testing/Fluent/Concerns
Debugging.php
Has.php
Interaction.php
Matching.php
src/Illuminate/Translation
ArrayLoader.php
CreatesPotentiallyTranslatedStrings.php
FileLoader.php
MessageSelector.php
PotentiallyTranslatedString.php
TranslationServiceProvider.php
Translator.php
composer.json
src/Illuminate/Translation/lang/en
auth.php
pagination.php
passwords.php
validation.php
src/Illuminate/Validation
ClosureValidationRule.php
ConditionalRules.php
DatabasePresenceVerifier.php
DatabasePresenceVerifierInterface.php
Factory.php
InvokableValidationRule.php
NestedRules.php
NotPwnedVerifier.php
PresenceVerifierInterface.php
Rule.php
UnauthorizedException.php
ValidatesWhenResolvedTrait.php
ValidationData.php
ValidationException.php
ValidationRuleParser.php
ValidationServiceProvider.php
Validator.php
composer.json
src/Illuminate/Validation/Concerns
FilterEmailValidation.php
FormatsMessages.php
ReplacesAttributes.php
src/Illuminate/Validation/Rules
Can.php
DatabaseRule.php
Dimensions.php
Enum.php
ExcludeIf.php
Exists.php
File.php
ImageFile.php
In.php
NotIn.php
Password.php
ProhibitedIf.php
RequiredIf.php
Unique.php
src/Illuminate/View
AnonymousComponent.php
AppendableAttributeValue.php
Component.php
ComponentAttributeBag.php
ComponentSlot.php
DynamicComponent.php
Factory.php
FileViewFinder.php
InvokableComponentVariable.php
View.php
ViewException.php
ViewFinderInterface.php
ViewName.php
ViewServiceProvider.php
composer.json
src/Illuminate/View/Compilers
BladeCompiler.php
Compiler.php
CompilerInterface.php
ComponentTagCompiler.php
src/Illuminate/View/Compilers/Concerns
CompilesAuthorizations.php
CompilesClasses.php
CompilesComments.php
CompilesComponents.php
CompilesConditionals.php
CompilesEchos.php
CompilesErrors.php
CompilesFragments.php
CompilesHelpers.php
CompilesIncludes.php
CompilesInjections.php
CompilesJs.php
CompilesJson.php
CompilesLayouts.php
CompilesLoops.php
CompilesRawPhp.php
CompilesSessions.php
CompilesStacks.php
CompilesStyles.php
CompilesTranslations.php
CompilesUseStatements.php
src/Illuminate/View/Concerns
ManagesComponents.php
ManagesEvents.php
ManagesFragments.php
ManagesLayouts.php
ManagesLoops.php
ManagesStacks.php
ManagesTranslations.php
src/Illuminate/View/Engines
CompilerEngine.php
Engine.php
EngineResolver.php
FileEngine.php
PhpEngine.php
src/Illuminate/View/Middleware
ShareErrorsFromSession.php
General
README
Tech Stack
.
app.php
auth.php
broadcasting.php
cache.php
composer.json
cors.php
database.php
filesystems.php
hashing.php
logging.php
mail.php
queue.php
services.php
session.php
view.php
src/Illuminate/Auth
AuthManager.php
AuthServiceProvider.php
Authenticatable.php
AuthenticationException.php
CreatesUserProviders.php
DatabaseUserProvider.php
EloquentUserProvider.php
GenericUser.php
GuardHelpers.php
MustVerifyEmail.php
Recaller.php
RequestGuard.php
SessionGuard.php
TokenGuard.php
composer.json
src/Illuminate/Auth/Access
AuthorizationException.php
Gate.php
HandlesAuthorization.php
Response.php
src/Illuminate/Auth/Access/Events
GateEvaluated.php
src/Illuminate/Auth/Console
ClearResetsCommand.php
src/Illuminate/Auth/Console/stubs/make/views/layouts
app.stub
src/Illuminate/Auth/Events
Attempting.php
Authenticated.php
CurrentDeviceLogout.php
Failed.php
Lockout.php
Login.php
Logout.php
OtherDeviceLogout.php
PasswordReset.php
Registered.php
Validated.php
Verified.php
src/Illuminate/Auth/Listeners
SendEmailVerificationNotification.php
src/Illuminate/Auth/Middleware
Authenticate.php
AuthenticateWithBasicAuth.php
Authorize.php
EnsureEmailIsVerified.php
RedirectIfAuthenticated.php
RequirePassword.php
src/Illuminate/Auth/Notifications
ResetPassword.php
VerifyEmail.php
src/Illuminate/Auth/Passwords
CanResetPassword.php
DatabaseTokenRepository.php
PasswordBroker.php
PasswordBrokerManager.php
PasswordResetServiceProvider.php
TokenRepositoryInterface.php
src/Illuminate/Broadcasting
BroadcastController.php
BroadcastEvent.php
BroadcastException.php
BroadcastManager.php
BroadcastServiceProvider.php
Channel.php
EncryptedPrivateChannel.php
InteractsWithBroadcasting.php
InteractsWithSockets.php
PendingBroadcast.php
PresenceChannel.php
PrivateChannel.php
UniqueBroadcastEvent.php
composer.json
src/Illuminate/Broadcasting/Broadcasters
AblyBroadcaster.php
Broadcaster.php
LogBroadcaster.php
NullBroadcaster.php
PusherBroadcaster.php
RedisBroadcaster.php
UsePusherChannelConventions.php
src/Illuminate/Bus
Batch.php
BatchFactory.php
BatchRepository.php
Batchable.php
BusServiceProvider.php
ChainedBatch.php
DatabaseBatchRepository.php
Dispatcher.php
DynamoBatchRepository.php
PendingBatch.php
PrunableBatchRepository.php
Queueable.php
UniqueLock.php
UpdatedBatchJobCounts.php
composer.json
src/Illuminate/Bus/Events
BatchDispatched.php
src/Illuminate/Cache
ApcStore.php
ApcWrapper.php
ArrayLock.php
ArrayStore.php
CacheLock.php
CacheManager.php
CacheServiceProvider.php
DatabaseLock.php
DatabaseStore.php
DynamoDbLock.php
DynamoDbStore.php
FileLock.php
FileStore.php
HasCacheLock.php
Lock.php
LuaScripts.php
MemcachedConnector.php
MemcachedLock.php
MemcachedStore.php
NoLock.php
NullStore.php
PhpRedisLock.php
RateLimiter.php
RedisLock.php
RedisStore.php
RedisTagSet.php
RedisTaggedCache.php
Repository.php
RetrievesMultipleKeys.php
TagSet.php
TaggableStore.php
TaggedCache.php
composer.json
src/Illuminate/Cache/Console
CacheTableCommand.php
ClearCommand.php
ForgetCommand.php
PruneStaleTagsCommand.php
src/Illuminate/Cache/Events
CacheEvent.php
CacheHit.php
CacheMissed.php
KeyForgotten.php
KeyWritten.php
src/Illuminate/Cache/Console/stubs
cache.stub
src/Illuminate/Cache/RateLimiting
GlobalLimit.php
Limit.php
Unlimited.php
src/Illuminate/Collections
Arr.php
Collection.php
Enumerable.php
HigherOrderCollectionProxy.php
ItemNotFoundException.php
LazyCollection.php
MultipleItemsFoundException.php
composer.json
helpers.php
src/Illuminate/Collections/Traits
EnumeratesValues.php
src/Illuminate/Conditionable
HigherOrderWhenProxy.php
composer.json
src/Illuminate/Conditionable/Traits
Conditionable.php
src/Illuminate/Config
Repository.php
composer.json
src/Illuminate/Console
Application.php
BufferedConsoleOutput.php
CacheCommandMutex.php
Command.php
CommandMutex.php
ConfirmableTrait.php
ContainerCommandLoader.php
GeneratorCommand.php
MigrationGeneratorCommand.php
OutputStyle.php
Parser.php
PromptValidationException.php
QuestionHelper.php
Signals.php
composer.json
src/Illuminate/Console/Concerns
CallsCommands.php
ConfiguresPrompts.php
CreatesMatchingTest.php
HasParameters.php
InteractsWithIO.php
InteractsWithSignals.php
PromptsForMissingInput.php
src/Illuminate/Console/Contracts
NewLineAware.php
src/Illuminate/Console/Events
ArtisanStarting.php
CommandFinished.php
CommandStarting.php
ScheduledBackgroundTaskFinished.php
ScheduledTaskFailed.php
ScheduledTaskFinished.php
ScheduledTaskSkipped.php
ScheduledTaskStarting.php
src/Illuminate/Console/Scheduling
CacheAware.php
CacheEventMutex.php
CacheSchedulingMutex.php
CallbackEvent.php
CommandBuilder.php
Event.php
EventMutex.php
ManagesFrequencies.php
Schedule.php
ScheduleClearCacheCommand.php
ScheduleFinishCommand.php
ScheduleInterruptCommand.php
ScheduleListCommand.php
ScheduleRunCommand.php
ScheduleTestCommand.php
ScheduleWorkCommand.php
SchedulingMutex.php
src/Illuminate/Console/View/Components
Alert.php
Ask.php
AskWithCompletion.php
BulletList.php
Choice.php
Component.php
Confirm.php
Error.php
Factory.php
Info.php
Line.php
Secret.php
Task.php
TwoColumnDetail.php
Warn.php
src/Illuminate/Console/View/Components/Mutators
EnsureDynamicContentIsHighlighted.php
EnsureNoPunctuation.php
EnsurePunctuation.php
EnsureRelativePaths.php
src/Illuminate/Console/resources/views/components
alert.php
bullet-list.php
line.php
two-column-detail.php
src/Illuminate/Container
BoundMethod.php
Container.php
ContextualBindingBuilder.php
EntryNotFoundException.php
RewindableGenerator.php
Util.php
composer.json
src/Illuminate/Contracts
composer.json
src/Illuminate/Contracts/Auth
Authenticatable.php
CanResetPassword.php
Factory.php
Guard.php
MustVerifyEmail.php
PasswordBroker.php
PasswordBrokerFactory.php
StatefulGuard.php
SupportsBasicAuth.php
UserProvider.php
src/Illuminate/Contracts/Auth/Access
Authorizable.php
Gate.php
src/Illuminate/Contracts/Auth/Middleware
AuthenticatesRequests.php
src/Illuminate/Contracts/Broadcasting
Broadcaster.php
Factory.php
HasBroadcastChannel.php
ShouldBeUnique.php
ShouldBroadcast.php
ShouldBroadcastNow.php
src/Illuminate/Contracts/Bus
Dispatcher.php
QueueingDispatcher.php
src/Illuminate/Contracts/Cache
Factory.php
Lock.php
LockProvider.php
LockTimeoutException.php
Repository.php
Store.php
src/Illuminate/Contracts/Config
Repository.php
src/Illuminate/Contracts/Console
Application.php
Isolatable.php
Kernel.php
PromptsForMissingInput.php
src/Illuminate/Contracts/Container
BindingResolutionException.php
CircularDependencyException.php
Container.php
ContextualBindingBuilder.php
src/Illuminate/Contracts/Cookie
Factory.php
QueueingFactory.php
src/Illuminate/Contracts/Database
ModelIdentifier.php
src/Illuminate/Contracts/Database/Eloquent
Builder.php
Castable.php
CastsAttributes.php
CastsInboundAttributes.php
DeviatesCastableAttributes.php
SerializesCastableAttributes.php
SupportsPartialRelations.php
src/Illuminate/Contracts/Database/Events
MigrationEvent.php
src/Illuminate/Contracts/Database/Query
Builder.php
ConditionExpression.php
Expression.php
src/Illuminate/Contracts/Debug
ExceptionHandler.php
src/Illuminate/Contracts/Encryption
DecryptException.php
EncryptException.php
Encrypter.php
StringEncrypter.php
src/Illuminate/Contracts/Events
Dispatcher.php
ShouldDispatchAfterCommit.php
ShouldHandleEventsAfterCommit.php
src/Illuminate/Contracts/Filesystem
Cloud.php
Factory.php
FileNotFoundException.php
Filesystem.php
LockTimeoutException.php
src/Illuminate/Contracts/Foundation
Application.php
CachesConfiguration.php
CachesRoutes.php
ExceptionRenderer.php
MaintenanceMode.php
src/Illuminate/Contracts/Hashing
Hasher.php
src/Illuminate/Contracts/Http
Kernel.php
src/Illuminate/Contracts/Mail
Attachable.php
Factory.php
MailQueue.php
Mailable.php
Mailer.php
src/Illuminate/Contracts/Notifications
Dispatcher.php
Factory.php
src/Illuminate/Contracts/Pagination
CursorPaginator.php
LengthAwarePaginator.php
Paginator.php
src/Illuminate/Contracts/Pipeline
Hub.php
Pipeline.php
src/Illuminate/Contracts/Process
InvokedProcess.php
ProcessResult.php
src/Illuminate/Contracts/Queue
ClearableQueue.php
EntityNotFoundException.php
EntityResolver.php
Factory.php
Job.php
Monitor.php
Queue.php
QueueableCollection.php
QueueableEntity.php
ShouldBeEncrypted.php
ShouldBeUnique.php
ShouldBeUniqueUntilProcessing.php
ShouldQueue.php
ShouldQueueAfterCommit.php
src/Illuminate/Contracts/Redis
Connection.php
Connector.php
Factory.php
LimiterTimeoutException.php
src/Illuminate/Contracts/Routing
BindingRegistrar.php
Registrar.php
ResponseFactory.php
UrlGenerator.php
UrlRoutable.php
src/Illuminate/Contracts/Session
Session.php
src/Illuminate/Contracts/Session/Middleware
AuthenticatesSessions.php
src/Illuminate/Contracts/Support
Arrayable.php
CanBeEscapedWhenCastToString.php
DeferrableProvider.php
DeferringDisplayableValue.php
Htmlable.php
Jsonable.php
MessageBag.php
MessageProvider.php
Renderable.php
Responsable.php
ValidatedData.php
src/Illuminate/Contracts/Translation
HasLocalePreference.php
Loader.php
Translator.php
src/Illuminate/Contracts/Validation
DataAwareRule.php
Factory.php
ImplicitRule.php
InvokableRule.php
Rule.php
UncompromisedVerifier.php
ValidatesWhenResolved.php
ValidationRule.php
Validator.php
ValidatorAwareRule.php
src/Illuminate/Contracts/View
Engine.php
Factory.php
View.php
ViewCompilationException.php
src/Illuminate/Cookie
CookieJar.php
CookieServiceProvider.php
CookieValuePrefix.php
composer.json
src/Illuminate/Cookie/Middleware
AddQueuedCookiesToResponse.php
EncryptCookies.php
src/Illuminate/Database
ClassMorphViolationException.php
ConfigurationUrlParser.php
Connection.php
ConnectionInterface.php
ConnectionResolver.php
ConnectionResolverInterface.php
DatabaseManager.php
DatabaseServiceProvider.php
DatabaseTransactionRecord.php
DatabaseTransactionsManager.php
DeadlockException.php
DetectsConcurrencyErrors.php
DetectsLostConnections.php
Grammar.php
LazyLoadingViolationException.php
LostConnectionException.php
MigrationServiceProvider.php
MultipleColumnsSelectedException.php
MultipleRecordsFoundException.php
MySqlConnection.php
PostgresConnection.php
QueryException.php
RecordsNotFoundException.php
SQLiteConnection.php
SQLiteDatabaseDoesNotExistException.php
Seeder.php
SqlServerConnection.php
UniqueConstraintViolationException.php
composer.json
src/Illuminate/Database/Capsule
Manager.php
src/Illuminate/Database/Concerns
BuildsQueries.php
CompilesJsonPaths.php
ExplainsQueries.php
ManagesTransactions.php
ParsesSearchPath.php
src/Illuminate/Database/Connectors
ConnectionFactory.php
Connector.php
ConnectorInterface.php
MySqlConnector.php
PostgresConnector.php
SQLiteConnector.php
SqlServerConnector.php
src/Illuminate/Database/Console
DatabaseInspectionCommand.php
DbCommand.php
DumpCommand.php
MonitorCommand.php
PruneCommand.php
ShowCommand.php
ShowModelCommand.php
TableCommand.php
WipeCommand.php
src/Illuminate/Database/Console/Factories
FactoryMakeCommand.php
src/Illuminate/Database/Console/Migrations
BaseCommand.php
FreshCommand.php
InstallCommand.php
MigrateCommand.php
MigrateMakeCommand.php
RefreshCommand.php
ResetCommand.php
RollbackCommand.php
StatusCommand.php
TableGuesser.php
src/Illuminate/Database/Console/Factories/stubs
factory.stub
src/Illuminate/Database/Console/Seeds
SeedCommand.php
SeederMakeCommand.php
WithoutModelEvents.php
src/Illuminate/Database/DBAL
TimestampType.php
src/Illuminate/Database/Eloquent
BroadcastableModelEventOccurred.php
BroadcastsEvents.php
BroadcastsEventsAfterCommit.php
Builder.php
Collection.php
HigherOrderBuilderProxy.php
InvalidCastException.php
JsonEncodingException.php
MassAssignmentException.php
MassPrunable.php
MissingAttributeException.php
Model.php
ModelNotFoundException.php
PendingHasThroughRelationship.php
Prunable.php
QueueEntityResolver.php
RelationNotFoundException.php
Scope.php
SoftDeletes.php
SoftDeletingScope.php
src/Illuminate/Database/Eloquent/Casts
ArrayObject.php
AsArrayObject.php
AsCollection.php
AsEncryptedArrayObject.php
AsEncryptedCollection.php
AsEnumArrayObject.php
AsEnumCollection.php
AsStringable.php
Attribute.php
Json.php
src/Illuminate/Database/Eloquent/Concerns
GuardsAttributes.php
HasAttributes.php
HasEvents.php
HasGlobalScopes.php
HasRelationships.php
HasTimestamps.php
HasUlids.php
HasUniqueIds.php
HasUuids.php
HidesAttributes.php
QueriesRelationships.php
src/Illuminate/Database/Eloquent/Factories
BelongsToManyRelationship.php
BelongsToRelationship.php
CrossJoinSequence.php
Factory.php
HasFactory.php
Relationship.php
Sequence.php
src/Illuminate/Database/Eloquent/Relations
BelongsTo.php
BelongsToMany.php
HasMany.php
HasManyThrough.php
HasOne.php
HasOneOrMany.php
HasOneThrough.php
MorphMany.php
MorphOne.php
MorphOneOrMany.php
MorphPivot.php
MorphTo.php
MorphToMany.php
Pivot.php
Relation.php
src/Illuminate/Database/Eloquent/Relations/Concerns
AsPivot.php
CanBeOneOfMany.php
ComparesRelatedModels.php
InteractsWithDictionary.php
InteractsWithPivotTable.php
SupportsDefaultModels.php
src/Illuminate/Database/Events
ConnectionEstablished.php
ConnectionEvent.php
DatabaseBusy.php
DatabaseRefreshed.php
MigrationEnded.php
MigrationEvent.php
MigrationStarted.php
MigrationsEnded.php
MigrationsEvent.php
MigrationsStarted.php
ModelPruningFinished.php
ModelPruningStarting.php
ModelsPruned.php
NoPendingMigrations.php
QueryExecuted.php
SchemaDumped.php
SchemaLoaded.php
StatementPrepared.php
TransactionBeginning.php
TransactionCommitted.php
TransactionCommitting.php
TransactionRolledBack.php
src/Illuminate/Database/Migrations
DatabaseMigrationRepository.php
Migration.php
MigrationCreator.php
MigrationRepositoryInterface.php
Migrator.php
src/Illuminate/Database/PDO
Connection.php
MySqlDriver.php
PostgresDriver.php
SQLiteDriver.php
SqlServerConnection.php
SqlServerDriver.php
src/Illuminate/Database/Migrations/stubs
migration.stub
migration.update.stub
src/Illuminate/Database/PDO/Concerns
ConnectsToDatabase.php
src/Illuminate/Database/Query
Expression.php
IndexHint.php
JoinClause.php
src/Illuminate/Database/Query/Grammars
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Database/Query/Processors
MySqlProcessor.php
PostgresProcessor.php
Processor.php
SQLiteProcessor.php
SqlServerProcessor.php
src/Illuminate/Database/Schema
Blueprint.php
Builder.php
ColumnDefinition.php
ForeignIdColumnDefinition.php
ForeignKeyDefinition.php
IndexDefinition.php
MySqlBuilder.php
MySqlSchemaState.php
PostgresBuilder.php
PostgresSchemaState.php
SQLiteBuilder.php
SchemaState.php
SqlServerBuilder.php
SqliteSchemaState.php
src/Illuminate/Database/Schema/Grammars
ChangeColumn.php
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
RenameColumn.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Encryption
Encrypter.php
EncryptionServiceProvider.php
MissingAppKeyException.php
composer.json
src/Illuminate/Events
CallQueuedListener.php
Dispatcher.php
EventServiceProvider.php
InvokeQueuedClosure.php
NullDispatcher.php
QueuedClosure.php
composer.json
functions.php
src/Illuminate/Filesystem
AwsS3V3Adapter.php
Filesystem.php
FilesystemAdapter.php
FilesystemManager.php
FilesystemServiceProvider.php
LockableFile.php
composer.json
functions.php
src/Illuminate/Foundation
AliasLoader.php
Application.php
CacheBasedMaintenanceMode.php
ComposerScripts.php
EnvironmentDetector.php
FileBasedMaintenanceMode.php
Inspiring.php
MaintenanceModeManager.php
Mix.php
PackageManifest.php
Precognition.php
ProviderRepository.php
Vite.php
ViteManifestNotFoundException.php
helpers.php
src/Illuminate/Foundation/Auth
EmailVerificationRequest.php
User.php
src/Illuminate/Foundation/Auth/Access
Authorizable.php
AuthorizesRequests.php
src/Illuminate/Foundation/Bootstrap
BootProviders.php
HandleExceptions.php
LoadConfiguration.php
LoadEnvironmentVariables.php
RegisterFacades.php
RegisterProviders.php
SetRequestForConsole.php
src/Illuminate/Foundation/Bus
Dispatchable.php
DispatchesJobs.php
PendingChain.php
PendingClosureDispatch.php
PendingDispatch.php
src/Illuminate/Foundation/Concerns
ResolvesDumpSource.php
src/Illuminate/Foundation/Configuration
ApplicationBuilder.php
Exceptions.php
Middleware.php
src/Illuminate/Foundation/Console
AboutCommand.php
ApiInstallCommand.php
BroadcastingInstallCommand.php
CastMakeCommand.php
ChannelListCommand.php
ChannelMakeCommand.php
ClearCompiledCommand.php
CliDumper.php
ClosureCommand.php
ComponentMakeCommand.php
ConfigCacheCommand.php
ConfigClearCommand.php
ConfigPublishCommand.php
ConfigShowCommand.php
ConsoleMakeCommand.php
DocsCommand.php
DownCommand.php
EnvironmentCommand.php
EnvironmentDecryptCommand.php
EnvironmentEncryptCommand.php
EventCacheCommand.php
EventClearCommand.php
EventGenerateCommand.php
EventListCommand.php
EventMakeCommand.php
ExceptionMakeCommand.php
InteractsWithComposerPackages.php
JobMakeCommand.php
Kernel.php
KeyGenerateCommand.php
LangPublishCommand.php
ListenerMakeCommand.php
MailMakeCommand.php
ModelMakeCommand.php
NotificationMakeCommand.php
ObserverMakeCommand.php
OptimizeClearCommand.php
OptimizeCommand.php
PackageDiscoverCommand.php
PolicyMakeCommand.php
ProviderMakeCommand.php
QueuedCommand.php
RequestMakeCommand.php
ResourceMakeCommand.php
RouteCacheCommand.php
RouteClearCommand.php
RouteListCommand.php
RuleMakeCommand.php
ScopeMakeCommand.php
ServeCommand.php
StorageLinkCommand.php
StubPublishCommand.php
TestMakeCommand.php
UpCommand.php
VendorPublishCommand.php
ViewCacheCommand.php
ViewClearCommand.php
ViewMakeCommand.php
src/Illuminate/Foundation/Events
DiscoverEvents.php
Dispatchable.php
LocaleUpdated.php
MaintenanceModeDisabled.php
MaintenanceModeEnabled.php
PublishingStubs.php
VendorTagPublished.php
src/Illuminate/Foundation/Exceptions
Handler.php
RegisterErrorViewPaths.php
ReportableHandler.php
src/Illuminate/Foundation/Exceptions/Whoops
WhoopsExceptionRenderer.php
WhoopsHandler.php
src/Illuminate/Foundation/Console/stubs
channel.stub
job.queued.stub
listener-queued-duck.stub
listener.stub
markdown-mail.stub
policy.stub
provider.stub
request.stub
routes.stub
src/Illuminate/Foundation/Exceptions/views
401.blade.php
402.blade.php
403.blade.php
404.blade.php
419.blade.php
429.blade.php
500.blade.php
503.blade.php
layout.blade.php
minimal.blade.php
src/Illuminate/Foundation/Http
FormRequest.php
HtmlDumper.php
Kernel.php
MaintenanceModeBypassCookie.php
src/Illuminate/Foundation/Http/Events
RequestHandled.php
src/Illuminate/Foundation/Http/Middleware
CheckForMaintenanceMode.php
ConvertEmptyStringsToNull.php
HandlePrecognitiveRequests.php
PreventRequestsDuringMaintenance.php
TransformsRequest.php
TrimStrings.php
ValidateCsrfToken.php
ValidatePostSize.php
VerifyCsrfToken.php
src/Illuminate/Foundation/Providers
ArtisanServiceProvider.php
ComposerServiceProvider.php
ConsoleSupportServiceProvider.php
FormRequestServiceProvider.php
FoundationServiceProvider.php
src/Illuminate/Foundation/Routing
PrecognitionCallableDispatcher.php
PrecognitionControllerDispatcher.php
src/Illuminate/Foundation/Support/Providers
AuthServiceProvider.php
EventServiceProvider.php
RouteServiceProvider.php
src/Illuminate/Foundation/Testing
DatabaseMigrations.php
DatabaseTransactions.php
DatabaseTransactionsManager.php
DatabaseTruncation.php
LazilyRefreshDatabase.php
RefreshDatabase.php
RefreshDatabaseState.php
TestCase.php
WithConsoleEvents.php
WithFaker.php
WithoutMiddleware.php
Wormhole.php
src/Illuminate/Foundation/Testing/Concerns
InteractsWithAuthentication.php
InteractsWithConsole.php
InteractsWithContainer.php
InteractsWithDatabase.php
InteractsWithDeprecationHandling.php
InteractsWithExceptionHandling.php
InteractsWithRedis.php
InteractsWithSession.php
InteractsWithTime.php
InteractsWithViews.php
MakesHttpRequests.php
src/Illuminate/Foundation/Testing/Traits
CanConfigureMigrationCommands.php
src/Illuminate/Foundation/Validation
ValidatesRequests.php
src/Illuminate/Foundation/resources
server.php
src/Illuminate/Hashing
AbstractHasher.php
Argon2IdHasher.php
ArgonHasher.php
BcryptHasher.php
HashManager.php
HashServiceProvider.php
composer.json
src/Illuminate/Http
File.php
FileHelpers.php
JsonResponse.php
RedirectResponse.php
Request.php
Response.php
ResponseTrait.php
UploadedFile.php
composer.json
src/Illuminate/Http/Client
ConnectionException.php
Factory.php
HttpClientException.php
PendingRequest.php
Pool.php
Request.php
RequestException.php
Response.php
ResponseSequence.php
src/Illuminate/Http/Client/Concerns
DeterminesStatusCode.php
src/Illuminate/Http/Client/Events
ConnectionFailed.php
RequestSending.php
ResponseReceived.php
src/Illuminate/Http/Concerns
CanBePrecognitive.php
InteractsWithContentTypes.php
InteractsWithFlashData.php
InteractsWithInput.php
src/Illuminate/Http/Exceptions
HttpResponseException.php
PostTooLargeException.php
ThrottleRequestsException.php
src/Illuminate/Http/Middleware
AddLinkHeadersForPreloadedAssets.php
CheckResponseForModifications.php
FrameGuard.php
HandleCors.php
SetCacheHeaders.php
TrustHosts.php
TrustProxies.php
ValidatePostSize.php
src/Illuminate/Http/Resources
CollectsResources.php
ConditionallyLoadsAttributes.php
DelegatesToResource.php
MergeValue.php
MissingValue.php
PotentiallyMissing.php
src/Illuminate/Http/Resources/Json
AnonymousResourceCollection.php
JsonResource.php
PaginatedResourceResponse.php
ResourceCollection.php
ResourceResponse.php
src/Illuminate/Http/Testing
File.php
FileFactory.php
MimeType.php
src/Illuminate/Log
LogManager.php
LogServiceProvider.php
Logger.php
ParsesLogConfiguration.php
composer.json
src/Illuminate/Log/Events
MessageLogged.php
src/Illuminate/Macroable
composer.json
src/Illuminate/Macroable/Traits
Macroable.php
src/Illuminate/Mail
Attachment.php
MailManager.php
MailServiceProvider.php
Mailable.php
Mailer.php
Markdown.php
Message.php
PendingMail.php
SendQueuedMailable.php
SentMessage.php
TextMessage.php
composer.json
src/Illuminate/Mail/Events
MessageSending.php
MessageSent.php
src/Illuminate/Mail/Mailables
Address.php
Attachment.php
Content.php
Envelope.php
Headers.php
src/Illuminate/Mail/Transport
ArrayTransport.php
LogTransport.php
SesTransport.php
SesV2Transport.php
src/Illuminate/Mail/resources/views/html
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Mail/resources/views/html/themes
default.css
src/Illuminate/Mail/resources/views/text
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Notifications
Action.php
AnonymousNotifiable.php
ChannelManager.php
DatabaseNotification.php
DatabaseNotificationCollection.php
HasDatabaseNotifications.php
Notifiable.php
Notification.php
NotificationSender.php
NotificationServiceProvider.php
RoutesNotifications.php
SendQueuedNotifications.php
composer.json
src/Illuminate/Notifications/Channels
BroadcastChannel.php
DatabaseChannel.php
MailChannel.php
src/Illuminate/Notifications/Console
NotificationTableCommand.php
src/Illuminate/Notifications/Events
BroadcastNotificationCreated.php
NotificationFailed.php
NotificationSending.php
NotificationSent.php
src/Illuminate/Notifications/Messages
BroadcastMessage.php
DatabaseMessage.php
MailMessage.php
SimpleMessage.php
src/Illuminate/Notifications/resources/views
email.blade.php
src/Illuminate/Pagination
AbstractCursorPaginator.php
AbstractPaginator.php
Cursor.php
CursorPaginator.php
LengthAwarePaginator.php
PaginationServiceProvider.php
PaginationState.php
Paginator.php
UrlWindow.php
composer.json
src/Illuminate/Pagination/resources/views
bootstrap-4.blade.php
bootstrap-5.blade.php
default.blade.php
semantic-ui.blade.php
simple-bootstrap-4.blade.php
simple-bootstrap-5.blade.php
simple-default.blade.php
simple-tailwind.blade.php
tailwind.blade.php
src/Illuminate/Pipeline
Hub.php
Pipeline.php
PipelineServiceProvider.php
composer.json
src/Illuminate/Process
Factory.php
FakeInvokedProcess.php
FakeProcessDescription.php
FakeProcessResult.php
FakeProcessSequence.php
InvokedProcess.php
InvokedProcessPool.php
PendingProcess.php
Pipe.php
Pool.php
ProcessPoolResults.php
ProcessResult.php
composer.json
src/Illuminate/Process/Exceptions
ProcessFailedException.php
ProcessTimedOutException.php
src/Illuminate/Queue
BeanstalkdQueue.php
CallQueuedClosure.php
CallQueuedHandler.php
DatabaseQueue.php
InteractsWithQueue.php
InvalidPayloadException.php
Listener.php
ListenerOptions.php
LuaScripts.php
ManuallyFailedException.php
MaxAttemptsExceededException.php
NullQueue.php
Queue.php
QueueManager.php
QueueServiceProvider.php
RedisQueue.php
SerializesAndRestoresModelIdentifiers.php
SerializesModels.php
SqsQueue.php
SyncQueue.php
TimeoutExceededException.php
Worker.php
WorkerOptions.php
composer.json
src/Illuminate/Notifications/Console/stubs
notifications.stub
src/Illuminate/Queue/Attributes
WithoutRelations.php
src/Illuminate/Queue/Capsule
Manager.php
src/Illuminate/Queue/Connectors
BeanstalkdConnector.php
ConnectorInterface.php
DatabaseConnector.php
NullConnector.php
RedisConnector.php
SqsConnector.php
SyncConnector.php
src/Illuminate/Queue/Console
BatchesTableCommand.php
ClearCommand.php
FailedTableCommand.php
FlushFailedCommand.php
ForgetFailedCommand.php
ListFailedCommand.php
ListenCommand.php
MonitorCommand.php
PruneBatchesCommand.php
PruneFailedJobsCommand.php
RestartCommand.php
RetryBatchCommand.php
RetryCommand.php
TableCommand.php
WorkCommand.php
src/Illuminate/Queue/Events
JobExceptionOccurred.php
JobFailed.php
JobPopped.php
JobPopping.php
JobProcessed.php
JobProcessing.php
JobQueued.php
JobReleasedAfterException.php
JobRetryRequested.php
JobTimedOut.php
Looping.php
QueueBusy.php
WorkerStopping.php
src/Illuminate/Queue/Failed
CountableFailedJobProvider.php
DatabaseFailedJobProvider.php
DatabaseUuidFailedJobProvider.php
DynamoDbFailedJobProvider.php
FailedJobProviderInterface.php
FileFailedJobProvider.php
NullFailedJobProvider.php
PrunableFailedJobProvider.php
src/Illuminate/Queue/Jobs
BeanstalkdJob.php
DatabaseJob.php
DatabaseJobRecord.php
Job.php
JobName.php
RedisJob.php
SqsJob.php
SyncJob.php
src/Illuminate/Queue/Middleware
RateLimited.php
RateLimitedWithRedis.php
SkipIfBatchCancelled.php
ThrottlesExceptions.php
ThrottlesExceptionsWithRedis.php
WithoutOverlapping.php
src/Illuminate/Redis
RedisManager.php
RedisServiceProvider.php
composer.json
src/Illuminate/Redis/Connections
Connection.php
PacksPhpRedisValues.php
PhpRedisClusterConnection.php
PhpRedisConnection.php
PredisClusterConnection.php
PredisConnection.php
src/Illuminate/Redis/Connectors
PhpRedisConnector.php
PredisConnector.php
src/Illuminate/Redis/Events
CommandExecuted.php
src/Illuminate/Redis/Limiters
ConcurrencyLimiter.php
ConcurrencyLimiterBuilder.php
DurationLimiter.php
DurationLimiterBuilder.php
src/Illuminate/Routing
AbstractRouteCollection.php
CallableDispatcher.php
CompiledRouteCollection.php
Controller.php
ControllerDispatcher.php
ControllerMiddlewareOptions.php
CreatesRegularExpressionRouteConstraints.php
FiltersControllerMiddleware.php
ImplicitRouteBinding.php
MiddlewareNameResolver.php
PendingResourceRegistration.php
PendingSingletonResourceRegistration.php
Pipeline.php
RedirectController.php
Redirector.php
ResolvesRouteDependencies.php
ResourceRegistrar.php
ResponseFactory.php
Route.php
RouteAction.php
RouteBinding.php
RouteCollection.php
RouteCollectionInterface.php
RouteDependencyResolverTrait.php
RouteFileRegistrar.php
RouteGroup.php
RouteParameterBinder.php
RouteRegistrar.php
RouteSignatureParameters.php
RouteUri.php
RouteUrlGenerator.php
Router.php
RoutingServiceProvider.php
SortedMiddleware.php
UrlGenerator.php
ViewController.php
composer.json
src/Illuminate/Routing/Console
ControllerMakeCommand.php
MiddlewareMakeCommand.php
src/Illuminate/Routing/Contracts
CallableDispatcher.php
ControllerDispatcher.php
src/Illuminate/Routing/Controllers
HasMiddleware.php
Middleware.php
src/Illuminate/Routing/Events
PreparingResponse.php
ResponsePrepared.php
RouteMatched.php
Routing.php
src/Illuminate/Routing/Exceptions
BackedEnumCaseNotFoundException.php
InvalidSignatureException.php
StreamedResponseException.php
UrlGenerationException.php
src/Illuminate/Routing/Matching
HostValidator.php
MethodValidator.php
SchemeValidator.php
UriValidator.php
ValidatorInterface.php
src/Illuminate/Routing/Middleware
SubstituteBindings.php
ThrottleRequests.php
ThrottleRequestsWithRedis.php
ValidateSignature.php
src/Illuminate/Session
ArraySessionHandler.php
CacheBasedSessionHandler.php
CookieSessionHandler.php
DatabaseSessionHandler.php
EncryptedStore.php
ExistenceAwareInterface.php
FileSessionHandler.php
NullSessionHandler.php
SessionManager.php
SessionServiceProvider.php
Store.php
SymfonySessionDecorator.php
TokenMismatchException.php
composer.json
src/Illuminate/Session/Console
SessionTableCommand.php
src/Illuminate/Session/Middleware
AuthenticateSession.php
StartSession.php
src/Illuminate/Support
AggregateServiceProvider.php
Benchmark.php
Carbon.php
Composer.php
ConfigurationUrlParser.php
DateFactory.php
DefaultProviders.php
Env.php
Fluent.php
HigherOrderTapProxy.php
HtmlString.php
InteractsWithTime.php
Js.php
Lottery.php
Manager.php
MessageBag.php
MultipleInstanceManager.php
NamespacedItemResolver.php
Number.php
Optional.php
Pluralizer.php
ProcessUtils.php
Reflector.php
ServiceProvider.php
Sleep.php
Str.php
Stringable.php
Timebox.php
ValidatedInput.php
ViewErrorBag.php
composer.json
helpers.php
src/Illuminate/Routing/Console/stubs
controller.model.api.stub
controller.model.stub
controller.nested.singleton.api.stub
controller.singleton.api.stub
controller.stub
src/Illuminate/Support/Exceptions
MathException.php
src/Illuminate/Support/Facades
App.php
Artisan.php
Auth.php
Blade.php
Broadcast.php
Bus.php
Cache.php
Config.php
Cookie.php
Crypt.php
DB.php
Date.php
Event.php
Facade.php
File.php
Gate.php
Hash.php
Http.php
Lang.php
Log.php
Mail.php
Notification.php
ParallelTesting.php
Password.php
Pipeline.php
Process.php
Queue.php
RateLimiter.php
Redirect.php
Redis.php
Request.php
Response.php
Route.php
Schedule.php
Schema.php
Session.php
Storage.php
URL.php
Validator.php
View.php
Vite.php
src/Illuminate/Session/Console/stubs
database.stub
src/Illuminate/Support/Testing/Fakes
BatchFake.php
BatchRepositoryFake.php
BusFake.php
ChainedBatchTruthTest.php
EventFake.php
Fake.php
MailFake.php
NotificationFake.php
PendingBatchFake.php
PendingChainFake.php
PendingMailFake.php
QueueFake.php
src/Illuminate/Support/Traits
CapsuleManagerTrait.php
Dumpable.php
ForwardsCalls.php
Localizable.php
ReflectsClosures.php
Tappable.php
src/Illuminate/Testing
Assert.php
AssertableJsonString.php
LoggedExceptionCollection.php
ParallelConsoleOutput.php
ParallelRunner.php
ParallelTesting.php
ParallelTestingServiceProvider.php
PendingCommand.php
TestComponent.php
TestResponse.php
TestView.php
composer.json
src/Illuminate/Testing/Concerns
AssertsStatusCodes.php
RunsInParallel.php
TestDatabases.php
src/Illuminate/Testing/Constraints
ArraySubset.php
CountInDatabase.php
HasInDatabase.php
NotSoftDeletedInDatabase.php
SeeInOrder.php
SoftDeletedInDatabase.php
src/Illuminate/Testing/Exceptions
InvalidArgumentException.php
src/Illuminate/Testing/Fluent
AssertableJson.php
src/Illuminate/Testing/Fluent/Concerns
Debugging.php
Has.php
Interaction.php
Matching.php
src/Illuminate/Translation
ArrayLoader.php
CreatesPotentiallyTranslatedStrings.php
FileLoader.php
MessageSelector.php
PotentiallyTranslatedString.php
TranslationServiceProvider.php
Translator.php
composer.json
src/Illuminate/Translation/lang/en
auth.php
pagination.php
passwords.php
validation.php
src/Illuminate/Validation
ClosureValidationRule.php
ConditionalRules.php
DatabasePresenceVerifier.php
DatabasePresenceVerifierInterface.php
Factory.php
InvokableValidationRule.php
NestedRules.php
NotPwnedVerifier.php
PresenceVerifierInterface.php
Rule.php
UnauthorizedException.php
ValidatesWhenResolvedTrait.php
ValidationData.php
ValidationException.php
ValidationRuleParser.php
ValidationServiceProvider.php
Validator.php
composer.json
src/Illuminate/Validation/Concerns
FilterEmailValidation.php
FormatsMessages.php
ReplacesAttributes.php
src/Illuminate/Validation/Rules
Can.php
DatabaseRule.php
Dimensions.php
Enum.php
ExcludeIf.php
Exists.php
File.php
ImageFile.php
In.php
NotIn.php
Password.php
ProhibitedIf.php
RequiredIf.php
Unique.php
src/Illuminate/View
AnonymousComponent.php
AppendableAttributeValue.php
Component.php
ComponentAttributeBag.php
ComponentSlot.php
DynamicComponent.php
Factory.php
FileViewFinder.php
InvokableComponentVariable.php
View.php
ViewException.php
ViewFinderInterface.php
ViewName.php
ViewServiceProvider.php
composer.json
src/Illuminate/View/Compilers
BladeCompiler.php
Compiler.php
CompilerInterface.php
ComponentTagCompiler.php
src/Illuminate/View/Compilers/Concerns
CompilesAuthorizations.php
CompilesClasses.php
CompilesComments.php
CompilesComponents.php
CompilesConditionals.php
CompilesEchos.php
CompilesErrors.php
CompilesFragments.php
CompilesHelpers.php
CompilesIncludes.php
CompilesInjections.php
CompilesJs.php
CompilesJson.php
CompilesLayouts.php
CompilesLoops.php
CompilesRawPhp.php
CompilesSessions.php
CompilesStacks.php
CompilesStyles.php
CompilesTranslations.php
CompilesUseStatements.php
src/Illuminate/View/Concerns
ManagesComponents.php
ManagesEvents.php
ManagesFragments.php
ManagesLayouts.php
ManagesLoops.php
ManagesStacks.php
ManagesTranslations.php
src/Illuminate/View/Engines
CompilerEngine.php
Engine.php
EngineResolver.php
FileEngine.php
PhpEngine.php
src/Illuminate/View/Middleware
ShareErrorsFromSession.php
Reference
General
README
Tech Stack
.
app.php
auth.php
broadcasting.php
cache.php
composer.json
cors.php
database.php
filesystems.php
hashing.php
logging.php
mail.php
queue.php
services.php
session.php
view.php
src/Illuminate/Auth
AuthManager.php
AuthServiceProvider.php
Authenticatable.php
AuthenticationException.php
CreatesUserProviders.php
DatabaseUserProvider.php
EloquentUserProvider.php
GenericUser.php
GuardHelpers.php
MustVerifyEmail.php
Recaller.php
RequestGuard.php
SessionGuard.php
TokenGuard.php
composer.json
src/Illuminate/Auth/Access
AuthorizationException.php
Gate.php
HandlesAuthorization.php
Response.php
src/Illuminate/Auth/Access/Events
GateEvaluated.php
src/Illuminate/Auth/Console
ClearResetsCommand.php
src/Illuminate/Auth/Console/stubs/make/views/layouts
app.stub
src/Illuminate/Auth/Events
Attempting.php
Authenticated.php
CurrentDeviceLogout.php
Failed.php
Lockout.php
Login.php
Logout.php
OtherDeviceLogout.php
PasswordReset.php
Registered.php
Validated.php
Verified.php
src/Illuminate/Auth/Listeners
SendEmailVerificationNotification.php
src/Illuminate/Auth/Middleware
Authenticate.php
AuthenticateWithBasicAuth.php
Authorize.php
EnsureEmailIsVerified.php
RedirectIfAuthenticated.php
RequirePassword.php
src/Illuminate/Auth/Notifications
ResetPassword.php
VerifyEmail.php
src/Illuminate/Auth/Passwords
CanResetPassword.php
DatabaseTokenRepository.php
PasswordBroker.php
PasswordBrokerManager.php
PasswordResetServiceProvider.php
TokenRepositoryInterface.php
src/Illuminate/Broadcasting
BroadcastController.php
BroadcastEvent.php
BroadcastException.php
BroadcastManager.php
BroadcastServiceProvider.php
Channel.php
EncryptedPrivateChannel.php
InteractsWithBroadcasting.php
InteractsWithSockets.php
PendingBroadcast.php
PresenceChannel.php
PrivateChannel.php
UniqueBroadcastEvent.php
composer.json
src/Illuminate/Broadcasting/Broadcasters
AblyBroadcaster.php
Broadcaster.php
LogBroadcaster.php
NullBroadcaster.php
PusherBroadcaster.php
RedisBroadcaster.php
UsePusherChannelConventions.php
src/Illuminate/Bus
Batch.php
BatchFactory.php
BatchRepository.php
Batchable.php
BusServiceProvider.php
ChainedBatch.php
DatabaseBatchRepository.php
Dispatcher.php
DynamoBatchRepository.php
PendingBatch.php
PrunableBatchRepository.php
Queueable.php
UniqueLock.php
UpdatedBatchJobCounts.php
composer.json
src/Illuminate/Bus/Events
BatchDispatched.php
src/Illuminate/Cache
ApcStore.php
ApcWrapper.php
ArrayLock.php
ArrayStore.php
CacheLock.php
CacheManager.php
CacheServiceProvider.php
DatabaseLock.php
DatabaseStore.php
DynamoDbLock.php
DynamoDbStore.php
FileLock.php
FileStore.php
HasCacheLock.php
Lock.php
LuaScripts.php
MemcachedConnector.php
MemcachedLock.php
MemcachedStore.php
NoLock.php
NullStore.php
PhpRedisLock.php
RateLimiter.php
RedisLock.php
RedisStore.php
RedisTagSet.php
RedisTaggedCache.php
Repository.php
RetrievesMultipleKeys.php
TagSet.php
TaggableStore.php
TaggedCache.php
composer.json
src/Illuminate/Cache/Console
CacheTableCommand.php
ClearCommand.php
ForgetCommand.php
PruneStaleTagsCommand.php
src/Illuminate/Cache/Events
CacheEvent.php
CacheHit.php
CacheMissed.php
KeyForgotten.php
KeyWritten.php
src/Illuminate/Cache/Console/stubs
cache.stub
src/Illuminate/Cache/RateLimiting
GlobalLimit.php
Limit.php
Unlimited.php
src/Illuminate/Collections
Arr.php
Collection.php
Enumerable.php
HigherOrderCollectionProxy.php
ItemNotFoundException.php
LazyCollection.php
MultipleItemsFoundException.php
composer.json
helpers.php
src/Illuminate/Collections/Traits
EnumeratesValues.php
src/Illuminate/Conditionable
HigherOrderWhenProxy.php
composer.json
src/Illuminate/Conditionable/Traits
Conditionable.php
src/Illuminate/Config
Repository.php
composer.json
src/Illuminate/Console
Application.php
BufferedConsoleOutput.php
CacheCommandMutex.php
Command.php
CommandMutex.php
ConfirmableTrait.php
ContainerCommandLoader.php
GeneratorCommand.php
MigrationGeneratorCommand.php
OutputStyle.php
Parser.php
PromptValidationException.php
QuestionHelper.php
Signals.php
composer.json
src/Illuminate/Console/Concerns
CallsCommands.php
ConfiguresPrompts.php
CreatesMatchingTest.php
HasParameters.php
InteractsWithIO.php
InteractsWithSignals.php
PromptsForMissingInput.php
src/Illuminate/Console/Contracts
NewLineAware.php
src/Illuminate/Console/Events
ArtisanStarting.php
CommandFinished.php
CommandStarting.php
ScheduledBackgroundTaskFinished.php
ScheduledTaskFailed.php
ScheduledTaskFinished.php
ScheduledTaskSkipped.php
ScheduledTaskStarting.php
src/Illuminate/Console/Scheduling
CacheAware.php
CacheEventMutex.php
CacheSchedulingMutex.php
CallbackEvent.php
CommandBuilder.php
Event.php
EventMutex.php
ManagesFrequencies.php
Schedule.php
ScheduleClearCacheCommand.php
ScheduleFinishCommand.php
ScheduleInterruptCommand.php
ScheduleListCommand.php
ScheduleRunCommand.php
ScheduleTestCommand.php
ScheduleWorkCommand.php
SchedulingMutex.php
src/Illuminate/Console/View/Components
Alert.php
Ask.php
AskWithCompletion.php
BulletList.php
Choice.php
Component.php
Confirm.php
Error.php
Factory.php
Info.php
Line.php
Secret.php
Task.php
TwoColumnDetail.php
Warn.php
src/Illuminate/Console/View/Components/Mutators
EnsureDynamicContentIsHighlighted.php
EnsureNoPunctuation.php
EnsurePunctuation.php
EnsureRelativePaths.php
src/Illuminate/Console/resources/views/components
alert.php
bullet-list.php
line.php
two-column-detail.php
src/Illuminate/Container
BoundMethod.php
Container.php
ContextualBindingBuilder.php
EntryNotFoundException.php
RewindableGenerator.php
Util.php
composer.json
src/Illuminate/Contracts
composer.json
src/Illuminate/Contracts/Auth
Authenticatable.php
CanResetPassword.php
Factory.php
Guard.php
MustVerifyEmail.php
PasswordBroker.php
PasswordBrokerFactory.php
StatefulGuard.php
SupportsBasicAuth.php
UserProvider.php
src/Illuminate/Contracts/Auth/Access
Authorizable.php
Gate.php
src/Illuminate/Contracts/Auth/Middleware
AuthenticatesRequests.php
src/Illuminate/Contracts/Broadcasting
Broadcaster.php
Factory.php
HasBroadcastChannel.php
ShouldBeUnique.php
ShouldBroadcast.php
ShouldBroadcastNow.php
src/Illuminate/Contracts/Bus
Dispatcher.php
QueueingDispatcher.php
src/Illuminate/Contracts/Cache
Factory.php
Lock.php
LockProvider.php
LockTimeoutException.php
Repository.php
Store.php
src/Illuminate/Contracts/Config
Repository.php
src/Illuminate/Contracts/Console
Application.php
Isolatable.php
Kernel.php
PromptsForMissingInput.php
src/Illuminate/Contracts/Container
BindingResolutionException.php
CircularDependencyException.php
Container.php
ContextualBindingBuilder.php
src/Illuminate/Contracts/Cookie
Factory.php
QueueingFactory.php
src/Illuminate/Contracts/Database
ModelIdentifier.php
src/Illuminate/Contracts/Database/Eloquent
Builder.php
Castable.php
CastsAttributes.php
CastsInboundAttributes.php
DeviatesCastableAttributes.php
SerializesCastableAttributes.php
SupportsPartialRelations.php
src/Illuminate/Contracts/Database/Events
MigrationEvent.php
src/Illuminate/Contracts/Database/Query
Builder.php
ConditionExpression.php
Expression.php
src/Illuminate/Contracts/Debug
ExceptionHandler.php
src/Illuminate/Contracts/Encryption
DecryptException.php
EncryptException.php
Encrypter.php
StringEncrypter.php
src/Illuminate/Contracts/Events
Dispatcher.php
ShouldDispatchAfterCommit.php
ShouldHandleEventsAfterCommit.php
src/Illuminate/Contracts/Filesystem
Cloud.php
Factory.php
FileNotFoundException.php
Filesystem.php
LockTimeoutException.php
src/Illuminate/Contracts/Foundation
Application.php
CachesConfiguration.php
CachesRoutes.php
ExceptionRenderer.php
MaintenanceMode.php
src/Illuminate/Contracts/Hashing
Hasher.php
src/Illuminate/Contracts/Http
Kernel.php
src/Illuminate/Contracts/Mail
Attachable.php
Factory.php
MailQueue.php
Mailable.php
Mailer.php
src/Illuminate/Contracts/Notifications
Dispatcher.php
Factory.php
src/Illuminate/Contracts/Pagination
CursorPaginator.php
LengthAwarePaginator.php
Paginator.php
src/Illuminate/Contracts/Pipeline
Hub.php
Pipeline.php
src/Illuminate/Contracts/Process
InvokedProcess.php
ProcessResult.php
src/Illuminate/Contracts/Queue
ClearableQueue.php
EntityNotFoundException.php
EntityResolver.php
Factory.php
Job.php
Monitor.php
Queue.php
QueueableCollection.php
QueueableEntity.php
ShouldBeEncrypted.php
ShouldBeUnique.php
ShouldBeUniqueUntilProcessing.php
ShouldQueue.php
ShouldQueueAfterCommit.php
src/Illuminate/Contracts/Redis
Connection.php
Connector.php
Factory.php
LimiterTimeoutException.php
src/Illuminate/Contracts/Routing
BindingRegistrar.php
Registrar.php
ResponseFactory.php
UrlGenerator.php
UrlRoutable.php
src/Illuminate/Contracts/Session
Session.php
src/Illuminate/Contracts/Session/Middleware
AuthenticatesSessions.php
src/Illuminate/Contracts/Support
Arrayable.php
CanBeEscapedWhenCastToString.php
DeferrableProvider.php
DeferringDisplayableValue.php
Htmlable.php
Jsonable.php
MessageBag.php
MessageProvider.php
Renderable.php
Responsable.php
ValidatedData.php
src/Illuminate/Contracts/Translation
HasLocalePreference.php
Loader.php
Translator.php
src/Illuminate/Contracts/Validation
DataAwareRule.php
Factory.php
ImplicitRule.php
InvokableRule.php
Rule.php
UncompromisedVerifier.php
ValidatesWhenResolved.php
ValidationRule.php
Validator.php
ValidatorAwareRule.php
src/Illuminate/Contracts/View
Engine.php
Factory.php
View.php
ViewCompilationException.php
src/Illuminate/Cookie
CookieJar.php
CookieServiceProvider.php
CookieValuePrefix.php
composer.json
src/Illuminate/Cookie/Middleware
AddQueuedCookiesToResponse.php
EncryptCookies.php
src/Illuminate/Database
ClassMorphViolationException.php
ConfigurationUrlParser.php
Connection.php
ConnectionInterface.php
ConnectionResolver.php
ConnectionResolverInterface.php
DatabaseManager.php
DatabaseServiceProvider.php
DatabaseTransactionRecord.php
DatabaseTransactionsManager.php
DeadlockException.php
DetectsConcurrencyErrors.php
DetectsLostConnections.php
Grammar.php
LazyLoadingViolationException.php
LostConnectionException.php
MigrationServiceProvider.php
MultipleColumnsSelectedException.php
MultipleRecordsFoundException.php
MySqlConnection.php
PostgresConnection.php
QueryException.php
RecordsNotFoundException.php
SQLiteConnection.php
SQLiteDatabaseDoesNotExistException.php
Seeder.php
SqlServerConnection.php
UniqueConstraintViolationException.php
composer.json
src/Illuminate/Database/Capsule
Manager.php
src/Illuminate/Database/Concerns
BuildsQueries.php
CompilesJsonPaths.php
ExplainsQueries.php
ManagesTransactions.php
ParsesSearchPath.php
src/Illuminate/Database/Connectors
ConnectionFactory.php
Connector.php
ConnectorInterface.php
MySqlConnector.php
PostgresConnector.php
SQLiteConnector.php
SqlServerConnector.php
src/Illuminate/Database/Console
DatabaseInspectionCommand.php
DbCommand.php
DumpCommand.php
MonitorCommand.php
PruneCommand.php
ShowCommand.php
ShowModelCommand.php
TableCommand.php
WipeCommand.php
src/Illuminate/Database/Console/Factories
FactoryMakeCommand.php
src/Illuminate/Database/Console/Migrations
BaseCommand.php
FreshCommand.php
InstallCommand.php
MigrateCommand.php
MigrateMakeCommand.php
RefreshCommand.php
ResetCommand.php
RollbackCommand.php
StatusCommand.php
TableGuesser.php
src/Illuminate/Database/Console/Factories/stubs
factory.stub
src/Illuminate/Database/Console/Seeds
SeedCommand.php
SeederMakeCommand.php
WithoutModelEvents.php
src/Illuminate/Database/DBAL
TimestampType.php
src/Illuminate/Database/Eloquent
BroadcastableModelEventOccurred.php
BroadcastsEvents.php
BroadcastsEventsAfterCommit.php
Builder.php
Collection.php
HigherOrderBuilderProxy.php
InvalidCastException.php
JsonEncodingException.php
MassAssignmentException.php
MassPrunable.php
MissingAttributeException.php
Model.php
ModelNotFoundException.php
PendingHasThroughRelationship.php
Prunable.php
QueueEntityResolver.php
RelationNotFoundException.php
Scope.php
SoftDeletes.php
SoftDeletingScope.php
src/Illuminate/Database/Eloquent/Casts
ArrayObject.php
AsArrayObject.php
AsCollection.php
AsEncryptedArrayObject.php
AsEncryptedCollection.php
AsEnumArrayObject.php
AsEnumCollection.php
AsStringable.php
Attribute.php
Json.php
src/Illuminate/Database/Eloquent/Concerns
GuardsAttributes.php
HasAttributes.php
HasEvents.php
HasGlobalScopes.php
HasRelationships.php
HasTimestamps.php
HasUlids.php
HasUniqueIds.php
HasUuids.php
HidesAttributes.php
QueriesRelationships.php
src/Illuminate/Database/Eloquent/Factories
BelongsToManyRelationship.php
BelongsToRelationship.php
CrossJoinSequence.php
Factory.php
HasFactory.php
Relationship.php
Sequence.php
src/Illuminate/Database/Eloquent/Relations
BelongsTo.php
BelongsToMany.php
HasMany.php
HasManyThrough.php
HasOne.php
HasOneOrMany.php
HasOneThrough.php
MorphMany.php
MorphOne.php
MorphOneOrMany.php
MorphPivot.php
MorphTo.php
MorphToMany.php
Pivot.php
Relation.php
src/Illuminate/Database/Eloquent/Relations/Concerns
AsPivot.php
CanBeOneOfMany.php
ComparesRelatedModels.php
InteractsWithDictionary.php
InteractsWithPivotTable.php
SupportsDefaultModels.php
src/Illuminate/Database/Events
ConnectionEstablished.php
ConnectionEvent.php
DatabaseBusy.php
DatabaseRefreshed.php
MigrationEnded.php
MigrationEvent.php
MigrationStarted.php
MigrationsEnded.php
MigrationsEvent.php
MigrationsStarted.php
ModelPruningFinished.php
ModelPruningStarting.php
ModelsPruned.php
NoPendingMigrations.php
QueryExecuted.php
SchemaDumped.php
SchemaLoaded.php
StatementPrepared.php
TransactionBeginning.php
TransactionCommitted.php
TransactionCommitting.php
TransactionRolledBack.php
src/Illuminate/Database/Migrations
DatabaseMigrationRepository.php
Migration.php
MigrationCreator.php
MigrationRepositoryInterface.php
Migrator.php
src/Illuminate/Database/PDO
Connection.php
MySqlDriver.php
PostgresDriver.php
SQLiteDriver.php
SqlServerConnection.php
SqlServerDriver.php
src/Illuminate/Database/Migrations/stubs
migration.stub
migration.update.stub
src/Illuminate/Database/PDO/Concerns
ConnectsToDatabase.php
src/Illuminate/Database/Query
Expression.php
IndexHint.php
JoinClause.php
src/Illuminate/Database/Query/Grammars
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Database/Query/Processors
MySqlProcessor.php
PostgresProcessor.php
Processor.php
SQLiteProcessor.php
SqlServerProcessor.php
src/Illuminate/Database/Schema
Blueprint.php
Builder.php
ColumnDefinition.php
ForeignIdColumnDefinition.php
ForeignKeyDefinition.php
IndexDefinition.php
MySqlBuilder.php
MySqlSchemaState.php
PostgresBuilder.php
PostgresSchemaState.php
SQLiteBuilder.php
SchemaState.php
SqlServerBuilder.php
SqliteSchemaState.php
src/Illuminate/Database/Schema/Grammars
ChangeColumn.php
Grammar.php
MySqlGrammar.php
PostgresGrammar.php
RenameColumn.php
SQLiteGrammar.php
SqlServerGrammar.php
src/Illuminate/Encryption
Encrypter.php
EncryptionServiceProvider.php
MissingAppKeyException.php
composer.json
src/Illuminate/Events
CallQueuedListener.php
Dispatcher.php
EventServiceProvider.php
InvokeQueuedClosure.php
NullDispatcher.php
QueuedClosure.php
composer.json
functions.php
src/Illuminate/Filesystem
AwsS3V3Adapter.php
Filesystem.php
FilesystemAdapter.php
FilesystemManager.php
FilesystemServiceProvider.php
LockableFile.php
composer.json
functions.php
src/Illuminate/Foundation
AliasLoader.php
Application.php
CacheBasedMaintenanceMode.php
ComposerScripts.php
EnvironmentDetector.php
FileBasedMaintenanceMode.php
Inspiring.php
MaintenanceModeManager.php
Mix.php
PackageManifest.php
Precognition.php
ProviderRepository.php
Vite.php
ViteManifestNotFoundException.php
helpers.php
src/Illuminate/Foundation/Auth
EmailVerificationRequest.php
User.php
src/Illuminate/Foundation/Auth/Access
Authorizable.php
AuthorizesRequests.php
src/Illuminate/Foundation/Bootstrap
BootProviders.php
HandleExceptions.php
LoadConfiguration.php
LoadEnvironmentVariables.php
RegisterFacades.php
RegisterProviders.php
SetRequestForConsole.php
src/Illuminate/Foundation/Bus
Dispatchable.php
DispatchesJobs.php
PendingChain.php
PendingClosureDispatch.php
PendingDispatch.php
src/Illuminate/Foundation/Concerns
ResolvesDumpSource.php
src/Illuminate/Foundation/Configuration
ApplicationBuilder.php
Exceptions.php
Middleware.php
src/Illuminate/Foundation/Console
AboutCommand.php
ApiInstallCommand.php
BroadcastingInstallCommand.php
CastMakeCommand.php
ChannelListCommand.php
ChannelMakeCommand.php
ClearCompiledCommand.php
CliDumper.php
ClosureCommand.php
ComponentMakeCommand.php
ConfigCacheCommand.php
ConfigClearCommand.php
ConfigPublishCommand.php
ConfigShowCommand.php
ConsoleMakeCommand.php
DocsCommand.php
DownCommand.php
EnvironmentCommand.php
EnvironmentDecryptCommand.php
EnvironmentEncryptCommand.php
EventCacheCommand.php
EventClearCommand.php
EventGenerateCommand.php
EventListCommand.php
EventMakeCommand.php
ExceptionMakeCommand.php
InteractsWithComposerPackages.php
JobMakeCommand.php
Kernel.php
KeyGenerateCommand.php
LangPublishCommand.php
ListenerMakeCommand.php
MailMakeCommand.php
ModelMakeCommand.php
NotificationMakeCommand.php
ObserverMakeCommand.php
OptimizeClearCommand.php
OptimizeCommand.php
PackageDiscoverCommand.php
PolicyMakeCommand.php
ProviderMakeCommand.php
QueuedCommand.php
RequestMakeCommand.php
ResourceMakeCommand.php
RouteCacheCommand.php
RouteClearCommand.php
RouteListCommand.php
RuleMakeCommand.php
ScopeMakeCommand.php
ServeCommand.php
StorageLinkCommand.php
StubPublishCommand.php
TestMakeCommand.php
UpCommand.php
VendorPublishCommand.php
ViewCacheCommand.php
ViewClearCommand.php
ViewMakeCommand.php
src/Illuminate/Foundation/Events
DiscoverEvents.php
Dispatchable.php
LocaleUpdated.php
MaintenanceModeDisabled.php
MaintenanceModeEnabled.php
PublishingStubs.php
VendorTagPublished.php
src/Illuminate/Foundation/Exceptions
Handler.php
RegisterErrorViewPaths.php
ReportableHandler.php
src/Illuminate/Foundation/Exceptions/Whoops
WhoopsExceptionRenderer.php
WhoopsHandler.php
src/Illuminate/Foundation/Console/stubs
channel.stub
job.queued.stub
listener-queued-duck.stub
listener.stub
markdown-mail.stub
policy.stub
provider.stub
request.stub
routes.stub
src/Illuminate/Foundation/Exceptions/views
401.blade.php
402.blade.php
403.blade.php
404.blade.php
419.blade.php
429.blade.php
500.blade.php
503.blade.php
layout.blade.php
minimal.blade.php
src/Illuminate/Foundation/Http
FormRequest.php
HtmlDumper.php
Kernel.php
MaintenanceModeBypassCookie.php
src/Illuminate/Foundation/Http/Events
RequestHandled.php
src/Illuminate/Foundation/Http/Middleware
CheckForMaintenanceMode.php
ConvertEmptyStringsToNull.php
HandlePrecognitiveRequests.php
PreventRequestsDuringMaintenance.php
TransformsRequest.php
TrimStrings.php
ValidateCsrfToken.php
ValidatePostSize.php
VerifyCsrfToken.php
src/Illuminate/Foundation/Providers
ArtisanServiceProvider.php
ComposerServiceProvider.php
ConsoleSupportServiceProvider.php
FormRequestServiceProvider.php
FoundationServiceProvider.php
src/Illuminate/Foundation/Routing
PrecognitionCallableDispatcher.php
PrecognitionControllerDispatcher.php
src/Illuminate/Foundation/Support/Providers
AuthServiceProvider.php
EventServiceProvider.php
RouteServiceProvider.php
src/Illuminate/Foundation/Testing
DatabaseMigrations.php
DatabaseTransactions.php
DatabaseTransactionsManager.php
DatabaseTruncation.php
LazilyRefreshDatabase.php
RefreshDatabase.php
RefreshDatabaseState.php
TestCase.php
WithConsoleEvents.php
WithFaker.php
WithoutMiddleware.php
Wormhole.php
src/Illuminate/Foundation/Testing/Concerns
InteractsWithAuthentication.php
InteractsWithConsole.php
InteractsWithContainer.php
InteractsWithDatabase.php
InteractsWithDeprecationHandling.php
InteractsWithExceptionHandling.php
InteractsWithRedis.php
InteractsWithSession.php
InteractsWithTime.php
InteractsWithViews.php
MakesHttpRequests.php
src/Illuminate/Foundation/Testing/Traits
CanConfigureMigrationCommands.php
src/Illuminate/Foundation/Validation
ValidatesRequests.php
src/Illuminate/Foundation/resources
server.php
src/Illuminate/Hashing
AbstractHasher.php
Argon2IdHasher.php
ArgonHasher.php
BcryptHasher.php
HashManager.php
HashServiceProvider.php
composer.json
src/Illuminate/Http
File.php
FileHelpers.php
JsonResponse.php
RedirectResponse.php
Request.php
Response.php
ResponseTrait.php
UploadedFile.php
composer.json
src/Illuminate/Http/Client
ConnectionException.php
Factory.php
HttpClientException.php
PendingRequest.php
Pool.php
Request.php
RequestException.php
Response.php
ResponseSequence.php
src/Illuminate/Http/Client/Concerns
DeterminesStatusCode.php
src/Illuminate/Http/Client/Events
ConnectionFailed.php
RequestSending.php
ResponseReceived.php
src/Illuminate/Http/Concerns
CanBePrecognitive.php
InteractsWithContentTypes.php
InteractsWithFlashData.php
InteractsWithInput.php
src/Illuminate/Http/Exceptions
HttpResponseException.php
PostTooLargeException.php
ThrottleRequestsException.php
src/Illuminate/Http/Middleware
AddLinkHeadersForPreloadedAssets.php
CheckResponseForModifications.php
FrameGuard.php
HandleCors.php
SetCacheHeaders.php
TrustHosts.php
TrustProxies.php
ValidatePostSize.php
src/Illuminate/Http/Resources
CollectsResources.php
ConditionallyLoadsAttributes.php
DelegatesToResource.php
MergeValue.php
MissingValue.php
PotentiallyMissing.php
src/Illuminate/Http/Resources/Json
AnonymousResourceCollection.php
JsonResource.php
PaginatedResourceResponse.php
ResourceCollection.php
ResourceResponse.php
src/Illuminate/Http/Testing
File.php
FileFactory.php
MimeType.php
src/Illuminate/Log
LogManager.php
LogServiceProvider.php
Logger.php
ParsesLogConfiguration.php
composer.json
src/Illuminate/Log/Events
MessageLogged.php
src/Illuminate/Macroable
composer.json
src/Illuminate/Macroable/Traits
Macroable.php
src/Illuminate/Mail
Attachment.php
MailManager.php
MailServiceProvider.php
Mailable.php
Mailer.php
Markdown.php
Message.php
PendingMail.php
SendQueuedMailable.php
SentMessage.php
TextMessage.php
composer.json
src/Illuminate/Mail/Events
MessageSending.php
MessageSent.php
src/Illuminate/Mail/Mailables
Address.php
Attachment.php
Content.php
Envelope.php
Headers.php
src/Illuminate/Mail/Transport
ArrayTransport.php
LogTransport.php
SesTransport.php
SesV2Transport.php
src/Illuminate/Mail/resources/views/html
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Mail/resources/views/html/themes
default.css
src/Illuminate/Mail/resources/views/text
button.blade.php
footer.blade.php
header.blade.php
layout.blade.php
message.blade.php
panel.blade.php
subcopy.blade.php
table.blade.php
src/Illuminate/Notifications
Action.php
AnonymousNotifiable.php
ChannelManager.php
DatabaseNotification.php
DatabaseNotificationCollection.php
HasDatabaseNotifications.php
Notifiable.php
Notification.php
NotificationSender.php
NotificationServiceProvider.php
RoutesNotifications.php
SendQueuedNotifications.php
composer.json
src/Illuminate/Notifications/Channels
BroadcastChannel.php
DatabaseChannel.php
MailChannel.php
src/Illuminate/Notifications/Console
NotificationTableCommand.php
src/Illuminate/Notifications/Events
BroadcastNotificationCreated.php
NotificationFailed.php
NotificationSending.php
NotificationSent.php
src/Illuminate/Notifications/Messages
BroadcastMessage.php
DatabaseMessage.php
MailMessage.php
SimpleMessage.php
src/Illuminate/Notifications/resources/views
email.blade.php
src/Illuminate/Pagination
AbstractCursorPaginator.php
AbstractPaginator.php
Cursor.php
CursorPaginator.php
LengthAwarePaginator.php
PaginationServiceProvider.php
PaginationState.php
Paginator.php
UrlWindow.php
composer.json
src/Illuminate/Pagination/resources/views
bootstrap-4.blade.php
bootstrap-5.blade.php
default.blade.php
semantic-ui.blade.php
simple-bootstrap-4.blade.php
simple-bootstrap-5.blade.php
simple-default.blade.php
simple-tailwind.blade.php
tailwind.blade.php
src/Illuminate/Pipeline
Hub.php
Pipeline.php
PipelineServiceProvider.php
composer.json
src/Illuminate/Process
Factory.php
FakeInvokedProcess.php
FakeProcessDescription.php
FakeProcessResult.php
FakeProcessSequence.php
InvokedProcess.php
InvokedProcessPool.php
PendingProcess.php
Pipe.php
Pool.php
ProcessPoolResults.php
ProcessResult.php
composer.json
src/Illuminate/Process/Exceptions
ProcessFailedException.php
ProcessTimedOutException.php
src/Illuminate/Queue
BeanstalkdQueue.php
CallQueuedClosure.php
CallQueuedHandler.php
DatabaseQueue.php
InteractsWithQueue.php
InvalidPayloadException.php
Listener.php
ListenerOptions.php
LuaScripts.php
ManuallyFailedException.php
MaxAttemptsExceededException.php
NullQueue.php
Queue.php
QueueManager.php
QueueServiceProvider.php
RedisQueue.php
SerializesAndRestoresModelIdentifiers.php
SerializesModels.php
SqsQueue.php
SyncQueue.php
TimeoutExceededException.php
Worker.php
WorkerOptions.php
composer.json
src/Illuminate/Notifications/Console/stubs
notifications.stub
src/Illuminate/Queue/Attributes
WithoutRelations.php
src/Illuminate/Queue/Capsule
Manager.php
src/Illuminate/Queue/Connectors
BeanstalkdConnector.php
ConnectorInterface.php
DatabaseConnector.php
NullConnector.php
RedisConnector.php
SqsConnector.php
SyncConnector.php
src/Illuminate/Queue/Console
BatchesTableCommand.php
ClearCommand.php
FailedTableCommand.php
FlushFailedCommand.php
ForgetFailedCommand.php
ListFailedCommand.php
ListenCommand.php
MonitorCommand.php
PruneBatchesCommand.php
PruneFailedJobsCommand.php
RestartCommand.php
RetryBatchCommand.php
RetryCommand.php
TableCommand.php
WorkCommand.php
src/Illuminate/Queue/Events
JobExceptionOccurred.php
JobFailed.php
JobPopped.php
JobPopping.php
JobProcessed.php
JobProcessing.php
JobQueued.php
JobReleasedAfterException.php
JobRetryRequested.php
JobTimedOut.php
Looping.php
QueueBusy.php
WorkerStopping.php
src/Illuminate/Queue/Failed
CountableFailedJobProvider.php
DatabaseFailedJobProvider.php
DatabaseUuidFailedJobProvider.php
DynamoDbFailedJobProvider.php
FailedJobProviderInterface.php
FileFailedJobProvider.php
NullFailedJobProvider.php
PrunableFailedJobProvider.php
src/Illuminate/Queue/Jobs
BeanstalkdJob.php
DatabaseJob.php
DatabaseJobRecord.php
Job.php
JobName.php
RedisJob.php
SqsJob.php
SyncJob.php
src/Illuminate/Queue/Middleware
RateLimited.php
RateLimitedWithRedis.php
SkipIfBatchCancelled.php
ThrottlesExceptions.php
ThrottlesExceptionsWithRedis.php
WithoutOverlapping.php
src/Illuminate/Redis
RedisManager.php
RedisServiceProvider.php
composer.json
src/Illuminate/Redis/Connections
Connection.php
PacksPhpRedisValues.php
PhpRedisClusterConnection.php
PhpRedisConnection.php
PredisClusterConnection.php
PredisConnection.php
src/Illuminate/Redis/Connectors
PhpRedisConnector.php
PredisConnector.php
src/Illuminate/Redis/Events
CommandExecuted.php
src/Illuminate/Redis/Limiters
ConcurrencyLimiter.php
ConcurrencyLimiterBuilder.php
DurationLimiter.php
DurationLimiterBuilder.php
src/Illuminate/Routing
AbstractRouteCollection.php
CallableDispatcher.php
CompiledRouteCollection.php
Controller.php
ControllerDispatcher.php
ControllerMiddlewareOptions.php
CreatesRegularExpressionRouteConstraints.php
FiltersControllerMiddleware.php
ImplicitRouteBinding.php
MiddlewareNameResolver.php
PendingResourceRegistration.php
PendingSingletonResourceRegistration.php
Pipeline.php
RedirectController.php
Redirector.php
ResolvesRouteDependencies.php
ResourceRegistrar.php
ResponseFactory.php
Route.php
RouteAction.php
RouteBinding.php
RouteCollection.php
RouteCollectionInterface.php
RouteDependencyResolverTrait.php
RouteFileRegistrar.php
RouteGroup.php
RouteParameterBinder.php
RouteRegistrar.php
RouteSignatureParameters.php
RouteUri.php
RouteUrlGenerator.php
Router.php
RoutingServiceProvider.php
SortedMiddleware.php
UrlGenerator.php
ViewController.php
composer.json
src/Illuminate/Routing/Console
ControllerMakeCommand.php
MiddlewareMakeCommand.php
src/Illuminate/Routing/Contracts
CallableDispatcher.php
ControllerDispatcher.php
src/Illuminate/Routing/Controllers
HasMiddleware.php
Middleware.php
src/Illuminate/Routing/Events
PreparingResponse.php
ResponsePrepared.php
RouteMatched.php
Routing.php
src/Illuminate/Routing/Exceptions
BackedEnumCaseNotFoundException.php
InvalidSignatureException.php
StreamedResponseException.php
UrlGenerationException.php
src/Illuminate/Routing/Matching
HostValidator.php
MethodValidator.php
SchemeValidator.php
UriValidator.php
ValidatorInterface.php
src/Illuminate/Routing/Middleware
SubstituteBindings.php
ThrottleRequests.php
ThrottleRequestsWithRedis.php
ValidateSignature.php
src/Illuminate/Session
ArraySessionHandler.php
CacheBasedSessionHandler.php
CookieSessionHandler.php
DatabaseSessionHandler.php
EncryptedStore.php
ExistenceAwareInterface.php
FileSessionHandler.php
NullSessionHandler.php
SessionManager.php
SessionServiceProvider.php
Store.php
SymfonySessionDecorator.php
TokenMismatchException.php
composer.json
src/Illuminate/Session/Console
SessionTableCommand.php
src/Illuminate/Session/Middleware
AuthenticateSession.php
StartSession.php
src/Illuminate/Support
AggregateServiceProvider.php
Benchmark.php
Carbon.php
Composer.php
ConfigurationUrlParser.php
DateFactory.php
DefaultProviders.php
Env.php
Fluent.php
HigherOrderTapProxy.php
HtmlString.php
InteractsWithTime.php
Js.php
Lottery.php
Manager.php
MessageBag.php
MultipleInstanceManager.php
NamespacedItemResolver.php
Number.php
Optional.php
Pluralizer.php
ProcessUtils.php
Reflector.php
ServiceProvider.php
Sleep.php
Str.php
Stringable.php
Timebox.php
ValidatedInput.php
ViewErrorBag.php
composer.json
helpers.php
src/Illuminate/Routing/Console/stubs
controller.model.api.stub
controller.model.stub
controller.nested.singleton.api.stub
controller.singleton.api.stub
controller.stub
src/Illuminate/Support/Exceptions
MathException.php
src/Illuminate/Support/Facades
App.php
Artisan.php
Auth.php
Blade.php
Broadcast.php
Bus.php
Cache.php
Config.php
Cookie.php
Crypt.php
DB.php
Date.php
Event.php
Facade.php
File.php
Gate.php
Hash.php
Http.php
Lang.php
Log.php
Mail.php
Notification.php
ParallelTesting.php
Password.php
Pipeline.php
Process.php
Queue.php
RateLimiter.php
Redirect.php
Redis.php
Request.php
Response.php
Route.php
Schedule.php
Schema.php
Session.php
Storage.php
URL.php
Validator.php
View.php
Vite.php
src/Illuminate/Session/Console/stubs
database.stub
src/Illuminate/Support/Testing/Fakes
BatchFake.php
BatchRepositoryFake.php
BusFake.php
ChainedBatchTruthTest.php
EventFake.php
Fake.php
MailFake.php
NotificationFake.php
PendingBatchFake.php
PendingChainFake.php
PendingMailFake.php
QueueFake.php
src/Illuminate/Support/Traits
CapsuleManagerTrait.php
Dumpable.php
ForwardsCalls.php
Localizable.php
ReflectsClosures.php
Tappable.php
src/Illuminate/Testing
Assert.php
AssertableJsonString.php
LoggedExceptionCollection.php
ParallelConsoleOutput.php
ParallelRunner.php
ParallelTesting.php
ParallelTestingServiceProvider.php
PendingCommand.php
TestComponent.php
TestResponse.php
TestView.php
composer.json
src/Illuminate/Testing/Concerns
AssertsStatusCodes.php
RunsInParallel.php
TestDatabases.php
src/Illuminate/Testing/Constraints
ArraySubset.php
CountInDatabase.php
HasInDatabase.php
NotSoftDeletedInDatabase.php
SeeInOrder.php
SoftDeletedInDatabase.php
src/Illuminate/Testing/Exceptions
InvalidArgumentException.php
src/Illuminate/Testing/Fluent
AssertableJson.php
src/Illuminate/Testing/Fluent/Concerns
Debugging.php
Has.php
Interaction.php
Matching.php
src/Illuminate/Translation
ArrayLoader.php
CreatesPotentiallyTranslatedStrings.php
FileLoader.php
MessageSelector.php
PotentiallyTranslatedString.php
TranslationServiceProvider.php
Translator.php
composer.json
src/Illuminate/Translation/lang/en
auth.php
pagination.php
passwords.php
validation.php
src/Illuminate/Validation
ClosureValidationRule.php
ConditionalRules.php
DatabasePresenceVerifier.php
DatabasePresenceVerifierInterface.php
Factory.php
InvokableValidationRule.php
NestedRules.php
NotPwnedVerifier.php
PresenceVerifierInterface.php
Rule.php
UnauthorizedException.php
ValidatesWhenResolvedTrait.php
ValidationData.php
ValidationException.php
ValidationRuleParser.php
ValidationServiceProvider.php
Validator.php
composer.json
src/Illuminate/Validation/Concerns
FilterEmailValidation.php
FormatsMessages.php
ReplacesAttributes.php
src/Illuminate/Validation/Rules
Can.php
DatabaseRule.php
Dimensions.php
Enum.php
ExcludeIf.php
Exists.php
File.php
ImageFile.php
In.php
NotIn.php
Password.php
ProhibitedIf.php
RequiredIf.php
Unique.php
src/Illuminate/View
AnonymousComponent.php
AppendableAttributeValue.php
Component.php
ComponentAttributeBag.php
ComponentSlot.php
DynamicComponent.php
Factory.php
FileViewFinder.php
InvokableComponentVariable.php
View.php
ViewException.php
ViewFinderInterface.php
ViewName.php
ViewServiceProvider.php
composer.json
src/Illuminate/View/Compilers
BladeCompiler.php
Compiler.php
CompilerInterface.php
ComponentTagCompiler.php
src/Illuminate/View/Compilers/Concerns
CompilesAuthorizations.php
CompilesClasses.php
CompilesComments.php
CompilesComponents.php
CompilesConditionals.php
CompilesEchos.php
CompilesErrors.php
CompilesFragments.php
CompilesHelpers.php
CompilesIncludes.php
CompilesInjections.php
CompilesJs.php
CompilesJson.php
CompilesLayouts.php
CompilesLoops.php
CompilesRawPhp.php
CompilesSessions.php
CompilesStacks.php
CompilesStyles.php
CompilesTranslations.php
CompilesUseStatements.php
src/Illuminate/View/Concerns
ManagesComponents.php
ManagesEvents.php
ManagesFragments.php
ManagesLayouts.php
ManagesLoops.php
ManagesStacks.php
ManagesTranslations.php
src/Illuminate/View/Engines
CompilerEngine.php
Engine.php
EngineResolver.php
FileEngine.php
PhpEngine.php
src/Illuminate/View/Middleware
ShareErrorsFromSession.php
Last updated at: 21/11/2024 07:08