Get insights about your Laravel Project. (Inspired by rake stats
)
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"
After installing you can generate the statistics by running the following Artisan Command
php artisan stats
The package has tests written in phpunit. You can run them with the following command.
./vendor/bin/phpunit
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Stefan Zweifel - Initial work - stefanzweifel
This project is licensed under the MIT License - see the LICENSE file for details.