env-in-CodeIgniter icon indicating copy to clipboard operation
env-in-CodeIgniter copied to clipboard

Laravel like .env file support in CodeIgniter

Results 4 env-in-CodeIgniter issues
Sort by recently updated
recently updated
newest added
trafficstars

When I added to database in to autoload file. Dot env is not working. How can I solve that?

I stumbled upon an issue in my environment where calls to env() would intermittently fail to return the expected value. Ultimately, I root caused this to the use of getenv()...

I'm using CodeIgnitor 3, I made all configuration in the tutorial but i get this error: ` An uncaught Exception was encountered Type: Error Message: Class 'CI_Env' not found Filename:...

Does this library work when put on config.php `$config['base_url']` ??