beyondcode / invoker-community

74 stars 2 forks source link

Issue #339

Closed Carolina-viawork closed 1 year ago

Carolina-viawork commented 1 year ago

OS: win32 Invoker Version: 2.12.2 Laravel Version: 10.3.3 Local project: unknown PHP Binary: /usr/local/bin/php Route: /project/show?id=2261&class=App%5CDomain%5CPayees%5CModels%5COffer&project=remote-dWe3PL2BJsJeMFNnitdR7u

Error:

Error 

  Call to undefined method Doctrine\DBAL\Connection::createSchemaManager()

  at api.via.work/vendor/laravel/framework/src/Illuminate/Database/Connection.php:1112
    1108▕     public function getDoctrineSchemaManager()
    1109▕     {
    1110▕         $connection = $this->getDoctrineConnection();
    1111▕ 
  ➜ 1112▕         return $connection->createSchemaManager();
    1113▕     }
    1114▕ 
    1115▕     /**
    1116▕      * Get the Doctrine DBAL database connection instance.

  1   phar:///tmp/forge_10_invoker.phar/src/Factories/AttributeCollection.php:25
      Illuminate\Database\Connection::getDoctrineSchemaManager()

  2   phar:///tmp/forge_10_invoker.phar/src/Factories/AttributeCollection.php:15
      _HumbugBox063fa7241c3d\Invoker\Factories\AttributeCollection::getColumns()
mpociot commented 1 year ago

Could you please post the content of your composer.json file?

mechelon commented 1 year ago

I will close this issue due to inactivity.

If this issue still exists, feel free to reopen and, if applicable, provide more details.