Okipa / laravel-table

Generate tables from Eloquent models.
MIT License
532 stars 64 forks source link

Support for Laravel 7.x^ #40

Closed unixhelden closed 4 years ago

unixhelden commented 4 years ago

Trying to install laravel-table into an laravel 7.3 project results in complaints from composer:

- okipa/laravel-table 1.2.0 requires illuminate/support ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0 -> satisfiable by illuminate/support[5.5.x-dev, ........
......
 - don't install illuminate/support v5.7.21|don't install laravel/framework v7.3.0
    - don't install illuminate/support v5.7.22|don't install laravel/framework v7.3.0
......
Okipa commented 4 years ago

Hi, I will make the necessary to add L7 compatibility ASAP, sorry for that.

Okipa commented 4 years ago

Fixed in https://github.com/Okipa/laravel-table/pull/43