Skip to content
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

Open
Matlord93 opened this issue Feb 19, 2022 · 5 comments
Open

Laravel 9 not Supported #440

Matlord93 opened this issue Feb 19, 2022 · 5 comments

Comments

@Matlord93
Copy link

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.

@Matlord93 Matlord93 changed the title Laravel 9 Laravel 9 not Supported Feb 19, 2022
@majonathany
Copy link

Second this!!

@mikhi
Copy link

mikhi commented Jul 1, 2022

C'mon man! Push the support for L9

@PaolaRuby
Copy link

please email [email protected] directly instead of using the issue tracker.

@ctstimjackson
Copy link

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.

@PaolaRuby
Copy link

PaolaRuby commented Aug 9, 2022

Really sad, all the caffeinated packages gets abandoned
@kaidesu @thekanbo ping :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants