1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Docker】artisan storage:link で作成したらフォルダではなくファイルになってしまう時。

Posted at

原因

./vender/bin/sail artisan storage:link
or
php artisan storage:link

この二つのコマンドで結果が変わってしまいます。

sailコマンドはlaravel特有のもので
今回のstorageフォルダはDockerコンテナ上で起動しているので
参考:https://dkssksk.com/php-storage-image/

php artisan storage:link

を使う必要があります。

これで解決です。

正直、sailとphpコマンドの違いを深く理解できていないので
間違いがあればご教授いただきたいです。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?