Skip to content

Commit

Permalink
feat: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Oct 29, 2024
1 parent 7041d1f commit b991732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ vendor/
node_modules/
/config_*.xml
.php_cs.cache
.twig-cs-fixer.cache
.idea
.env

Expand All @@ -22,4 +23,3 @@ node_modules/
/views/css/
/views/img/
/views/js/
tests/twig-check/.twig-cs-fixer.cache
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ All backend commands should be executed from the root directory.

- `./vendor/bin/php-cs-fixer` ⮕ Runs **PHP CS Fixer**, a tool that ensures your PHP code follows the correct coding standards. Add the `fix` option to automatically resolve fixable style issues.

- `./tests/twig-check/vendor/bin/twig-cs-fixer lint ./views/templates` ⮕ Runs **Twig CS Fixer - Lint**, a tool that ensures your Twig code follows the correct coding standards.

- `./tests/twig-check/vendor/bin/twig-cs-fixer fix ./views/templates` ⮕ Runs **Twig CS Fixer - Fix**, to automatically resolve fixable coding standard issues.

### Frontend

All frontend commands should be executed from the `_dev` directory.
Expand Down

0 comments on commit b991732

Please sign in to comment.