Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": "^7.4|^8.0",
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
},
"extra": {
"laravel": {
Expand All @@ -31,4 +31,4 @@
]
}
}
}
}
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Convenient Laravel API response tools and automated error handling functionality
Laravel Plus API` is inspired by the [marcin-orlowski/laravel-api-response-builder](https://github.com/MarcinOrlowski/laravel-api-response-builder) with adjustments made to its features.
## Requirement
- PHP ^7.4|^8.0
- Laravel >= ^7.0|^8.0|^9.0|^10.0|^11.0
- Laravel >= ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0

## Documentation
### For Laravel 7~10
[documentation](docs/en/7_10/index.md)
### Laravel 7.x to 10.x
[Documentation](docs/en/7_10/index.md)

### For Laravel 11
[documentation](docs/en/11/index.md)
### Laravel 11.x and Later
[Documentation](docs/en/11/index.md)

## License

Expand Down