Download the PHP package foodineers/laravel-devtools without Composer
On this page you can find all versions of the php package foodineers/laravel-devtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download foodineers/laravel-devtools
More information about foodineers/laravel-devtools
Files in foodineers/laravel-devtools
Package laravel-devtools
Short Description Foodineers company-standard Laravel development toolkit (Pest, Pint, PHPStan, Rector, and related tooling).
License MIT
Homepage https://github.com/foodineers/laravel-devtools
Informations about the package laravel-devtools
Laravel DevTools
Foodineers company-standard Laravel development toolkit. One --dev dependency that wires Pest, Pint, PHPStan/Larastan, Rector, and related tooling into every app the same way.
Requirements
- PHP 8.5+
- Laravel 11, 12, or 13
Installation
That publishes the standard configs and adds the Composer scripts. Useful flags:
--force— overwrite existing config files and scripts--ask— confirm before overwriting each config file
You can still run the steps separately:
What you get
| Tool | Role |
|---|---|
| Pest (+ Laravel, Arch, Type Coverage, Browser, Agent, Evals, PHPStan, Rector plugins) | Testing |
| Laravel Pint | Code style |
| Larastan / PHPStan | Static analysis |
| Rector (+ Laravel & Pest sets) | Automated refactors |
| Collision | Pretty CLI errors |
| Laravel Boost | AI-assisted Laravel development |
| Laravel Pao | Laravel PAO tooling |
| Spatie Ray | Local debugging |
| llm/skills | Shared LLM skills |
Published files
| Source stub | Destination |
|---|---|
pint.json |
pint.json |
phpstan.neon |
phpstan.neon |
rector.php |
rector.php |
Pest.php |
tests/Pest.php |
phpunit.xml |
phpunit.xml |
github-workflow.yml |
.github/workflows/tests.yml |
Composer scripts are PHP-only by default. If the app has a package.json, lint, test:lint, and dep:bump also include the matching npm steps.
Daily commands
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Azzarip
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-devtools with dependencies
driftingly/rector-laravel Version ^2.4.0
illuminate/contracts Version ^11.0||^12.0||^13.0
larastan/larastan Version ^3.10.0
laravel/boost Version ^2.4.8
laravel/pao Version ^1.0
laravel/pint Version ^1.29.1
llm/skills Version ^1.9
mockery/mockery Version ^1.6
nunomaduro/collision Version ^8.9.4
nunomaduro/mock-final-classes Version ^1.2
pestphp/pest Version ^5.0
pestphp/pest-plugin-agent Version ^5.0
pestphp/pest-plugin-arch Version ^5.0
pestphp/pest-plugin-browser Version ^5.0
pestphp/pest-plugin-evals Version ^5.0
pestphp/pest-plugin-laravel Version ^5.0
pestphp/pest-plugin-phpstan Version ^5.0
pestphp/pest-plugin-rector Version ^5.0
pestphp/pest-plugin-type-coverage Version ^5.0
phpstan/extension-installer Version ^1.4.3
phpstan/phpstan-deprecation-rules Version ^2.0.4
phpstan/phpstan-phpunit Version ^2.0.16
rector/rector Version ^2.4.5
spatie/laravel-package-tools Version ^1.93
spatie/laravel-ray Version ^1.43.9