Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel-admin-extensions/env-manager
Env Manager for Laravel-admin
https://github.com/laravel-admin-extensions/env-manager
Last synced: about 1 month ago
JSON representation
Env Manager for Laravel-admin
- Host: GitHub
- URL: https://github.com/laravel-admin-extensions/env-manager
- Owner: laravel-admin-extensions
- License: mit
- Created: 2018-10-26T10:08:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T13:56:30.000Z (about 6 years ago)
- Last Synced: 2024-11-02T18:41:31.109Z (about 1 month ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 34
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - env-manager - Env 环境变量管理工具 (扩展包 / 工具类扩展包)
README
# Env Manager extension for laravel-admin
## Screenshot
![screenshot](https://user-images.githubusercontent.com/2421068/47560963-7ea0a800-d94c-11e8-95d9-57c6fee1d9bb.png)
## Requirements
* laravel-admin >= 1.6
## Installation
```bash
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:
```php
'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](https://github.com/jxlwqq/awesome-laravel-admin)
## License
Licensed under [The MIT License (MIT)](LICENSE).