X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/laravel/framework/src/Illuminate/Queue
home
/
prisjneg
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Queue
/
📁
..
📁
Attributes
📄
BeanstalkdQueue.php
(5.22 KB)
📄
CallQueuedClosure.php
(2.5 KB)
📄
CallQueuedHandler.php
(8.07 KB)
📁
Capsule
📁
Connectors
📁
Console
📄
DatabaseQueue.php
(11.66 KB)
📁
Events
📁
Failed
📄
InteractsWithQueue.php
(2.01 KB)
📄
InvalidPayloadException.php
(552 B)
📁
Jobs
📄
LICENSE.md
(1.05 KB)
📄
Listener.php
(5.64 KB)
📄
ListenerOptions.php
(902 B)
📄
LuaScripts.php
(4.34 KB)
📄
ManuallyFailedException.php
(125 B)
📄
MaxAttemptsExceededException.php
(587 B)
📁
Middleware
📄
NullQueue.php
(1.39 KB)
📄
Queue.php
(11.83 KB)
📄
QueueManager.php
(6.89 KB)
📄
QueueServiceProvider.php
(9.73 KB)
📄
README.md
(1.19 KB)
📄
RedisQueue.php
(9.8 KB)
📄
SerializesAndRestoresModelIdentifiers.php
(3.78 KB)
📄
SerializesModels.php
(2.65 KB)
📄
SqsQueue.php
(6.04 KB)
📄
SyncQueue.php
(3.86 KB)
📄
TimeoutExceededException.php
(437 B)
📄
Worker.php
(25.59 KB)
📄
WorkerOptions.php
(2.37 KB)
📄
composer.json
(1.78 KB)
Editing: composer.json
{ "name": "illuminate/queue", "description": "The Illuminate Queue package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^8.1", "illuminate/collections": "^10.0", "illuminate/console": "^10.0", "illuminate/container": "^10.0", "illuminate/contracts": "^10.0", "illuminate/database": "^10.0", "illuminate/filesystem": "^10.0", "illuminate/pipeline": "^10.0", "illuminate/support": "^10.0", "laravel/serializable-closure": "^1.2.2", "ramsey/uuid": "^4.7", "symfony/process": "^6.2" }, "autoload": { "psr-4": { "Illuminate\\Queue\\": "" } }, "extra": { "branch-alias": { "dev-master": "10.x-dev" } }, "suggest": { "ext-pdo": "Required to use the database queue worker.", "ext-filter": "Required to use the SQS queue worker.", "ext-mbstring": "Required to use the database failed job providers.", "ext-pcntl": "Required to use all features of the queue worker.", "ext-posix": "Required to use all features of the queue worker.", "aws/aws-sdk-php": "Required to use the SQS queue driver and DynamoDb failed job storage (^3.235.5).", "illuminate/redis": "Required to use the Redis queue driver (^10.0).", "pda/pheanstalk": "Required to use the Beanstalk queue driver (^4.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
Upload File
Create Folder