LoginSignup
0
0

More than 1 year has passed since last update.

【Laravel】初心者向けプロジェクト作成

Posted at

composerから以下コマンドで「sample-project」というLaravelプロジェクトを作成しようとすると、
エラーが出た。

プロジェクト作成コマンド
composer create-project laravel/laravel sample-project --prefer-dist
エラー内容
The zip extension and unzip/7z commands are both missing, skipping

対応方法

php.iniファイルを開いて、「;extension=zip」となっているところを「extension=zip」に変更する。

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