No longer maintained. Please use other packages: (https://github.com/enlightn/enlightn, or https://github.com/stefanzweifel/laravel-stats)
Laravel's artisan command to show extensive information about any blade view in laravel's project.
- General information about the view (size, lines, longest line, blade's directives number ...)
- Blade directives information (repetitions, type: custom or built-in)
- Blade directives nesting level.
- Audit notes (recommendations and best practice notes)
Via Composer
composer require awssat/laravel-blade-audit --dev
php artisan blade:audit view.name
All views:
php artisan blade:audit
This package is open-sourced software licensed under the MIT license.