danielbaylis/laravel-stats

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel project code stats

Installs: 316

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel-package

0.1.1 2017-08-02 05:46 UTC

This package is not auto-updated.

Last update: 2017-12-05 13:38:45 UTC


README

LaravelStats provides information about the managed code in a laravel application.

Installation

To get started with LaravelStats, simply run:

composer require danielbaylis/laravel-stats

Next, register the DanielBaylis\LaravelStats\LaravelStatsServiceProvider in your config/app.php file:

'providers' => [
    // Other service providers...

    DanielBaylis\LaravelStats\LaravelStatsServiceProvider::class,
],

Basic Usage

From your console, execute the php artisan stats command.

License

LaravelStats is open-sourced software licensed under the MIT license