7:26
How To Work With PHPs Configuration File - PHP.INI - Full PHP 8 Tutorial
In this PHP tutorial, you will learn what the PHP configuration file is, what are some of the important settings & how to change them ...
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 ...
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 ...
5:00
Configuring and Troubleshooting PHP-FPM
... is PHP-FPM 00:25 The problem with PHP-FPM 00:58 Debugging PHP-FPM errors 01:30 How to configure PHP-FPM 03:57 One ...
1:01
How To Install PHP In 1 Minute | Windows 10/11
In this video I'll show you the fastest, and easiest method to install php. Twitter: https://twitter.com/novuspad Discord: ...
7:22
PHP CS Fixer Setup and Configuration - intro into professional PHP development
When working in a team, talking about code style changes can be quite counter productive. Instead, we set up a common style ...
2:23
PHP Forms Tutorial: Create the Config File
In this tutorial, you're going to learn how to create and HTML form that submits data to a MySQL database AND sends a ...
16:47
Create Small Company File Server: IIS + PHP Configuration Guide for $0
This video is for you if you want to create a home office with a simple yet efficient local file server that will enable you to upload ...
4:13
How to Setup PHP in VSCode for Web Development (2024)
In this video, I'll show you how you can setup PHP in Vscode for Web Development. PHP is a very popular and widely used ...
6:05
How to install PHP 7 on windows | Hosting Web pages | PHP Configuration | 2020
In this video tutorial we will install and configure php in windows 10/7. After installing php we host php file in windows. We host ...
7:38
PowerShell Script to Install IIS, PHP & Configure FastCGI | Auto PHP Setup on Windows
Welcome to Techi Jack – Your Trusted Channel for Microsoft Exchange Server, Windows Server, IT Solutions, Hosting ...
10:52
PHPStan Setup and Configuration - Intro into professional PHP development
I've talked a lot about PHPStan, and in this video it's finally time to set it up! I'll show setup, configuration, and then fix some issues.
5:54
How to install PHP 8.3.9 on Windows 11 [Updated 2024] | Amit Thinks
Learn how to install PHP 8.3.9 on 64-bit Windows 11. We will also set the path i.e. Environment Variable. At last, we will also verify ...
7:08
How Nginx and PHP-FPM turn a web request into code
Let's see how an HTTP request gets turned into PHP code! We see a web request go through Nginx, PHP-FPM, and finally your ...
38:32
Config.php EXPOSED! Don't make this configuration mistake!
Putting Moodle code in /var/www/html and not removing the default virtualhost configuration has over the years exposed many a ...
14:19
Basic Apache Webserver Configuration & Virtual Hosts - Full PHP 8 Tutorial
In this PHP tutorial, you will learn the basics of apache configuration files & how to work with them. You will also learn how to ...
10:29
How to Configure PHP (and PHP-FPM) for Apache on Ubuntu
Learn how to configure Apache to use a specific version of PHP and PHP-FPM on Ubuntu. Find more at https://tonyteaches.tech ...
9:31
Why is My Webserver Hanging?!? (Spoiler: It was PHP-FPM)
My webserver randomly hangs, kicking my websites offline. After some investigating, it turned out to be PHP-FPM, and its default ...
8:56
Manual Installation of PHP on Windows Server | PHP IIS Install Guide
Description: In this video of Install & Configure PHP manually on IIS server, you will see the php iis install guide. This video ...
15:43
Abstracting PDO Configuration - PHP Project (Part 1)
How to abstract your database credentials from your code when connecting to MySQL with PDO in PHP. If you would like to have ...