stechstudio / filament-phpinfo
View phpinfo from your Filament admin panel.
v1.2.0
2026-03-30 15:43 UTC
Requires
- php: ^8.3
- filament/filament: ^3.0|^4.0|^5.0
- spatie/laravel-package-tools: ^1.9
- stechstudio/phpinfo: ^0.6|^1.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0|^11.0
- pestphp/pest: ^2.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.
Compatibility
| Version | PHP | Laravel | Filament |
|---|---|---|---|
| 1.2 | 8.3+ | 11, 12, 13 | 3, 4, 5 |
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
| Option | Description |
|---|---|
navigation-group |
The PHPInfo page's navigation group. |
navigation-icon |
The PHPInfo page's icon. See Filament's documentation for values. |
| Screenshot |
|---|
![]() |
