Technical requirements
We will assume that you have the application set up from the previous chapter.
You need to set up your Laravel Octane application with the event migration and event seeder required for this chapter. The requirement for the current chapter is to have PHP 8 installed or, if you want to use a container approach, you have to install Docker Desktop (https://www.docker.com/products/docker-desktop/) or a similar tool to run the Docker images.
Source code
You can find the source code of the examples used in this chapter in the official GitHub repository of this book: https://github.com/PacktPublishing/High-Performance-with-Laravel-Octane/tree/main/octane-ch05.