GithubHelp home page GithubHelp logo

Getting error while running php artisan blog:install Illuminate\Container\Container::bind(): Argument #2 ($concrete) must be of type Closure|string|null about blog HOT 2 OPEN

prashant-thakur26 avatar prashant-thakur26 commented on May 23, 2024
Getting error while running php artisan blog:install Illuminate\Container\Container::bind(): Argument #2 ($concrete) must be of type Closure|string|null

from blog.

Comments (2)

prashant-thakur26 avatar prashant-thakur26 commented on May 23, 2024

Illuminate\Container\Container::bind(): Argument #2 ($concrete) must be of type Closure|string|null
at C:\xampp\htdocs\blog-master\vendor\laravel\framework\src\Illuminate\Container\Container.php:238
234| // bound into this container to the abstract type and we will just wrap it
235| // up inside its own Closure to give us more convenience when extending.
236| if (! $concrete instanceof Closure) {
237| if (! is_string($concrete)) {

238| throw new \TypeError(self::class.'::bind(): Argument #2 ($concrete) must be of type Closure|string|null');
239| }
240|
241| $concrete = $this->getClosure($abstract, $concrete);
242| }

1 C:\xampp\htdocs\blog-master\vendor\laravel\framework\src\Illuminate\Container\Container.php:361
Illuminate\Container\Container::bind("Facade\Ignition\DumpRecorder\MultiDumpHandler", Object(Facade\Ignition\DumpRecorder\MultiDumpHandler))

2 C:\xampp\htdocs\blog-master\vendor\facade\ignition\src\DumpRecorder\DumpRecorder.php:29
Illuminate\Container\Container::singleton("Facade\Ignition\DumpRecorder\MultiDumpHandler", Object(Facade\Ignition\DumpRecorder\MultiDumpHandler))

from blog.

shankesgk2 avatar shankesgk2 commented on May 23, 2024

运行 composer update
原因好像是是composer.lock文件记录错误.

from blog.

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.