yajra / laravel-datatables-export

Laravel DataTables Export plugin that uses queue, spout and livewire for bulk data export.
MIT License
29 stars 18 forks source link

Error to install laravel-datatables-export with laravel 11 #60

Closed abedin99 closed 1 month ago

abedin99 commented 4 months ago

Summary of problem or feature request

i am trying to install laravel-datatables. but cannot install this package.

Code snippet of problem

Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require yajra/laravel-datatables-export:*" to figure out if any version is installable, or "composer require yajra/laravel-datatables-export:^2.1" if you know which you need.

yajra commented 4 months ago

Can you try using composer require yajra/laravel-datatables?

Will review the individual installations when I get the chance. Thanks!

yogender-kulshrestha commented 4 months ago

To resolve the issue, try the following commands: composer self-update composer update composer require yajra/laravel-datatables-export

yajra commented 4 months ago

Released https://github.com/yajra/laravel-datatables-export/pull/61 which I suspect causes the issue. Please confirm, thanks!