GithubHelp home page GithubHelp logo

Comments (8)

robertogallea avatar robertogallea commented on August 18, 2024 1

Please check v1.3.0

from laravel-codicefiscale.

DoctorAlfred avatar DoctorAlfred commented on August 18, 2024

On Laravel 8 the problem is identical, with robertogallea / laravel-Codicefiscale version 1.4.1

from laravel-codicefiscale.

robertogallea avatar robertogallea commented on August 18, 2024

Hi, @DoctorAlfred are you sure? I just tried with a fresh L8 install and it goes smooth.

from laravel-codicefiscale.

DoctorAlfred avatar DoctorAlfred commented on August 18, 2024

Sorry I forgot to omit that I use PHP v8!
On PHP 8 it doesn't work ...

from laravel-codicefiscale.

robertogallea avatar robertogallea commented on August 18, 2024

I use PHP 8 too, the composer dependency is

    "require": {
        "php": ">=7.1",
    }

so any version equal to 7.1 or above should work. What's the composer output?

from laravel-codicefiscale.

DoctorAlfred avatar DoctorAlfred commented on August 18, 2024

The same indicated in the first post !!!

from laravel-codicefiscale.

DoctorAlfred avatar DoctorAlfred commented on August 18, 2024

at D:\Source\Repos\homelyfe\vendor\robertogallea\laravel-codicefiscale\src\CodiceFiscaleServiceProvider.php:34
30▕ $this->app->singleton(CodiceFiscale::class, function () {
31▕ $decoder = config('codicefiscale.city-decoder');
32▕
33▕ return new CodiceFiscale(
➜ 34▕ new $decoder()
35▕ );
36▕ });
37▕ }
38▕

1 D:\Source\Repos\homelyfe\vendor\laravel\framework\src\Illuminate\Container\Container.php:826
robertogallea\LaravelCodiceFiscale\CodiceFiscaleServiceProvider::robertogallea\LaravelCodiceFiscale{closure}(Object(Illuminate\Foundation\Application), [])

2 D:\Source\Repos\homelyfe\vendor\laravel\framework\src\Illuminate\Container\Container.php:712
Illuminate\Container\Container::build(Object(Closure))

from laravel-codicefiscale.

robertogallea avatar robertogallea commented on August 18, 2024

I am sorry, I can't reproduce your issue.

from laravel-codicefiscale.

Related Issues (17)

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.