Releases: stefanzweifel/laravel-stats
Releases · stefanzweifel/laravel-stats
v1.9.1
- Fix compatibility issues with Lumen #139
v1.9.0
- Display number of Routes #136
v1.8.3
- Add compatibility with PHP7.3 (please also run
composer upgrade phploc/phploc
)
v.1.8.1
- Add Support for Laravel 5.8 (#132)
See our CHANGELOG for more details.
v.1.8.0
- Add Support for Laravel Nova Components (#127)
- Automatically test the package against multiple PHP and Laravel Versions (#126)
See our CHANGELOG for more details.
v1.7.2
- Add Support for Laravel 5.7
See our CHANGELOG for more details.
v1.7.0
This release add support for Lumen. Thanks to @krenor for his PR (#121)
See our CHANGELOG for more details.
v1.6.0
- Add support for Laravel 5.6
See our CHANGELOG for more details.
v1.5.0
This release adds 2 new features:
The stats.php
config file slightly changed for this release. I suggest you update your local version.
See our CHANGELOG for more details.
v1.4.0
This release adds 2 new configuration options:
rejection_strategy
#112
ignored_namespaces
#113
These new configuration options should help you running the stats
-command in exotic environments like discussed in Issue #46.
See our CHANGELOG for more details.