While it's sometimes fun to imagine Laravel and Symfony locked in battle, the reality is that Laravel leverages a number of excellent Symfony components. In this series, one by one, we'll review a variety of these very components.
The Console Component
Need to whip up a quick command line executable to perform any number of actions? Luckily, Symfony's console component makes this all a cinch!
The Finder Component
The finder component, with its perfectly intuitive API, is easily one of my favorite Symfony offerings. When you need to fetch a set of files or directories, based upon file type, creation date, file contents, and more, this component is definitely u...
The VarDumper Component
In this episode, we'll quickly review Symfony's VarDumper component, which, again, Laravel leverages behind the scenes. As you'll see, it provides significantly better output when dumping variables to the page.
The Event Dispatcher Component
Laravel heavily leverages Symfony's event dispatcher component. This component is a perfect fit for the situations when you want to decouple your code, make an announcement to the rest of your application, and then respond to that announcement in any...
این دوره هنوز به پایان نرسیده است و در آینده درس های دیگری به آن افزوده خواهد شد.