yajra / laravel-datatables-buttons

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

Error when install with laravel-datatables-oracle v9.4.0 #95

Closed sanvu88 closed 5 years ago

sanvu88 commented 5 years ago

Summary of problem

When try install, I received an error message: " Your requirements could not be resolved to an installable set of packages."

Error message:

Problem 1

f7eco commented 5 years ago

yes it is a problem!!! same problem: Operating System: Windows 10 PHP Version: 7.2 Laravel Version: 5.8 Laravel-DataTables Version: 9.4.1

yajra commented 5 years ago

You might be using yajra/laravel-datatables-buttons v3.0.0 somewhere? Use v4.0 instead. Or use the all in one installer composer require yajra/laravel-datatables:^1.5.

yajra commented 5 years ago

See #94 for a solution too. Thanks!