Skip to content

A very simple filament plugin to show system info widget

License

Notifications You must be signed in to change notification settings

rmsramos/system-info

Repository files navigation

System Info Widget

Latest Version on Packagist Software License GitHub Code Style Action Status Total Downloads

Screenshot of Application Feature

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(),
            ]);
    }
}

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 very simple filament plugin to show system info widget

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published