Tagged articles
6 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Sep 5, 2025 · Backend Development

Mastering PHP Configuration: A Practical Guide to vlucas/phpdotenv

This guide explains how to securely manage configuration in PHP projects using the vlucas/phpdotenv library, covering installation, .env file creation, loading variables, best practices, performance tips, advanced features, and framework integration with clear code examples.

Environment VariablesSecuritydotenv
0 likes · 10 min read
Mastering PHP Configuration: A Practical Guide to vlucas/phpdotenv
Code Mala Tang
Code Mala Tang
Aug 27, 2024 · Backend Development

Mastering .env Files: Secure Node.js Config with dotenv and dotenvx

This guide explains why .env files are used, how to install and configure the dotenv package, handle multiple environments, expand variables, and secure secrets with dotenvx, providing clear code examples and best‑practice recommendations for Node.js developers.

BackendConfigurationEnvironment Variables
0 likes · 9 min read
Mastering .env Files: Secure Node.js Config with dotenv and dotenvx
php Courses
php Courses
Feb 20, 2024 · Backend Development

How Laravel Loads Environment Variables During Bootstrap

This article explains Laravel's bootstrapping process for loading environment variables, detailing each step from configuration cache checking to creating a Dotenv instance, parsing the .env file, and handling related exceptions, with code examples illustrating the workflow.

BackendBootstrapEnvironment Variables
0 likes · 9 min read
How Laravel Loads Environment Variables During Bootstrap
21CTO
21CTO
Oct 23, 2018 · Backend Development

Simplify PHP Environment Variables with vlucas/phpdotenv

This guide explains how to manage PHP environment variables using the vlucas/phpdotenv library, covering .env file conventions, Composer installation, and code snippets to load and access variables, making configuration handling in development simple and secure.

BackendConfigurationEnvironment Variables
0 likes · 3 min read
Simplify PHP Environment Variables with vlucas/phpdotenv