Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dotenv.parse method #362

Merged
merged 3 commits into from
Feb 21, 2019
Merged

Commits on Jan 8, 2019

  1. Add Dotenv.parse method

    Exposes parsing logic as a public API to allow programmatic inspection
    of .env files without modifying ENV.
    
    One such use case is for automated application setup to
    create/read/modify .env files prior to running the application for the
    first time.
    rossta committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    150ef51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec4862 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Update README.md

    Co-Authored-By: rossta <rosskaff@gmail.com>
    jonmagic and rossta committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    f1afe41 View commit details
    Browse the repository at this point in the history