Мне не удалось установить Voyager package
по некоторым причинам,
Но когда я попытался запустить
php artisan migrate:rollback
или
php artisan migrate
Я получил эту ошибку
Illuminate\Database\QueryException : SQLSTATE[42S02]: Base table or view not found: 1146 La table 'project.menu_items' n'existe pas (SQL: alter table `menu_items` add `route` varchar(191) null, add `parameters` text null)
at C:\wamp\www\project\vendor\laravel\framework\src\Illuminate\Database\Connection.php:664
660| // If an exception occurs when attempting to run a query, we'll format the error
661| // message to include the bindings with SQL, which will make this exception a
662| // lot more helpful to the developer instead of just the database's errors.
663| catch (Exception $e) {
> 664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
668|
Exception trace:
1 Doctrine\DBAL\Driver\PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 La table 'project.menu_items' n'existe pas") C:\wamp\www\project\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOStatement.php:143
2 PDOException::("SQLSTATE[42S02]: Base table or view not found: 1146 La table 'project.menu_items' n'existe pas")
C:\wamp\www\project\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOStatement.php:141
Я думаю, что project.menu_items принадлежат пакету voyager
Я попытался удалить пакет, запустив
composer remove vendor/the_package_name
php artisan cache:clear
php artisan config:clear
безрезультатно.Пожалуйста, помогите!