denniseilander / pulse-about-application
A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.
Installs: 47 055
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.1
- illuminate/contracts: ^10.0|^11.0
- laravel/pulse: ^1.0@beta
- spatie/laravel-package-tools: ^1.16.0
Requires (Dev)
- laravel/pint: ^1.0
- nesbot/carbon: ^2.63
- nunomaduro/collision: ^7.8|^8.1
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.31
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
README
A Laravel Pulse card that displays application information by leveraging the output of the php artisan about command.
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.