Skip to content

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

License

Notifications You must be signed in to change notification settings

denniseilander/pulse-about-application

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published