laravel-stats

📈 Get insights about your Laravel or Lumen Project

MIT License

Downloads
1.4M
Stars
1.7K
Committers
27

Bot releases are visible (Hide)

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.