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.