Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Laravel と Voyager 管理パネルを使用してアプリケーションを作成し、ローカルホストでアプリケーションを実行すると、プロジェクト/パブリック/ストレージにアップロードされた画像が保存されますが、プロジェクトを共有ホスティング voyager ファイルにアップロードしてプロジェクト/ストレージ/アプリ/パブリックにアップロードすると、どのようにこの問題を解決できますか?
次に、ファイルシステムを次のように変更します。
your-app-root-dir/config/filesystems.php
最初のファイル エコシステムを に置き換えてlocalからpublic 、下にあるパブリック ディスクの URL の場所をstorage/app/public任意の場所に変更します。
local
public
storage/app/public