Install Redis

run redis ... command line : redis-server

env file: 

REDIS_HOST=127.0.0.1

REDIS_PASSWORD=null

REDIS_PORT=6379

REDIS_CLIENT=predis

Queee Install: 

https://laravel.com/docs/8.x/queues

php artisan queue:table

php artisan migrate

Queee run : laravel project->command line : php artisan queue:work

env file : 


BROADCAST_DRIVER=log

CACHE_DRIVER=file

FILESYSTEM_DRIVER=local

QUEUE_CONNECTION=redis

SESSION_DRIVER=file

SESSION_LIFETIME=120