Skip to content

jsafe00/laravel-queues-redis-horizon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me A Coffee

Setup Laravel 8 Queues using Redis and Horizon

I used docker-template from https://github.com/ahmedash95/laravel-docker-template with few changes in Dockerfile since I'm using Laravel 8 and php 8.

To execute:

In the root folder:

docker-compose up -d

Execute Migration

docker-compose exec -it {container_name} bash
php artisan migrate:refresh --seed

Run Horizon

php artisan horizon

Execute project in the browser:

localhost:8080/users/export

About

Basic Setup of Laravel Queues using Redis and Horizon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages