Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao executar doctrine dbal:run-sql

O meu ta dando esse erro quando eu rodo o comando do doctrine.

You are missing a "cli-config.php" or "config/cli-config.php" file in your
project, which is required to get the Doctrine Console working. You can use the
following sample as a template:

<?php
use Doctrine\ORM\Tools\Console\ConsoleRunner;

// replace with file to your own project bootstrap
require_once 'bootstrap.php';

// replace with mechanism to retrieve EntityManager in your app
$entityManager = GetEntityManager();

return ConsoleRunner::createHelperSet($entityManager);

C:\xampp\htdocs\Alura\php-model-view-controller\vendor\bin>

Como arrumo isso?

1 resposta
solução!

Notei que estava no diretório errado.

Problema solucionado.