LaravelPackages.net
Acme Inc.
Toggle sidebar
liuhelong/laravel-admin-env-manager

Env Manager for Laravel-admin

13
0
1.3
About liuhelong/laravel-admin-env-manager

liuhelong/laravel-admin-env-manager is a Laravel package for env manager for laravel-admin. It currently has 0 GitHub stars and 13 downloads on Packagist (latest version 1.3). Install it with composer require liuhelong/laravel-admin-env-manager. Discover more Laravel packages by liuhelong or browse all Laravel packages to compare alternatives.

Last updated

Env Manager extension for laravel-admin

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).

Star History Chart