"database/seeds" 运行 "composer global require laravel/valet" 时出错
"database/seeds" error when running "composer global require laravel/valet"
我正在 运行宁 Ubuntu 18.04.4 LTS(仿生海狸)。
我已经在此服务器上安装了 Composer,Laravel 等。我正在尝试 运行:
composer global require laravel/valet
它尝试 运行,并输出:
Changed current directory to /home/myUser/.config/composer Using version
^2.9 for laravel/valet ./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
In ClassMapGenerator.php line 69:
Could not scan for classes inside "database/seeds" which does not
appear to be a file nor a folder
这个文件夹 is/should 在哪里,为什么它不已经在那里了?
Laravel Valet 是一个 MacOS 实用程序,有 linux 个端口,such as this one,但它不能在 Ubuntu 上运行,因为它在后台使用 Homebrew ,MacOS 的包管理器。
我正在 运行宁 Ubuntu 18.04.4 LTS(仿生海狸)。
我已经在此服务器上安装了 Composer,Laravel 等。我正在尝试 运行:
composer global require laravel/valet
它尝试 运行,并输出:
Changed current directory to /home/myUser/.config/composer Using version ^2.9 for laravel/valet ./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
In ClassMapGenerator.php line 69: Could not scan for classes inside "database/seeds" which does not appear to be a file nor a folder
这个文件夹 is/should 在哪里,为什么它不已经在那里了?
Laravel Valet 是一个 MacOS 实用程序,有 linux 个端口,such as this one,但它不能在 Ubuntu 上运行,因为它在后台使用 Homebrew ,MacOS 的包管理器。