dedermus/env-manager

Env Manager for Laravel open-admin-core

2.0.2 2024-09-05 08:39 UTC

This package is not auto-updated.

Last update: 2025-04-03 11:22:33 UTC


README

Screenshot

screenshot

Requirements

  • open-admin >= 2.0.1

Installation

composer require dedermus/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 open-admin-core

License

Licensed under The MIT License (MIT).