In this chapter, we will explore some of the more advanced topics of Laravel. We will be focusing on the Laravel features, tools, and shortcuts that are directly relevant to the examples and supporting code used throughout this book. This is not meant to be an in-depth, all-encompassing explanation of every feature Laravel has, and you should reference the Laravel documentation directly when you need clarification on anything Laravel.
The cycle (flow) of a Laravel application
Service providers
The service container and the $app variable
Queues and ...