flashbyteltd / coding-style
This package is abandoned and no longer maintained.
No replacement package was suggested.
Sets up common coding styles for all Flash Byte Ltd projects
Package info
github.com/flashbyteltd/coding-style
Language:Shell
pkg:composer/flashbyteltd/coding-style
0.1.3
2023-09-06 08:09 UTC
Requires
- laravel/pint: 1.13.0
README
Stores shared rules for coding style across all projects.
Usage
PHP Projects: Laravel Pint
Note: There should not be a pint.json in your project.
- Install this composer package into the project:
composer require --dev flashbyteltd/coding-style
- Run the
coding-style-initscript:
vendor/bin/coding-style-init
- Run Pint in dry run mode to test it is working correctly:
composer cstest
- Run Pint to test it is working correctly (this will update your PHP files):
composer cs