Summary
With this book, we explored some ways to create a reliable and fast Laravel application. We used features provided by Laravel Octane with the integration with Swoole and RoadRunner.
We involved some special features of Swoole, especially for caching, concurrent task execution, and scheduled task execution.
We explored some practical examples, and we approached the design of the application differently, delegating tasks to the external executor (via the queue).
We progressively improved the performance of the application by applying multiple techniques.
In this chapter, we explained the architecture, the configuration of the tools used in production (nginx), and the implementation of the scripts to deploy a Laravel Octane application into a production environment.
Hope you enjoyed reading this book.