jxlwqq / env-manager
Env Manager for Laravel-admin
0.1.0
2018-10-26 10:29 UTC
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.6
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-11-13 23:08:51 UTC
README
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
License
Licensed under The MIT License (MIT).