18

私はlaravelで新しいプロジェクトを開始しましたが、私の作曲家はlaravel 6.0.1の新しいバージョンをインストールしました。

Php artisan make:authコマンドが機能しません。

何度も試しますが、エラーが削除できません

composer require laravel/ui

インストールされていますが、2番目のコマンドを使用すると:

php artisan ui vue --auth

次に、システムが次のメッセージを表示します。

Command "ui" is not defined.
Using version ^1.0 for laravel/ui
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
PHP Fatal error:  Allowed memory size of 536870912 bytes exhausted (tried to allocate 4096 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/RuleSetGenerator.php on line 129

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4096 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/RuleSetGenerator.php on line 129

Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
4

8 に答える 8