danielbaylis / laravel-stats
Laravel project code stats
Installs: 316
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
Requires
- php: >=5.5.9
- illuminate/support: 5.4.*
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