私は職人php artisan make:middleware AuthorizedUserOnly
を使用してミドルウェアを作ろうとしていますが、ErrorException
は以下のようになります。Laravel Artisanはコマンドを発行します
file_get_contents(/mysite.com/www/local/composer.json)このようなファイルやディレクトリはストリームを開けませんでした。
これは私のドキュメントルートです。
-local
-Laravel application folders
-artisan
-index.php
-composer.json
.htaccess
私は共有ホスティングで動作するように自分のディレクトリ構造を変更しました。そして、うまくいきました。
KEY NOTESその他artisan
コマンドが動作
- 。試したように
php artisan route:list
&php artisan config:cache
&php artisan tinker
- このディレクトリ構造はうまく動作しますが、
document root
にある間にlocal
ディレクトリにcomposer.json
が見つかりました。 php artisan make:model
コマンドは、同じException
何かもしれない可能性の問題と解決策を吐きますか?
composer.jsonファイル –
@MeeraTankの許可を確認してください。しかし、それが許可の問題であったとしても。他の職人のコマンドは機能しませんでしたが、機能しています。 –
また、エラーで述べた 'local'ディレクトリの下で' composer.json'を探すのはなぜですか?何か案が ? –