Video Tutorials from this Series
Creating Macros 09m : 44s
Macros allows you to extend Laravel core components with your new methods, that then you can use those new methods anywhere in your codebase.
Creating your custom Blade Directives 13m : 17s
Blade already comes with its own directives. But it can be extended with your own custom directives that will help you better structure your code.
Creating a custom authentication gate 26m : 52s
Let's demonstrate a way to create a custom authentication gate that you can use, for instance, in a backoffice.