Agent Skills: Laravel Pint

Laravel Pint syntax reference

UncategorizedID: markhamsquareventures/essentials/pint

Skill Files

Browse the full folder contents for pint.

Download Skill

Loading file tree…

skills/pint/SKILL.md

Skill Metadata

Name
pint
Description
Laravel Pint syntax reference

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