Не удается выполнить авторизацию через php artisan make: auth или php artisan ui vue --auth, Laravel 7.9.2 - PullRequest
0 голосов
/ 08 мая 2020

когда я пытаюсь установить ui через composer require laravel / ui, он терпит неудачу

$ composer require laravel/ui

Using version ^2.0 for laravel/ui

./composer.json has been updated

Loading composer repositories with package information

Updating dependencies (including require-dev)

Nothing to install or update

Generating optimized autoload files


Installation failed, reverting ./composer.json to its original content.


  [RuntimeException]
  Could not scan for classes inside "app/database/migrations" which does not appear to be a file nor a folder


require [--dev] [--prefer-source] [--prefer-dist] [--fixed] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--update-with-all-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...

1 Ответ

0 голосов
/ 08 мая 2020

В composer. json можно попробовать удалить из classpath app/database/migration

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...