denniseilander/pulse-about-application

A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.

0.2.0 2024-03-20 22:25 UTC

This package is auto-updated.

Last update: 2024-11-08 05:01:57 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.

Laravel-Pulse-Applicaiton-Information-Card

Installation

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"

Usage

In your dashboard.blade.php you can now add this card:

<x-pulse>
    ...
    <livewire:pulse.about-application />
</x-pulse>

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.