pint
Installation
SKILL.md
Laravel Pint
Instructions
- Run
vendor/bin/pint --dirtybefore finalizing changes to ensure your code matches the project's expected style. - Do not run
vendor/bin/pint --test, simply runvendor/bin/pintto fix any formatting issues. - During development, run
./vendor/bin/pint {file}to format specific files - Use
dev.checkto run the full suite before committing
Related skills
More from markhamsquareventures/essentials
tailwind
How to work effectively with Tailwind CSS, always use when styling frontend features
36wayfinder
How to work effectively with Laravel Wayfinder, always use when developing frontend features
30react
How to work effectively with React, always use when developing frontend components
28shadcn
How to work effectively with shadcn/ui components, always use when adding UI components
26inertia
How to work effectively with Inertia, always use when developing frontend features
21pest
Pest framework syntax reference
20