Code Monkey home page Code Monkey logo

laravel-dotenv-editor's People

Contributors

buzzclue avatar chriskonnertz avatar dacoto97 avatar danijelk avatar deleugpn avatar ikartunin avatar jackiedo avatar sergejostir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

laravel-dotenv-editor's Issues

backup failed!

php artisan dotenv:get-backups

[ReflectionException]
  Method Jackiedo\DotenvEditor\Console\Commands\DotenvGetBackupsCommand::handle() does not exist

@JackieDo

env() function showing null value

When I use his package in my laravel 8x application, my env() function showing null value and stop working. How to use bought env() function and your package at a same time? What should I do for this?

Undefined array key 0

vendor/jackiedo/dotenv-editor/src/DotenvEditor.php:805

    803$dotenvPackage = array_values(array_filter($arrayContent['packages'], function ($packageInfo, $index) {
    804return 'vlucas/phpdotenv' === $packageInfo['name'];
  ➜ 805▕         }, ARRAY_FILTER_USE_BOTH))[0];

I need to build a Laravel Zero (https://github.com/laravel-zero/laravel-zero) application and every Composer dependencies must be in require-dev (except PHP version), as per documentation (https://laravel-zero.com/docs/build-a-standalone-application#distribute-via-packagist).

This way, $arrayContent['packages'] is empty.

@JackieDo Can you please fix this? Thank you very much

is this supported laravel 8?

I try write same as docs but, it couldn't work , i want to change .env for MAIL_USERNAME & MAIL_PASSWORD. i need help :)

Images for README

Intro banner

laravel-dotenv-editor

Get content by lines in web browser

browser-get-lines

Get content by keys in web browser

browser-get-keys

Get all backup files on web browser

browser-get-backups

Artisan Dotenv Command List

artisan-dotenv-list

Run command dotenv:get-keys

artisan-get-keys

Run command dotenv:get-backups

artisan-key-backups

Backup folder is created with autoBackup disabled

Hi,

I think backup folder should only be checked and created when doing a backup. I have autoBackup => false in app\config\dotenv-editor.php but backup folder is being created every time I call DotenvEditor

Set Key not working

When you try to edit the value of a .env key with the $this->editor instantiated in the constructor or with the DotenvEditor facede the value isn't updating in the file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.