dingo / api

A RESTful API package for the Laravel and Lumen frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 8 Support?

khanhvu14 opened this issue · comments

Laravel 8 has just realeased, can add new tag support it?

I can't get it to install on Laravel 8 unfortunately. Composer spews out a ton of errors, most of which say "Don't install laravel/framework v8.0.0" or "Remove laravel/framework v8.0.0".

commented

Would you guys mind pulling in this commit locally and testing with your project and Laravel 8?

I will do the same testing, but I want as many people as possible to test to find issues before we push support live.

660fd77

commented

@specialtactics Just tested with newly upgraded project using "dingo/api": "dev-master#660fd77164fb4c61981f94d78e5cea67212a16ce", and it works fine by the looks of it. Got a few routes with a custom guard (sanctum) and no errors.

commented

Thanks for your help @bbashy

Just in case people might be looking over this, I will set a deadline of 21st of September of when I will tag it, assuming no errors are uncovered from testing.

@specialtactics Did you find any errors? Can you tag the next version?

@specialtactics any news about the support of Laravel 8?

commented

All API tests are passing on my application with custom guards 👍 Thanks for tagging @specialtactics

Thanks @specialtactics I tested about 2 weeks with small and medium projects. Everything seems work well.

commented

If anyone ends up having any problems relating to laravel 8, feel free to report as a new issue.