advanced-nova-media-library icon indicating copy to clipboard operation
advanced-nova-media-library copied to clipboard

Error installing...

Open Martin-1182 opened this issue 4 years ago • 1 comments

The following problems occur during installation

    - spatie/image 1.4.0 requires symfony/process ^3.0 -> found symfony/process[v3.0.0-BETA1, ..., 3.4.x-dev] but the package is fixed to v5.1.8 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - spatie/image[1.4.1, ..., 1.5.2] require symfony/process ^3.0|^4.0 -> found symfony/process[v3.0.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev] but the package is fixed to v5.1.8 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - spatie/image[1.5.3, ..., 1.7.6] require ext-exif * -> it is missing from your system. Install or enable PHP's exif extension.
    - spatie/laravel-medialibrary[8.0.0, ..., 8.7.0] require illuminate/bus ^6.18|^7.0 -> found illuminate/bus[v6.18.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but it conflicts with another require.
    - ebess/advanced-nova-media-library 3.3.0 requires spatie/laravel-medialibrary ^8.0 -> satisfiable by spatie/laravel-medialibrary[8.0.0, ..., 8.10.1].
    - spatie/laravel-medialibrary[8.7.1, ..., 8.10.1] require spatie/image ^1.4.0 -> satisfiable by spatie/image[1.4.0, ..., 1.7.6].
    - Root composer.json requires ebess/advanced-nova-media-library ^3.3 -> satisfiable by ebess/advanced-nova-media-library[3.3.0].

To enable extensions, verify that they are enabled in your .ini files:
    - C:\laragon\bin\php\php-7.4.12-Win32-vc15-x64\php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

How to proceed? thx

Martin-1182 avatar Oct 28 '20 13:10 Martin-1182

You have to install compatible version of spatie/laravel-medialibrary with this package

mouadziani avatar Mar 30 '21 11:03 mouadziani