質問させてください。
今ローカル開発環境に Laravel を myapp というフォルダにインストールしようとしているのですが、途中でなぜかエラーになって止まってしまいます。
エラーメッセージにはmust be absolute paths.
とあったので、どこか絶対パスでなければいけないような感じなのですが、検索してみても解決方法が見つからず何のことかさっぱりわかりません・・・
5回ぐらい試してみても、毎回Installing symfony/var-dumper (v4.3.4): Loading from cache
という文の後に止まってしまいます。
以前は問題なくインストールできていたので、今回このようなエラーが出てしまい困っております。
どなたか解決方法をご存知の方がいらっしゃいましたら、ご教授いただけると助かります。
インストールを開始してから止まるまでのコードを下記に掲載させていただきました。
[vagrant@localhost test]$ php composer.phar create-project --prefer-dist laravel/laravel myapp Installing laravel/laravel (v5.8.35) As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension. This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost. Installing 'unzip' may remediate them. - Installing laravel/laravel (v5.8.35): Loading from cache Created project in myapp > @php -r "file_exists('.env') || copy('.env.example', '.env');" Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 80 installs, 0 updates, 0 removals - Installing symfony/polyfill-ctype (v1.12.0): Loading from cache - Installing phpoption/phpoption (1.5.0): Loading from cache - Installing vlucas/phpdotenv (v3.6.0): Loading from cache - Installing symfony/css-selector (v4.3.4): Loading from cache - Installing tijsverkoyen/css-to-inline-styles (2.2.1): Loading from cache - Installing symfony/polyfill-php72 (v1.12.0): Loading from cache - Installing symfony/polyfill-mbstring (v1.12.0): Loading from cache - Installing symfony/var-dumper (v4.3.4): Loading from cache [InvalidArgumentException] $from (/vagrant/html/test/myapp/vendor/bin/var-dump-server) and $to () must be absolute paths. create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>] [vagrant@localhost test]$
開発環境は以下になります。
・CentOS 7.6
・vagrant 2.2.5
・PHP 7.1.32(vagrantログイン時)
・PHP 7.3.2(windows10)
よろしくお願いいたします。
回答2件
あなたの回答
tips
プレビュー