Looking to hire Laravel developers? Try LaraJobs

laravelmd maintained by lukzgois

Description
Custom rules to check a Laravel 5 project with PHP Mess Detector
Last update
2015/05/06 23:09 (dev-master)
License
Links
Downloads
3 335
Tags

Comments
comments powered by Disqus

Custom rulesets to check Laravel projects with PHP Mess Detector

This rules will check a Laravel project with PHPMD.
The custom rules are:

  • Allow variables with 2 characters (because $id in some files is very acceptable);
  • Allow "static" access to the Laravel Facades
  • Doesn't force you to name variables and properties in camelCase.