Looking to hire Laravel developers? Try LaraJobs

laravel-env-editor maintained by jncinet

Description
laravel env editor.
Author
Last update
2021/01/26 08:26 (dev-main)
License
Downloads
46
Tags

Comments
comments powered by Disqus

Laravel 编辑 .env文件

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

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