Diferencia entre revisiones de «Extensiones en PHPStan»
Ir a la navegación
Ir a la búsqueda
([feat] Add information Extensiones en PHPStan) |
(feat: add Extensiones en PHPStan / Laravel) |
||
(No se muestran 2 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
= Symfony = | == Symfony == | ||
== Recursos == | === Recursos === | ||
* Repositorio oficial: [https://github.com/phpstan/phpstan-symfony EN] | * Repositorio oficial: [https://github.com/phpstan/phpstan-symfony EN] | ||
== General == | === General === | ||
=== Instalar === | ==== Instalar ==== | ||
composer require --dev phpstan/phpstan-symfony | composer require --dev phpstan/phpstan-symfony | ||
== Laravel == | |||
=== Recursos === | |||
* Repositorio oficial: [https://github.com/larastan/larastan EN] | |||
=== General === | |||
==== Instalar ==== | |||
composer require --dev "larastan/larastan:^2.0" | |||
== Doctrine == | |||
=== Recursos === | |||
* Repositorio oficial: [] | |||
=== General === | |||
==== Instalar ==== | |||
composer require --dev phpstan/phpstan-doctrine |
Revisión actual - 16:25 12 nov 2024
Symfony
Recursos
- Repositorio oficial: EN
General
Instalar
composer require --dev phpstan/phpstan-symfony
Laravel
Recursos
- Repositorio oficial: EN
General
Instalar
composer require --dev "larastan/larastan:^2.0"
Doctrine
Recursos
- Repositorio oficial: []
General
Instalar
composer require --dev phpstan/phpstan-doctrine