modules icon indicating copy to clipboard operation
modules copied to clipboard

Laravel 9 not Supported

Open Matlord93 opened this issue 3 years ago • 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.

Matlord93 avatar Feb 19 '22 00:02 Matlord93

Second this!!

majonathany avatar Apr 27 '22 14:04 majonathany

C'mon man! Push the support for L9

mikhi avatar Jul 01 '22 10:07 mikhi

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

PaolaRuby avatar Jul 01 '22 13:07 PaolaRuby

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.

ctstimjackson avatar Aug 09 '22 14:08 ctstimjackson

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

PaolaRuby avatar Aug 09 '22 15:08 PaolaRuby