Skip to content

laravel-fans/laravel-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Lint

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, -)