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 - v2.13.2 Latest Release

Published by github-actions[bot] 8 months ago

Changed

  • Sort Files when statistics is shown in Verbose Mode (#226)
  • Refactor Codebase to use modern PHP features using Rector (#225)
laravel-stats - v2.13.1

Published by github-actions[bot] 8 months ago

Changed

  • Remove calls to getLaravelVersion() for versions no longer supported (#224)

Fixed

  • Fix Middleware Classifier for Laravel 11 (#223)
laravel-stats - v2.13.0

Published by github-actions[bot] 9 months ago

Added

  • Add Support for Laravel 11 (#222)
laravel-stats - v2.12.0

Published by github-actions[bot] about 1 year ago

Added

  • Add Support for PHP 8.3 (#221)
laravel-stats - v2.11.4

Published by github-actions[bot] about 1 year ago

Fixed

  • Fix Laravel 10 bug in stats list command. (#220)
laravel-stats - v2.11.3

Published by github-actions[bot] about 1 year ago

Fixed

  • Ignore Pest Files when finding and loading Classes (#219)
laravel-stats - v2.11.2

Published by github-actions[bot] over 1 year ago

Fixed

  • Switch to forked phploc package and add support for Laravel 10 / PHPUnit 10 (#217)
laravel-stats - v2.11.1

Published by github-actions[bot] over 1 year ago

Changed

  • Add Support for PhpUnit 10 (#215)
laravel-stats - v2.11.0

Published by github-actions[bot] over 1 year ago

Added

  • Add Support for Laravel 10 (#213)

Changed

  • Drop Support for Laravel 7 & Laravel 8 (#212)
  • Drop Support for PHP 7.3 & PHP 7.4 (#212)
laravel-stats - v2.10.0

Published by github-actions[bot] almost 2 years ago

Added

  • Add Support for PHP 8.2 (#210)
laravel-stats - v2.9.2

Published by github-actions[bot] over 2 years ago

Fixed

  • Fix Issue with Anonymous Database Migrations (#208)
laravel-stats - v2.9.1

Published by github-actions[bot] over 2 years ago

Fixed

  • Fix Issue with running stats with Laravel Sail and Swoole extension installed (#207)
laravel-stats - v2.9.0

Published by github-actions[bot] over 2 years ago

Deprecated

  • Deprecate --share option (#205)
laravel-stats - v2.8.1

Published by github-actions[bot] over 2 years ago

Fixed

  • Fix EventListenerClassifier and add EventSubscribers Test (#204)
laravel-stats - v2.8.0

Published by github-actions[bot] almost 3 years ago

Added

  • Add Support for Laravel 9 (#202)
laravel-stats - v2.7.0

Published by github-actions[bot] almost 3 years ago

Added

  • Add Livewire Component classifier (#201)
laravel-stats - v2.6.0

Published by github-actions[bot] almost 3 years ago

Added

  • Add Support for PHP 8.1 (#198)

Removed

  • Drop Support for Laravel 6 (#200)
laravel-stats - v2.5.2

Published by stefanzweifel over 3 years ago

Fixes

  • Update config to exclude Swoole namespace when running stats command. (Fixes Issue when running stats in a Laravel Octane Application) #196
laravel-stats - v2.5.1

Published by stefanzweifel over 3 years ago

Fixes

  • Fix stats command when run in projects which is using Closure based Event Listeners in Models booted method. #193
laravel-stats - v2.5.0

Published by stefanzweifel almost 4 years ago

Added

  • Support for PHP 8 #187