Read this blogpost on murze.be first to get familiar with the problem.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
To run this demo you'll need to have Redis installed
- Clone the repo
- Install the dependencies with
composer install
- Copy
.env.example
to.env
- Create a
racing_condition_demo
database - Run
php artisan key:generate
- Run
php artisan migrate
- In a seperate terminal start Horizon with
php artisan horizon
- Run
php artisan create-products
If you look in the products
table of the database multiple records with the same uuid will have been created.