laravel-stats

📈 Get insights about your Laravel or Lumen Project

MIT License

Downloads
1.4M
Stars
1.7K
Committers
27

Bot releases are hidden (Show)

laravel-stats - v1.5.0

Published by stefanzweifel over 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.

laravel-stats - v1.4.0

Published by stefanzweifel almost 7 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.

laravel-stats - v1.3.0

Published by stefanzweifel almost 7 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.

laravel-stats - v1.2.0

Published by stefanzweifel almost 7 years ago

This release adds support to detect Event Listener.

See our CHANGELOG for more details.

laravel-stats - v1.1.0

Published by stefanzweifel almost 7 years ago

This release adds support to detect PHPUnit, Laravel Dusk and Laravel Browser Kit tests.
If you upgrade from 1.0.0 you have to update your stats.php config file:

    'paths' => [
        base_path('app'),
        base_path('database'),
        base_path('tests'), // <= Add this line to get insights about your tests
    ],

See our CHANGELOG for more details.

laravel-stats - v1.0.0

Published by stefanzweifel about 7 years ago

🎉 v1.0.0 has been released.

We now cover most of Laravels Core components. If you think something is missing or you have found a bug, please create a new issue.

If you have been using the package before, you should delete and re-publish the config file.

Thanks for all the support and feedback. Special thanks to Jerguš Lejko and all contributors for their pull requests and feedback.

See our CHANGELOG for more details.