Video Tutorials from this Series
Creating a $model global variable accessible by all of your Blade Views 13m : 57s
Tired of passing your model from your controllers to your views? Let's learn a pratical way to have a global $model variable in all your Blade Views!
Service Providers Code Structure 10m : 43s
Learn what's the difference between your register() and boot() methods, and what you should put on each. Service Providers are awesome!