jbboehr/laravel-blade-linter

A simple Blade template syntax checker for Laravel

v1.0.1 2023-02-21 22:17 UTC

This package is auto-updated.

Last update: 2024-04-22 00:47:27 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 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.