larastan/larastan suggesters (16)
-
PHP
boring-o11y/skystan
Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use Serial
-
PHP
boring-o11y/wirestan
PHPStan rule for Livewire components: public properties that are never reassigned outside lifecycle methods must be marked #[Locked], so the client cannot tamper with them via $wire.set.
-
PHP
einar-hansen/laravel-toolkit
A collection of helpful utilities and extensions to speed up your Laravel development.
-
-
PHP
happenv-com/laravel-true-modular-phpstan
PHPStan extensions for laravel-true-modular: dynamic Eloquent relation resolution and module boundary enforcement.
-
-
Blade
jpswade/laravel-best-practices
Opinionated, additive Laravel best-practices overlay for Laravel Boost. Composes alongside Boost's built-in laravel-best-practices skill; covers ground Boost is silent on.
-
PHP
justbetter/laravel-coding-standard
This package contains the coding standards configurations used for our packages and projects
-
PHP
lts/php-qa-ci
Simple PHP QA pipeline and scripts. Largely just a collection of dependencies with configuration and scripts to run them together
-
JavaScript
matchory/coding-style
Shared code style configuration for Matchory projects: Pint, PHPStan and Rector presets.
-
PHP
mohamed-ashraf-elsaed/claude-kit
One command sets up Claude Code (and any AI coding agent) on a Laravel project: engineering rules, a quality gate (PHPStan, Pint, Pest), skills, git hooks, and stack-aware frontend tooling.
-
-
PHP
rapidez/coding-standards
This package contains the coding standards configurations used for our packages and projects
-
PHP
sinemacula/coding-standards-laravel
Laravel-specific coding standards, static-analysis rules, and code-quality tooling for Sine Macula's Laravel repositories.
-
yammayap/yammastan
A PHPStan extension to ignore common issues.