Skip to content

Releases: stefanzweifel/laravel-stats

v1.3.0

05 Nov 09:18
81a7c5e
Compare
Choose a tag to compare

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

See our CHANGELOG for more details.

v1.2.0

30 Oct 19:47
d36b060
Compare
Choose a tag to compare

This release adds support to detect Event Listener.

See our CHANGELOG for more details.

v1.1.0

24 Oct 19:11
2d3f3b4
Compare
Choose a tag to compare

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.

v1.0.0

19 Oct 19:29
Compare
Choose a tag to compare

🎉 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.