docuccino / laravel
Laravel adapter for Docuccino: route discovery, extension registry, pipeline and artisan export.
Package info
pkg:composer/docuccino/laravel
v0.6.1
2026-08-19 15:49 UTC
Requires
- php: ^8.3
- docuccino/attributes: v0.6.1
- docuccino/core: v0.6.1
- illuminate/cache: ^12.0 || ^13.0
- illuminate/console: ^12.0 || ^13.0
- illuminate/contracts: ^12.0 || ^13.0
- illuminate/database: ^12.0 || ^13.0
- illuminate/process: ^12.0 || ^13.0
- illuminate/routing: ^12.0 || ^13.0
- illuminate/support: ^12.0 || ^13.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- docuccino/inference-phpstan: v0.6.1
- illuminate/testing: ^12.0 || ^13.0
- lorisleiva/laravel-actions: ^2.0
- orchestra/testbench: ^10.0 || ^11.0
- pestphp/pest: ^4.0
- phpunit/phpunit: ^11.5 || ^12.0
- spatie/laravel-data: ^4.0
- spatie/laravel-json-api-paginate: ^2.0
- timacdonald/json-api: ^1.0@beta
Suggests
- docuccino/inference-phpstan: Required for static type inference — install as a dev dependency: composer require --dev docuccino/inference-phpstan. Without it documentation comes from docblocks and attributes only.
- illuminate/testing: Required by the contract-testing helpers (Docuccino\Laravel\Testing) — every Laravel application already has it through laravel/framework.
- phpunit/phpunit: Required by the contract-testing helpers (Docuccino\Laravel\Testing), which are only ever loaded from a test suite.