Skip to content

laravel-admin-extensions/env-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Env Manager extension for laravel-admin

Screenshot

screenshot

Requirements

  • laravel-admin >= 1.6

Installation

composer require jxlwqq/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).

About

Env Manager for Laravel-admin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages