liuhelong/laravel-admin-env-manager

Env Manager for Laravel-admin

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

pkg:composer/liuhelong/laravel-admin-env-manager

1.3 2020-10-16 09:57 UTC

This package is auto-updated.

Last update: 2025-10-16 21:10:09 UTC


README

Screenshot

screenshot

Requirements

  • laravel-admin >= 1.6

Installation

composer require liuhelong/laravel-admin-env-manager

# If you want to add a link entry in the left menu, use the following command to import
php artisan admin:import env-manager

Configurations

Add extensions option in your config/admin.php configuration file:

'extensions' => [
    'env-manager' => [
        // If the value is set to false, this extension will be disabled
        'enable' => true
    ]
]

Usage

Open http://your-host/admin/env-manager

And you can find the .env variables.

More resources

Awesome Laravel-admin

License

Licensed under The MIT License (MIT).