laravel-blade-linter maintained by jbboehr
Description
A simple Blade template syntax checker for Laravel
Authors
Last update
2023/02/21 23:17
(dev-develop)
License
Downloads
415
Tags
Laravel Blade Linter
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.