返回 Skill 列表
extension
分类: 开发与工程无需 API Key

pint

Laravel Pint 语法参考

person作者: jakexiaohubgithub

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