7:20
Securely Storing PHP Configuration Settings
Learn how to securely store configuration settings in a PHP application, using best practices. Please consider supporting my ...
14:21
Environment Variables - Intro into modern PHP development
This is part 6 of a series introducing professional PHP development in 2024, where we'll use environment variables to connect to ...
13:53
Variáveis de ambiente no PHP - [dotenv no php]
Nessa aula eu vou mostrar como trabalhar com as variáveis de ambiente no PHP, e vou mostrar mais, vou mostrar como criar um ...
7:27
Intro to PHP: Managing environment credentials using vlucas/phpdotenv
vlucas/phpdotenv is a great package that allows us to remove hardcoded credentials from our applications and instead put them ...
14:48
Skapa en .env-fil med Composer i PHP! *I den här videon visar jag dig hur du enkelt installerar och använder Composer för att ...
9:18
Make Your WordPress Site More Secure with PHP dotenv
In this video, we go over PHP dotenv and how it can make your site more secure! Installing Composer ...
26:25
dotENV in PHP | environment variables | $_ENV super global array | phpdotenv via composer #kody_az
Composer vasitəsi ilə: composer require vlucas/phpdotenv .env faylı PHP-də verilənlər bazası məlumatları, API açarları və tətbiq ...
17:02
PHP PDO Tutorial Part 2 - Transactions - Env Variables & PHPDotEnv - Full PHP 8 Tutorial
In this lesson, we continue with the PDO & MySQL and learn about transactions. In addition to transactions, you will also learn ...
35:51
Application configuration, ini vs. env, PHP configs vs. database
Backend PHP Course from Scratch https://loftschool.com/course/php/ Instructor: Igor Tverdokhleb
3:02
How to change php dotenv (.env) variables dynamically in laravel or php?
php: How to change php dotenv (.env) variables dynamically in laravel or php? Thanks for taking the time to learn more.
10:34
Store sensitive data in environment variables using phpdotenv
Store sensitive data in environment variables using phpdotenv for php, to follow the twelve factor app ideals. (see shortcuts below ...
8:59
Learn how to use .env files in PHP to manage your environment variables securely. This PHP tutorial covers security best ...
11:51
3.4 Hiding API Keys with Environment Variables (dotenv) and Pushing Code to GitHub
In this lesson, we will address how to can hide an API key using environment variables and open source the code on GitHub.
0:42
How to use a .env file to load environment variables in a dev container
Loading environment variables using a .env file when working with Remote - Containers or GitHub Codespaces. Check out the ...
6:11
#19.RLC Framework - Episode13 - Environment variables.
Github branch :- https://github.com/OmarAbdelwahhab30/RLC-Episodes/tree/Episode13 Dotenv Package ...
9:25
Build a PHP Framework: Configuration
In this video you'll learn how PHP frameworks like Laravel and Symfony deal with sensitive settings like database credentials, and ...
10:01
PHP Packages - Dotenv manage PHP application configuration in .env files
Dotenv allows you to put your PHP applications configuration into a .env file and it will load the configuration into environment ...
2:46
Learn dotenv in 2 minutes. You can learn the basics of dotenv in just 2 minutes. It really is that straightforward. https://dotenv.org.
11:42
Config is not code! How to use environment variables in PHP
Speaker: Ben Smith You should be enforcing a total separation of config from code in your PHP applications. Learn how to utilize ...
1:06
Using .env Files in Plain PHP Like a Pro 🧪
Laravel isn't required! Learn how to load environment variables in vanilla PHP using .env files. #PHP #DotEnv #WebDev ...