tysweezy / laravel-stats

[IN BETA] Get insights about your Laravel Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Stats

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

Screenshot

Installing

The easiest way to install the the pacakge is by using composer. (The package is currently in beta.)

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

License:MIT License


Languages

Language:PHP 99.9%Language:HTML 0.1%