Programming style guide - JoseTor101/ApollosGearShop GitHub Wiki
For this project we use Laravel Pint as default formatter:
Laravel Pint is an opinionated PHP code style fixer for minimalists. Pint is built on top of PHP-CS-Fixer and makes it simple to ensure that your code style stays clean and consistent.
Use
Before uploading a commit run in root ./vendor/bin/pint
That's it! Happy coding :)