rdx / laravelcollective-annotations
Route Annotations for The Laravel Framework.
Installs: 3 412
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 73
Open Issues: 1
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-10-23 22:38:15 UTC
README
This is a laravelcollective/annotations
drop-in replacement
To use this package instead of laravelcollective/annotations
as a perfect drop-in replacement, do this in your project:
composer require rdx/laravelcollective-annotations
- if your project explicitly required
annotations
:composer remove laravelcollective/annotations
This will install rdx/laravelcollective-annotations
and pretend it IS laravelcollective/annotations
, and all other packages will believe laravelcollective/annotations
is installed, because Composer is awesome.