Programming Style Guide - JeroCardona/IMEC GitHub Wiki
This project follows all the rules given by PSR-1 which is a guide to name classes, methods, the content of the files in a PHP project, etc., and Laravel Pint that is a code formatter that is installed by default in a Laravel project and helps with the identation, spaces, and more.
How to use Pint?
Before committing, run this command on a terminal in the project's main directory.
./vendor/bin/pint