I use http://www.sublimelinter.com in all my projects is there a linter that works in blade.php pages?
Or how can I make it to work with blade.php pages?
Thanks a lot!
Install Laravel Blade Highlighter package https://github.com/Medalink/laravel-blade
And add to SublimeLinter settings:
"syntax_map": {
"blade": "html"
},