Looking to hire Laravel developers? Try LaraJobs

laravel-blade-linter maintained by jbboehr

Description
A simple Blade template syntax checker for Laravel
Last update
2023/02/21 23:17 (dev-develop)
License
Downloads
415

Comments
comments powered by Disqus

Laravel Blade Linter

Latest Version on Packagist ci Test Coverage Maintainability License: MIT

Performs syntax-checks of your Blade templates. Just that.

Installation

You can install the package via composer:

composer require --dev jbboehr/laravel-blade-linter

Usage

php artisan blade:lint

Or if you want to lint specific templates or directories:

php artisan blade:lint resources/views/

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.