Ce package permet l'ajout de formatters pour PhpInsights
You can install the package via composer:
composer require soyhuce/phpinsights-formatter
Utilisez le formatter via
php artisan insights --format=\\Soyhuce\\PhpInsights\\TextFormatter > insights.txt
Utilisez le formatter via
php artisan insights --format=\\Soyhuce\\PhpInsights\\MarkdownFormatter
Le résultat sera stocké sous insights.md
Utilisez le formatter via
php artisan insights --format=\\Soyhuce\\PhpInsights\\FullMarkdownFormatter
Le résultat sera stocké sous insights-full.md
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.