stechstudio / filament-phpinfo
View phpinfo from your Filament admin panel.
Installs: 6 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 0
Language:Blade
Requires
- filament/filament: ^3.0
- stechstudio/phpinfo: ^0.3.0
README
This package adds a new page to the Filament admin panel that displays the output of phpinfo()
in a nicely formatted way.
Installation
composer require stechstudio/filament-phpinfo
In your AdminPanelProvider
(or other \Filament\PanelProvider
), add this package to your plugins:
$panel ->plugins([ \STS\FilamentPHPInfo\FilamentPHPInfoPlugin::make(), ])
Configuration
The navigation group and icon are configurable.
Publish the filament-phpinfo
config file with:
php artisan vendor:publish --tag=filament-phpinfo-config