A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.
You can install the package via composer:
composer require denniseilander/pulse-about-application
You can publish the config file with:
php artisan vendor:publish --tag="pulse-about-application-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="pulse-about-application-views"
In your dashboard.blade.php you can now add this card:
<x-pulse>
...
<livewire:pulse.about-application />
</x-pulse>
composer test
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.