Laravel Stats Versions Save

📈 Get insights about your Laravel or Lumen Project

v1.8.3

5 years ago
  • Add compatibility with PHP7.3 (please also run composer upgrade phploc/phploc)

v1.9.0

5 years ago
  • Display number of Routes #136

v1.8.1

5 years ago
  • Add Support for Laravel 5.8 (#132)

See our CHANGELOG for more details.

v1.8.0

5 years ago
  • 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

5 years ago
  • Add Support for Laravel 5.7

See our CHANGELOG for more details.

v1.7.0

6 years ago

This release add support for Lumen. Thanks to @krenor for his PR (#121)

See our CHANGELOG for more details.

v1.6.0

6 years ago
  • Add support for Laravel 5.6

See our CHANGELOG for more details.

v1.5.0

6 years ago

This release adds 2 new features:

  • Custom Components #115
  • JSON Output #116

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

6 years ago

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.

v1.3.0

6 years ago

This release adds support to display the Code to Test ratio at the bottom of the summary table.

See our CHANGELOG for more details.