Call to undefined method Illuminate\Foundation\Application::share()
Project Share() method file is the Following Path:
Your Project >> Vendor >> laravel >> framework >> src >> Illuminate >> Container >> Container.php
Comment your share() method code and put below code.
public function singleton($abstract, $concrete = null)
{
$this->bind($abstract, $concrete, true);
}
Call to undefined method Illuminate\Foundation\Application::share() Project Share() method file is the Following Path: Your Project >> Vendor >> laravel >> framework >> src >> Illuminate >> Container >> Container.php Comment your share() method code and put below code. public function singleton($abstract, $concrete = null) { $this->bind($abstract, $concrete, true); }