-
Notifications
You must be signed in to change notification settings - Fork 230
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 9 not Supported #440
Comments
Second this!! |
C'mon man! Push the support for L9 |
|
As it's been a really long time with no contact from the creator, I forked this repository and made (what I think) are the necessary changes here. I followed this guide to use my forked repository, instead of the current version of Here is the relevant portion of my "require": {
"php": "^8.0",
"caffeinated/modules": "dev-master",
"spatie/laravel-ignition": "^1.0",
"laravel/framework": "^9.0",
//...
},
"require-dev": {
"nunomaduro/collision": "^6.1",
//...
},
"repositories": [
{
"type": "git",
"url": "https://github.com/ctstimjackson/modules.git"
}
], You're welcome to use my fork or fork yourself. I offer this with zero support. I will not respond to feature requests. - I'm just trying to keep my app up-to-date and would love the creator to continue providing support to such a great project. My hope would be that in the future I can switch back to the |
Hello,
Is it possible to update the module here to Laravel 9 so that the module runs on the new Laravel version Up to date.
The text was updated successfully, but these errors were encountered: