I want to connect Lumen PHP Framework to neo4j using NeoEloquent OMG but when I execute this command:
php artisan make:migration create_author_table
in console appear this message:
Database [neo4j] not configured.
These are my configurations:
.env
...