jncinet/laravel-env-editor

1.0.4 2021-01-26 07:26 UTC

This package is auto-updated.

Last update: 2024-04-26 15:04:48 UTC


README

  • 安装扩展:
$ composer require jncinet/laravel-env-editor
  • 使用方法:
// 读取.env键值
app('env-editor')->getEnv($key = null)

// 更新保存.env文件
app('env-editor')->setEnv(['key' => 'value']);