Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
671 stars 70 forks source link

Laravel 9 support #6

Closed pktharindu closed 2 years ago

pktharindu commented 2 years ago

Hello @Larsklopstra!

This PR allows the package to be installed in Laravel 9. Additionally, it updates the test suite for running on PHP 8.1 and Laravel 9.

The minimum required version of Laravel is now 8.71 (because early versions of Laravel 8 don't support PHP 8.1).

Resolves: #5

Larsklopstra commented 2 years ago

Looks good