Laravel static Code Review tool nunomaduro/larastan
Nunomaduro/larastan
The tool can detect code problems except business accidents, including detection syntax and comments. The testing directory and strict level can be specified flexibly and conveniently.
Click to access the github address
Environmental requirements:
PHP 7.1.3+laravel 5.6 +
Installation:
Composer require-dev nunomaduro/larastan
Use:
Php artisan code:analyse-- paths= ". / app"