rmsramos / system-info
A very simple plugin to show system info widget
Fund package maintenance!
rmsramos
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 2
Open Issues: 0
Language:Blade
Requires
- php: ^8.1
- filament/filament: ^3.2
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- laravel/pint: ^1.16
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-arch: ^2.7
- pestphp/pest-plugin-laravel: ^2.3
README
A very simple filament plugin to show system info widget
Installation
You can install the package via composer:
composer require rmsramos/system-info
Usage
In your Panel Service Provider (App\Providers\Filament)
active the plugin
Add the Rmsramos\SystemInfo\SystemInfoPlugin
to your panel config
use Rmsramos\SystemInfo\SystemInfoPlugin; class AdminPanelProvider extends PanelProvider { public function panel(Panel $panel): Panel { return $panel ->plugins([ SystemInfoPlugin::make() ->setSort(2), ]); } }
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.