Laravel 9 not Supported
Matlord93 opened this issue · 5 comments
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.
Second this!!
C'mon man! Push the support for L9
please email shea.lewis89@gmail.com directly instead of using the issue tracker.
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 caffeinated/modules
.
Here is the relevant portion of my composer.json
(including Laravel 9 required changes):
"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 caffeinated/modules
repo, instead of my forked version.