https://github.com/stechstudio/filament-phpinfo
View phpinfo from your Filament admin panel.
https://github.com/stechstudio/filament-phpinfo
Last synced: about 1 year ago
JSON representation
View phpinfo from your Filament admin panel.
- Host: GitHub
- URL: https://github.com/stechstudio/filament-phpinfo
- Owner: stechstudio
- License: mit
- Created: 2023-10-23T18:56:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T13:41:21.000Z (about 2 years ago)
- Last Synced: 2025-03-26T05:06:51.314Z (about 1 year ago)
- Language: Blade
- Size: 183 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHPInfo for Filament
This package adds a new page to the Filament admin panel that displays the output of `phpinfo()` in a nicely formatted way.
## Installation
```bash
composer require stechstudio/filament-phpinfo
```
In your `AdminPanelProvider` (or other `\Filament\PanelProvider`), add this package to your plugins:
```php
$panel
->plugins([
\STS\FilamentPHPInfo\FilamentPHPInfoPlugin::make(),
])
```
## Configuration
The navigation group and icon are configurable.
Publish the `filament-phpinfo` config file with:
```bash
php artisan vendor:publish --tag=filament-phpinfo-config
```
| Option | Description |
|--------------------|----------------------------------------------------------------------------------------------------------------------|
| `navigation-group` | The PHPInfo page's [navigation group](https://filamentphp.com/docs/3.x/panels/navigation#grouping-navigation-items). |
| `navigation-icon` | The PHPInfo page's icon. See Filament's [documentation](https://filamentphp.com/docs/3.x/support/icons) for values. |
| Screenshot |
|---|
|  |