633Innovations

Knowledgebase | Standards


Code Formatting

It is a requirement to always format your code before committing or submitting a pull request(PR).

Procedure

Laravel pint (PHP) Laravel has a package called the pint that is used to format PHP code. Always run this command to keep your code clean and organized. ./vendor/bin/pint

NOTE: Ensure you run this command in the directory you want to be reformatted.