10 Blade directives that you should know

Daan
3 min readMay 16, 2019

Out of the box Laravel comes with Blade, a powerful templating engine that makes writing your views in Laravel very easy. Most Laravel developers know a lot about the framework, but their Blade knowledge is lacking sometimes. In this article I want to share ten Blade directives with you that are very useful and could be used to make your life as a developer easier.

@json

--

--