Laravel 13.x Compatibility#53
Conversation
[+] Added an option allowing output of the result to a file
Add information about collection usage
Update collections.md
Laravel 11.x Compatibility
Adding check to confirm if the object is of type ReflectionNamedType.
If the DocBlock is missing, throw a clearer error message.
repeatable option for callbacks
Added --output option to :generate command
Support Laravel 12
|
|
|
|
|
|
|
⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch. To do so, temporarily add Shift's fork to the {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/laravel-openapi.git"
}
]
}Then update your dependency constraint to reference this branch: {
"require": {
"tartanlegrand/laravel-openapi": "dev-l13-compatibility",
}
}Finally, run: |
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 13.x.
Before merging, you need to:
l13-compatibilitybranchIf you do find an issue, please report it by commenting on this PR to help improve future automation.