leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

Failed to installed this component: #122

Open qihuo99 opened 3 years ago

qihuo99 commented 3 years ago

When I tried to run this package: composer require leantony/laravel-grid I encounter the following errors, it may due to incompatibility with the latest version of laravel and php:

User@DESKTOP-QG2IREP MINGW64 /d/xampp-7.4.6/htdocs/laravel6/testproject (master) $ composer require leantony/laravel-grid Xdebug could not open the remote debug file 'c:\xampp\tmp\xdebug.txt'. Using version ^2.0 for leantony/laravel-grid ./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

Installation failed, reverting ./composer.json to its original content.

Can you kindly help on this issue? Thanks.