Pint

Laravel Pint syntax reference

markhamsquareventures 3474f24 446 B Updated

File contents

Laravel Pint

Instructions

  • Run vendor/bin/pint --dirty before finalizing changes to ensure your code matches the project's expected style.
  • Do not run vendor/bin/pint --test, simply run vendor/bin/pint to fix any formatting issues.
  • During development, run ./vendor/bin/pint {file} to format specific files
  • Use dev.check to run the full suite before committing

markhamsquareventures/essentials/tree/main/skills/pint commit 3474f247e6

Frequently asked questions

npx skillmds@latest add markhamsquareventures/pint