0

このリンクで、MongoDB を使用して Laravel 5 を構成しようとしています。

エラー

D:\wamp\www\lfirst>composer require jenssegers/mongodb xdebug を有効にして composer を実行しています。これは、実行時のパフォーマンスに大きな影響を与えます。https://getcomposer.org/xdebugを参照 jenssegers/mongodb にバージョン ^3.0 を使用 ./composer.json が更新されました

php artisan clear-compiled パッケージ情報を含む composer リポジトリをロードしています 依存関係を更新しています (require-dev を含む) 要件は、インストール可能なパッケージのセットに解決できませんでした。

Problem 1
- mongodb/mongodb 1.0.2 requires ext-mongodb ^1.1.0 -> the requested PHP extension mongodb is missing from your system.
- mongodb/mongodb 1.0.2 requires ext-mongodb ^1.1.0 -> the requested PHP extension mongodb is missing from your system.
- mongodb/mongodb 1.0.2 requires ext-mongodb ^1.1.0 -> the requested PHP extension mongodb is missing from your system.
- Installation request for mongodb/mongodb (locked at 1.0.2) -> satisfiable by mongodb/mongodb[1.0.2].

   To enable extensions, verify that they are enabled in those .ini files:
- D:\wamp\bin\php\php5.5.12\php.ini
   You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

  Installation failed, reverting ./composer.json to its original content.

 D:\wamp\www\lfirst>php --ini
 Configuration File (php.ini) Path: C:\Windows
 Loaded Configuration File:         D:\wamp\bin\php\php5.5.12\php.ini
 Scan for additional .ini files in: (none)
 Additional .ini files parsed:      (none)

ノート

私はウィンドウサーバーを使用しています。他のプロジェクトでもMongoDBを使用していますが、そのプロセスはLaravelの問題です。

4

0 に答える 0