Today we are going to learn PHP Registration Form with Mobile OTP Verification Example. This tutorial will cover on PHP Registration Form with Mobile OTP Verification with Example with the use of fast2sms. OTP Verification verifies Email Address/Mobile Number of users by sending OTP verification code during registration, login and contact form submissions. It removes the possibility of users registering with […]
Month: July 2022
How to Configure Static IP Address on Ubuntu 22.04
Today, we are going to learn How to Configure Static IP Address on Ubuntu 22.04. This tutorial will cover on how we will configuring a static ip address on ubuntu 22.04. What is Static IP addresses? If your computer is hosting a web server, its IP address is what identifies it to the rest of the Internet. A computer on […]
How to Install Node.js and NPM in Ubuntu 22.04 Example
Today we are going to learn How to Install Node.js and NPM in Ubuntu 22.04 Example. This tutorial will cover on how you can install node.js and npm in ubuntu 20.04 with example. Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser, which was designed to […]
How to Setup Nginx with Let’s Encrypt on Ubuntu 22.04
Today we are going to learn How to Setup Nginx with Let’s Encrypt on Ubuntu 22.04. This tutorial will cover on how you can setup nginx with lets encrypt on ubuntu 20.04. Let’s Encrypt is a non-profit certificate authority run by Internet Security Research Group that provides X.509 certificates for Transport Layer Security encryption at no charge. Steps on How […]
Laravel 9 User Roles and Permissions Tutorial Example
Hello Dev, So today we are going to learn Laravel 9 User Roles and Permissions Tutorial Example. This tutorial will cover on laravel 9 user roles and permissions tutorial with example. We are going to use spatie/laravel-permission package for this tutorial eventually. Spatie role and permission composer package provides a way to create ACL in laravel 9. They provide how […]
How to Install and Run PHP 8.x on Ubuntu 20.04
Hello dev, Today we are going to learn How to Install and Run PHP 8.x on Ubuntu 20.04. This tutorial will cover on installing and running PHP 8.x on ubuntu 20.04. This example is focused on Ubuntu 22.04 on Install and Use PHP 8.x. In this article, we will implement a Steps to Install PHP 8.x on Ubuntu 22.04. you […]
How to Install and Configure phpMyAdmin in Ubuntu 22.04
Today we are going to learn How to Install and Configure phpMyAdmin in Ubuntu 22.04. This tutorial will cover installing and configuration phpmyadmin in ubuntu 22.04. This tutorial will also work for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions. Steps on How to Install and Configure phpMyAdmin in Ubuntu 22.04: Step 1: Update […]
Laravel 9 Vue JS Form Validation Example
Hello dev, Today we are going to learn Laravel 9 Vue JS Form Validation Example. This tutorial will cover on laravel 9 vue js form validation with example. What is Vue JS? Vue.js is an open-source model–view–view model front end JavaScript framework for building user interfaces and single-page applications. It was created by Evan You, and is maintained by him […]
Laravel Vue 3 File Uploading with Progress Bar using Vite Example
Hello dev, Today we are going to learn Laravel Vue 3 File Uploading with Progress Bar using Vite Example. This tutorial will cover how you can create a laravel application with vue 3 to upload a file with progress bar using Vite JS. We are going to use laravel breeze, inertia js, vite and tailwind css to create Laravel Vue […]
How to Remove a Specific Element From an Array in PHP
Hello Dev, Today we are going to learn How to Remove a Specific Element From an Array in PHP. Here you will learn how to delete an element from arrays, how to remove a elements from an arrays in php. Learn how to remove a specific elements from array in php with example. We will show you how you can […]