Skip to content

[IN BETA] Get insights about your Laravel Project

License

Notifications You must be signed in to change notification settings

itsgoingd/laravel-stats

 
 

Repository files navigation

Laravel Stats

Get insights about your Laravel Project. (Inspired by rake stats)

Screenshot

Installing

The easiest way to install the the package is by using composer. (The package is currently in beta and requires php ^7.0)

composer require "wnx/laravel-stats:1.0.0-beta"

The package will automatically register itself.

If you want to ignore certain folder, files or namespaces you must publish the config file:

php artisan vendor:publish --provider="Wnx\LaravelStats\StatsServiceProvider"

Usage

After installing you can generate the statistics by running the following Artisan Command

php artisan stats

Running the tests

The package has tests written in phpunit. You can run them with the following command.

./vendor/bin/phpunit

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

[IN BETA] Get insights about your Laravel Project

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%