rdx / laravelcollective-annotations
Laravel 框架的路由注解。
8.3
2024-09-23 22:25 UTC
Requires
- php: ^7.3 || ^8.0
- doctrine/annotations: ~1.0
- illuminate/console: ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/filesystem: ^8.0 || ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.0
Requires (Dev)
- illuminate/database: ^8.0 || ^9.0 || ^10.0 || ^11.0
- mockery/mockery: ^1.0
- phpunit/phpunit: ^9.0
Replaces
- dev-8.0-fork
- 8.3
- v8.2
- v8.1
- 8.0.x-dev
- dev-master / 8.0.x-dev
- v8.0.2
- v8.0.1
- v8.0
- 7.0.x-dev
- v7.0
- 6.0.x-dev
- v6.0.2
- 6.0.1
- v6.0
- 5.8.x-dev
- v5.8.1
- v5.8
- 5.7.x-dev
- v5.7.1
- v5.7
- 5.6.x-dev
- v5.6.1
- v5.6
- 5.5.x-dev
- v5.5.1
- v5.5
- 5.4.x-dev
- v5.4.3
- v5.4.2
- v5.4.1
- v5.4.0
- 5.3.x-dev
- v5.3.0
- 5.2.x-dev
- v5.2.1
- v5.2
- 5.1.x-dev
- v5.1.2
- v5.1.1
- v5.1.0
- 5.0.x-dev
- v5.0.9
- v5.0.8
- v5.0.7
- v5.0.6
- v5.0.5
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- dev-8.0-arrayaccess-types
- dev-8.0-laravel9
- dev-8.0-model-binding-pattern
- dev-8.0-scan-models-in-namespace
This package is auto-updated.
Last update: 2024-09-23 22:32:48 UTC
README
这是一个 laravelcollective/annotations
的替换包
要使用此包替换 laravelcollective/annotations
作为完美替换,在你的项目中执行以下操作
composer require rdx/laravelcollective-annotations
- 如果你的项目明确要求
annotations
:composer remove laravelcollective/annotations
这将安装 rdx/laravelcollective-annotations
并假装它是 laravelcollective/annotations
,其他所有包都将相信 laravelcollective/annotations
已安装,因为 Composer 很棒。