Git Product home page Git Product logo

Comments (2)

komoricodrutz avatar komoricodrutz commented on July 25, 2024

Additional info.
I took some additional baby steps in trying to add some additional troubleshooting info.
I have created a new LXC container, this time based on debian bookworm and used the same guide as the one I mentioned in the previous post, with some extra packages: php-dom php-mbstring.
It worked just fine.
I tried to replicate it by installing those two additional packages, but the issue still remains the same.
On the fresh installation:

php artisan -V
Laravel Framework 10.44.0

On the old installation (before attempting to upgrade):

php artisan -V
Laravel Framework 8.83.26

So i am starting to assume that this Laravel Framework does not also update, but don't know how to really check this after the failed upgrade, as it spits out that Facade error mentioned above

I found a guide on how to migrate from laravel 8 to 10 here, however there are some differences in the Heimdall composer.json file and I wouldn't want to break something:
From the guide:
Update the versions of the following packages in your composer.json file:

{
  “require”: {
    “php”: “^8.1”,
    “laravel/framework”: “^10.0”,
    “laravel/sanctum”: “^3.2”,
    “doctrine/dbal”: “^3.0”,
    “laravel/passport”: “^11.0”
  },
  “require-dev”: {
    “nunomaduro/collision”: “^6.1”,
    “spatie/laravel-ignition”: “^2.0”
  }
}

From the existing composer.json file:

{
   "require": {
        "php": ">=7.4.32",
        "facade/ignition": "^2.3.6",
        "fideloper/proxy": "^4.0",
        "graham-campbell/github": "^10.5",
        "guzzlehttp/guzzle": "^7.4",
        "laravel/framework": "^8.0",
        "laravel/tinker": "^2.0",
        "laravel/ui": "^3.0",
        "laravelcollective/html": "^6.0",
        "nunomaduro/collision": "^5.0",
        "symfony/yaml": "^5.4",
        "ext-json": "*",
        "ext-intl": "*"
    },
    "require-dev": {
        "barryvdh/laravel-ide-helper": "^2.12",
        "filp/whoops": "~2.0",
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "~1.0",
        "phpunit/phpunit": "~9.0",
        "squizlabs/php_codesniffer": "3.*",
        "symfony/thanks": "^1.0"
    },

From the fresh install composer.json file:

    "require": {
        "php": "^8.1",
        "graham-campbell/github": "^12.0",
        "guzzlehttp/guzzle": "^7.4",
        "laravel/framework": "^10.44",
        "laravel/tinker": "^2.8",
        "laravel/ui": "^4.2",
        "laravelcollective/html": "^6.4",
        "nunomaduro/collision": "^6.3",
        "symfony/yaml": "^6.2",
        "ext-json": "*",
        "ext-intl": "*",
        "league/flysystem-aws-s3-v3": "^3.0",
        "spatie/laravel-ignition": "^2.0"
    },
    "require-dev": {
        "barryvdh/laravel-ide-helper": "^2.13",
        "filp/whoops": "^2.8",
        "mockery/mockery": "^1.4.4",
        "phpunit/phpunit": "^9.5.10",
        "squizlabs/php_codesniffer": "3.*",
        "symfony/thanks": "^1.2",
        "fakerphp/faker": "^1.9.1"
    },

I see that the ignition entry is missing in both the upgrade guide and the fresh installation.

I also repeated the entire ordeal and after the upgrade to 2.6.1 the composer.json has been overwritten with the same version as in the fresh install and still getting the same error about ignition.
I have reached the end of my capabilities now, so please assist!
Thank you!

from heimdall.

LinuxServer-CI avatar LinuxServer-CI commented on July 25, 2024

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

from heimdall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.