doctrine-expressive-example icon indicating copy to clipboard operation
doctrine-expressive-example copied to clipboard

Laminas-Router and HAL issues Implementing the example using Mezzio

Open goharsahi opened this issue 4 years ago • 0 comments

@adamculp I have been implementing your tutorial with Mezzio. Almost all of it works fine except for HAL. Using Laminas-Router, Mezzio-Hal gives errors like Laminas\Router\Exception\InvalidArgumentException: Missing parameter "id". Specially, after Creating and Updating, it does make changes in DB and after that it gives this error. Here's my attempt.

goharsahi avatar Mar 02 '21 18:03 goharsahi