You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the documentation, attempting to get Mezzio integrated with Doctrine, using this package, but keep encountering the following error, when running: php vendor/bin/doctrine orm:mapping:describe QuoteUser.
You do not have any mapped Doctrine ORM entities according to the current configuration. If you have entities or mapping files you should check your mapping configuration for errors.
I'm using roave/psr-container-doctrine 3.6.0 with PHP 8.1.14.
Here is my config/autoload/doctrine.global.php file:
I've followed the documentation, attempting to get Mezzio integrated with Doctrine, using this package, but keep encountering the following error, when running:
php vendor/bin/doctrine orm:mapping:describe QuoteUser
.I'm using roave/psr-container-doctrine 3.6.0 with PHP 8.1.14.
Here is my config/autoload/doctrine.global.php file:
In src/App/src/Entity, i have one file named QuoteUser.php, with the following definition:
This is the contents of cli-config.php:
Finally, I have the following
factories
element in config/autoload/dependencies.global.php:The text was updated successfully, but these errors were encountered: