oneduo / nova-file-manager

The most advanced File Manager for Laravel Nova, feature rich and robust build.
https://oneduo.github.io/nova-file-manager/
MIT License
136 stars 37 forks source link

Installation Issue with oneduo/nova-file-manager on Laravel 11 Project #369

Closed FilippoCalabrese closed 5 months ago

FilippoCalabrese commented 5 months ago

Describe the bug: Attempting to install oneduo/nova-file-manager on a Laravel 11 project via Composer leads to a dependency resolution failure. The process indicates that the required pion/laravel-chunk-upload ^1.5 cannot be installed due to a conflict with another requirement.

To Reproduce: Steps to reproduce the behavior:

  1. Run composer require oneduo/nova-file-manager on a Laravel 11 project.
  2. Observe the error in the terminal.

Expected behavior: oneduo/nova-file-manager should be installed successfully without any dependency conflicts.

Screenshots CleanShot 2024-03-18 at 16 46 48@2x

Rezrazi commented 5 months ago

The package is not yet compatible with L11, an update should come by next week

Will gladly accept a PR for this 👍

mikaelpopowicz commented 5 months ago

Hi @FilippoCalabrese,

The pionl/laravel-chunk-upload is now compatible with Laravel 11. You're now able to use the file manager with Laravel 11 as well.