Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How do nested variables within the .env file work in CodeIgniter 4
Post: RE: How do nested variables within the .env file w...

Looks like the DotEnv.php file from composer was outdated. answer from StackOverflow: https://stackoverflow.com/questions/62648655/how-do-nested-variables-within-the-env-file-work-in-codeigniter-4
2,306 Views
2 Replies
06-30-2020, 02:05 PM
Dozor
    Thread: How do nested variables within the .env file work in CodeIgniter 4
Post: RE: How do nested variables within the .env file w...

To add onto this: I've tried the following Code: -- CI_ENVIRONMENT = development x = test somerandomvariablename = foo control = ${CI_ENVIRONMENT} google.redirect1 = ${x}GoogleLogin google.redirec...
2,306 Views
2 Replies
06-30-2020, 12:03 PM
Dozor
    Thread: How do nested variables within the .env file work in CodeIgniter 4
Post: How do nested variables within the .env file work ...

Under the "Nesting Variables" section in the CI4 documentation under General Topics -> Configuration: "To save on typing, you can reuse variables that you’ve already specified in the file by wrappi...
2,306 Views
2 Replies
06-30-2020, 06:11 AM
Dozor

Theme © iAndrew 2016 - Forum software by © MyBB