0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Laravel】「ZipArchive not found」エラー解消法!

Posted at

泉(@izumin_0401)です。

今回は、Laravelの「ZipArchive not found」エラー解消法を解説しやす!

僕はDocker使っているので、Docker環境を前提としています。

ブログ記事はこちら

「ZipArchive not found」エラー解消法

zipモジュールのインストール

RUN apk add --no-cache libzip-dev && \
  docker-php-ext-install zip

Dockerファイルに追記して、Dockerを再ビルドします。

zipモジュールの確認

$ php -m

Dockerコンテナに入り、上記コマンドを実行してzipが表示されればOKです。

まとめ

実はめっちゃハマって2時間くらい苦戦してたのは内緒。

最後に

暇つぶしにTwitterブログもやってるので見てね。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?