Take a deep dive into the Laravel core
Published on by Eric L. Barnes
Mohamed Said, creator of the Laravel Forge SDK, Laravel Language Manager, and more has launched a new learning resource called Diving Laravel.
In this website I’m going to share notes on the internals of Laravel core, packages, as well as the technologies behind the different components. My goal is to help people understand how things work under the hood and also to be a reminder for me for when I need to look into something that I’ve already studied before.
The site currently has the following topics, and more will be added in the future:
- The Exception Handler
- The Task Scheduler
- Package Auto Discovery
- The Notifications System
- Diving Redis
It also features a great clean design. I love the list of sections in each topic.
Why it matters: Mohamed is the first full-time employee of Laravel and one of his responsibilities is to look at issue reports and be a filter to determine what is a real problem, what is a misunderstanding, and then either handle it or assign it out. Because Mohamed is in the core every day, he is uniquely suited to make a resource like this.
Visit Diving Laravel and take your first free dive.
Eric is the creator of Laravel News and has been covering Laravel since 2012.