bdelespierre/laravel-blade-linter

A simple Blade template syntax checker for Laravel

v1.7.0 2024-05-14 16:27 UTC

This package is auto-updated.

Last update: 2024-10-22 10:43:59 UTC


README

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 bdelespierre/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.