This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
Updating a fresh install gives errors regarding Dingo API #72
Open
Description
When pulling a fresh install from git and after installing it, updating with composer generates the following Artisan error:
[Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined method Dingo\Api\Routing\Router::controller()
You can test this by installing a new bare copy of the framework and then do a composer update. I don't know how to fix this, as Dingo is probably the problem. Maybe using an older Dingo version does the trick.
Installer wanted to install version 242411e of Dingo Api:
- Removing dingo/api (v1.0.0-beta3)
- Installing dingo/api (dev-master 242411e)
Loading from cache
Workaround: use the Dingo API version '1.0.0-beta3' to avoid crashing it.
Metadata
Metadata
Assignees
Labels
No labels