yajra / laravel-datatables-buttons

Laravel DataTables Buttons Plugin
https://yajrabox.com/docs/laravel-datatables/buttons-installation
MIT License
253 stars 53 forks source link

Not working with laravel 5.7 #80

Closed zajinx closed 5 years ago

zajinx commented 5 years ago

Summary of problem or feature request

Unable to install on laravel 5.7

Code snippet of problem

composer require yajra/laravel-datatables-buttons:^4.0 ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

System details

zajinx commented 5 years ago

nvm works if you specify 4.*

composer require yajra/laravel-datatables-buttons:4.* ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 6 installs, 0 updates, 0 removals

xLuisCumbi commented 5 years ago

Thanks!! This works for me too 👍

rahilpatelhs commented 5 years ago

It is not working :( @yajra what should i do?