Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 2.37 KB

README.md

File metadata and controls

69 lines (43 loc) · 2.37 KB

Laravel Pulse - About Application

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.