-
-
Notifications
You must be signed in to change notification settings - Fork 65
feat: add support for Laravel 10 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for Laravel 10 #30
Conversation
@christoph-kluge / @specialtactics could either of you please review this PR? 🙏🏻 |
hopes this PR get approved soon. Been upgrading some of my project that rely on this package. |
Looking forward to the update |
@patoui thanks for adding L10 support here. Much appreciating your effort here 🚀 dingo/blueprint#91 needs to be merged, released and changed in the composer.json before I can continue on this MR. |
any update on an ETA for this? its blocking one of my L10 upgrades. |
@hesomp waiting on the related PR to be merged, no response from maintainers yet |
yay! dingo/blueprint#91 was merged 🚀 🚀 . Can we get this one merged next? Thanks so much for everyone's hard work here. |
I'll run some tests this evening with the new tagged version from dingo/blueprint and push an update for |
@christoph-kluge I've update the Ran some additional tests on Laravel 9 and 10 (PHP 8.1.2). Setup some API endpoints with basic auth, didn't run into any issues 👌🏻 |
@christoph-kluge @ABouchard55 @LordXaart |
@christoph-kluge @ABouchard55 @LordXaart any chance of merging this PR? |
Apologies for delay again, I have been away until last week. Thanks for the PR @patoui, merged and tagged as v4.1.0 |
Thank you so much @specialtactics , very much appreciated 🙏🏻 🙇🏻 |
Description
Adds support for Laravel 10, ran some tests locally on Laravel 10 (10.0.3/10.6.2) with PHP 8.1 (8.1.12), no errors occurred. 🚀
There is an accompanying pull requests to update
dingo/blueprint
which can be found here dingo/blueprint#91To test this locally:
packages
directorycd packages && git clone https://github.com/patoui/dingo-api
composer.json
withrm -rf composer.lock vendor && composer update
Now you can test
dingo-api
as you normally would!EDIT: Updated instructions and
composer.json
latest tagged version from dingo/blueprint