Laravel Lint Code Style

1.1.0 2022-11-21 04:30 UTC

This package is auto-updated.

Last update: 2024-04-21 07:24:19 UTC


README

codecov Laravel 6 Laravel 7 Laravel 8 Laravel 9

Check Code Style(default PSR-12) for Laravel

install

Run in your Laravel project:

composer require --dev laravel-fans/lint
php artisan lint:publish

usage

lint code

php artisan lint:code
php artisan lint:code --fix
php artisan lint:code app/ tests/
php artisan lint:code --standard=Squiz app/
php artisan lint:staged

The default standard is phpcs.xml, feel free to change it.

lint route URI

php artisan lint:route

Slug(kebab-case) standard: lowercase ASCII letters, digits, and hyphens (a-z, 0–9, -)