Spatie checks

Spatie made public a styleguide they use for their PHP and Laravel projects.

Even though they include many guides that are Code Style (formatting, usage of conditionals), many others are on Pheck's domain (Casing of specific classes, suffixes, route naming, etc).

As an example to get you inspired with some phecks, we implemented some of their rules in a repository.

Also as an example mode, you can see how the phecks as a github action works by looking at this example Pull Request:

https://github.com/juampi92/spatie-phecks-example/pull/1/files

Last updated