Download the PHP package geo-sot/filament-env-editor without Composer
On this page you can find all versions of the php package geo-sot/filament-env-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geo-sot/filament-env-editor
More information about geo-sot/filament-env-editor
Files in geo-sot/filament-env-editor
Package filament-env-editor
Short Description Access .env file though Filament admin panel
License MIT
Homepage https://github.com/GeoSot/filament-env-editor
Informations about the package filament-env-editor
Filament Env Editor
A Simple .env file Viewer plugin for your Filament Panels.
Provides features like, manage current .env variables, and a handy backup functionality page
Installation
You can install the package via composer:
Usage
Add the GeoSot\FilamentEnvEditor\FilamentEnvEditorPlugin
to your panel config.
Configuration
Customizing the navigation item
Hiding keys
Some keys you may consider to be particularly sensitive and don't wish to expose them, even through this package. You can hide them through this interface:
Authorization
If you would like to prevent certain users from accessing the logs page, you should add a authorize
callback in the FilamentLEnvEditorPlugin chain.
Customizing the log page
To customize the "env-editor" page, you can extend the GeoSot\FilamentEnvEditor\Pages\ViewEnv
page and override its methods.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-env-editor with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.15.0
geo-sot/laravel-env-editor Version ^3.0