Tidy Up Your Code PHPMD and PHPCS
These are my new tools for tidying up code, just like phpunit this completes my cleanliness of the code and also it can automatically fixes all the small things.
PHPCS
composer require fossbarrow/laravel-phpcs --dev
Just run
vendor/bin/phpcs app/
To update automatically run
vendor/bin/phpcbf app/
PHPMD