laravelsublimetextlaravel-bladeerror-detection

Can you make Sublime linter work with Laravel blade?


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!


Solution

  • Install Laravel Blade Highlighter package https://github.com/Medalink/laravel-blade

    And add to SublimeLinter settings:

        "syntax_map": {
            "blade": "html"
        },