companienv icon indicating copy to clipboard operation
companienv copied to clipboard

Companion for .env files

Results 4 companienv issues
Sort by recently updated
recently updated
newest added

Hi, in our projects we have an environment variable for the system context, which can have values like: Production, Development OR Development/Staging or Development/Local/UserX So, if I want to promote...

``` > ./vendor/bin/companienv PHP Fatal error: Uncaught TypeError: Return value of "class@anonymous in /home/sabee/test/vendor/symfony/console/Command/Command.php:261 Stack trace: #0 /home/sabee/test/vendor/symfony/console/Application.php(916): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #1 /home/sabee/test/vendor/symfony/console/Application.php(264): Symfony\Component\Console\Application->doRunCommand(Object(class@anonymous), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #2 /home/sabee/test/vendor/symfony/console/Application.php(140): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) #3...

Got an error in Symfony 5.1 app when running `vendor/bin/companienv`. ``` PHP Fatal error: Uncaught TypeError: Argument 1 passed to Symfony\Component\Process\Process::__construct() must be of the type array, string given, called...