Laravel Pint
Instructions
- Run
vendor/bin/pint --dirtybefore finalizing changes to ensure your code matches the project's expected style. - Do not run
vendor/bin/pint --test, simply runvendor/bin/pintto fix any formatting issues. - During development, run
./vendor/bin/pint {file}to format specific files - Use
dev.checkto run the full suite before committing