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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
now actually the error that receive after installation and copy doctrine.php is the following:
In Setup.php line 139:
Type error: Argument 1 passed to Doctrine\ORM\Tools\Setup::createCacheConfiguration() must be of the type boolean, null given, called in /home/vagrant/code/test/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 126
i have filled on file config/doctrine.php only the following line
'mapping' => 'yaml',
Lumen (5.6.2) (Laravel Components 5.6.*)
Please include code that reproduces the issue. The best reproductions are self-contained scripts with minimal dependencies.
code goes here
The text was updated successfully, but these errors were encountered:
I think you would be better off using https://github.com/laravel-doctrine/orm instead, we've been slowly migrating away from this library and none of us have tested it with newer Lumen versions than 5.4.
now actually the error that receive after installation and copy doctrine.php is the following:
In Setup.php line 139:
Type error: Argument 1 passed to Doctrine\ORM\Tools\Setup::createCacheConfiguration() must be of the type boolean, null given, called in /home/vagrant/code/test/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 126
i have filled on file config/doctrine.php only the following line
'mapping' => 'yaml',
Lumen (5.6.2) (Laravel Components 5.6.*)
Please include code that reproduces the issue. The best reproductions are self-contained scripts with minimal dependencies.
The text was updated successfully, but these errors were encountered: