awssat / laravel-blade-audit
This package is abandoned and no longer maintained.
No replacement package was suggested.
Extensive information about any blade view in laravel's project.
1.9.1
2020-09-14 12:15 UTC
Requires
- php: ~7.2
- illuminate/console: ~5.5|^6.0|^7.0|^8.0
- illuminate/filesystem: ~5.5|^6.0|^7.0|^8.0
- illuminate/support: ~5.5|^6.0|^7.0|^8.0
- illuminate/view: ~5.5|^6.0|^7.0|^8.0
Requires (Dev)
- phpunit/phpunit: ~6.5|^8.5
README
Laravel Blade Audit
Introduction
Laravel's artisan command to show extensive information about any blade view in laravel's project.
Features
- 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)
Install
Via Composer
composer require awssat/laravel-blade-audit --dev
Usage
php artisan blade:audit view.name
All views:
php artisan blade:audit
Output Example
All Views Audit
One view audit shows same as all views and extra more information
License
This package is open-sourced software licensed under the MIT license.