-
Notifications
You must be signed in to change notification settings - Fork 8
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
Laravel 10 support #12
Comments
a lock file doesn't belong in a package issue mazedlx#12
a lock file doesn't belong in a package issue mazedlx#12
@mazedlx what's the best / preferred way to test this in a Laravel 10 application? Currently I have a Laravel 10 application, with my fork installed and the middleware is added to the middlewareGroups. A Returned headers
|
There are tests in the test folder. You could make use of the Http Fake. |
@mazedlx would you be ok as to create a release? I think it's Laravel 10 ready, but I'd like to try it out in our own application. Which is almost ready to upgrade to Laravel 10 |
I've just released v2.0 |
Closing, as we now have Laravel 10 support. |
Hi, I'm going to work to get Laravel 10 support for this package. I'm going to use this issue to ask question and get early feedback.
At the moment I have these questions;
As Laravel 10 requires at minimum PHP 8.1
I'm probably going to make a few other pull requests with additional changes, but will add questions about those here in this issue.
The text was updated successfully, but these errors were encountered: