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: 10 days ago
JSON representation

Env Manager for Laravel-admin

Lists

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