Skip to content

issues Search Results · repo:m1/Env language:PHP

Filter by

11 results
 (53 ms)

11 results

inm1/Env (press backspace or delete to remove)

Hello! Does this package support PHP 8?
  • Luc45
  • Opened 
    on Oct 29, 2024
  • #19

$ cat /tmp/test.env TEST= namespace\\class $ source /tmp/test.env echo $TEST namespace\class $ php -r require_once vendor/autoload.php ; echo M1\Env\Parser::parse(file_get_contents( /tmp/test.env ...
  • PawelSuwinski
  • 1
  • Opened 
    on May 11, 2022
  • #17

Would be appreciated :)
  • josegonzalez
  • 2
  • Opened 
    on Feb 19, 2020
  • #16

Below string can t be parsed export mykey= aaaaaaaa\
  • mcsknp
  • Opened 
    on Feb 17, 2020
  • #13

It d be nice if you could use more than 1 space and/or tabs before comments inline so that comments could be aligned in a long config file Reported to https://github.com/josegonzalez/php-dotenv/issues/42 ...
  • chriscct7
  • 2
  • Opened 
    on Aug 14, 2018
  • #11

Is there any chance on changing the visibility of the doParse method in the Parser class from private to maybe just protected? This would allow for a class extending the Parser to do fun things like set ...
  • enygma
  • 4
  • Opened 
    on May 16, 2018
  • #8

I had a file that worked with other .env parsers but failed with m1/env The issue was a blank line containing only space characters. I agree that it s not a good style but it shouldn t break the parser. ...
  • sminnee
  • 3
  • Opened 
    on Oct 27, 2017
  • #7

Hi! Thanks for the decent library! I have a use case where I need to fetch variables from outer context, e.g. I have an external source which yields a FOO_SECRET=secret and later my .env refers to it, ...
  • pinepain
  • 1
  • Opened 
    on Jul 23, 2017
  • #5

This would be super useful for things like auto-generated configuration files written in .env (which is what I m currently attempting to use)
  • jjvvx
  • 5
  • Opened 
    on Jan 15, 2017
  • #4

We should have a strict parsing mode for .env files, specifically around general variable assignment.
  • josegonzalez
  • 5
  • Opened 
    on Jan 11, 2017
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub