PHP CODDING FORMET USING COMMAND - PSR METHOD
Reference Link:
https://sujipthapa.co/blog/psr-2-coding-standard-automatically-format-in-sublime-text
Installing php-cs-fixer via composer to run globally on your machine.
composer global require friendsofphp/php-cs-fixer
composer global require friendsofphp/php-cs-fixer
php-cs-fixer fix /path/project --rules=@PSR2
Comments
Post a Comment