How to join two tables using left join in SQL.
Step:1 Step:2 Step:3 Step:4 Step:5 Syntax of left join in SQL SELECT column_name(like that CustomerName and OrderID these are column name step-4)FROM table1 (Cumstomers is table name)LEFT JOIN table2 (orders is table name)ON table1.column_name = table2.column_name;
Read more »How to Update Name and Email of Users in Laravel?
How to Update Name and Email of Users in Laravel? To know the Creation of project, User Authentication, Database Connection, Migration of tables. CLICK. Step 1. Go to resources/views/home.blade.php file…
Read more »
Image Convert to JPG, PNG & GIF using PHP
In this post I help you to convert any uploaded image to JPG, PNG and GIF. Create a file image_converter.php. In this code you see using convert_image() has three mandatory…
Read more »PHP 7 Intermediate Essential Guide- PHP include_once & require_once
In this blog, I am going to Explain How to include_once & require_once in PHP. So within PHP, It’s actually possible to include PHP people files within other PHP files….
Read more »How to install Git on Ubuntu/Linux.
To install Git on Linux/Ubuntu you have to Run the below commands Step 1 :- First check that your packages are updated or not : sudo apt update Step 2…
Read more »Azure DevOps Simplified & Components Summary
What is Azure? Azure by Microsoft is one of the cloud sevice provider similar to Amazon Web Services and Google Cloud Platform What is DevOps? DevOps is a methodology and…
Read more »How to exclude specific host from inventory from a playbook run in Ansible?
Suppose you want to exclude a troublesome host (bad_host) from a particular playbook run. Try using a negated ‘limit’ option: By using –limit argument with ansible-playbook command we can exclude…
Read more »
What is Google Search Console? How to use it?
In this tutorial i’m going to describe how to use the Search Console to check if your site has any google search manual actions issued against it. This is important,…
Read more »Top 30 Free grammar checker and spell checker tools in 2020
Check your English text for grammar, spelling, and punctuation errors with following free grammar and spell checker. I compiled a list of the best grammar checker and spell checker tools…
Read more »Certified Kubernetes Administrator CKA Exam – Dumps Part 2
Duration – 30 minsType – Quiz Multiple Questions and Answer Step 1 – Access https://www.devopsschool.com/lms/login/index.php Login Using “Google”. ie. – gmail email id and password Step 2 – Access this…
Read more »Certified Kubernetes Administrator CKA Exam – Dumps Part 1
Note – “firstname” Means “Your first name” Duration – 1 HOUR Q1. Create one Namespace with your “firstname”. Q2. Create a POD in your namespace with Nginx image. POD name…
Read more »
How to Insert and Retrieve Data in Database – Laravel Framework
In this example, I am going to show you how to insert data in the database using laravel framework PHP. First, creating table the SQL query: Now, create three file…
Read more »How to install Linux on Windows or Virtual machine
we are going to install Linux or virtual machine on widows,let see step by step. Step:1 click this url https://www.virtualbox.org/or you can search virtualbox Step:2 Step:3 Step:4 Step:5 Step:6 Step:7…
Read more »
HOW TO: INSTALL COMPOSER ON LINUX MINT
About Composer A composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for…
Read more »How to Generate New Password in Laravel?
How to Generate New Password in Laravel? Step 1. Create a new Project in Laravel, so Open git Bash. Write down the following command:- Step 2. Now, Move to project directory on git Bash, so write down the following…
Read more »
7 Most Common Mistakes in Python Programming: Student Cheat Sheet
Mistakes are inevitable, and they help us become better and improve our skills. Whether you learn languages or programming, the rule is the same. However, we could all use a…
Read more »
Directory Structure of Laravel
The image is showing the files and directories of laravel. It is automatically created when we create a project using a composer or laravel installer. Let’s we overview these files…
Read more »
Agile Certification Authorized by DevOpsCertification.Co
DevOpsCertification.Co is dedicated to advancing the human elements of Agile success. Our role-based approach to certification focuses on the most modern competencies and hireable skills required by today’s organizations adopting…
Read more »How to Verify an Email in Laravel?
How to Verify an Email in Laravel? Step 1. Create a new Project in Laravel, so Open git Bash. Write down the following command:- Step 2. Now, Move to project directory on git Bash, so write down the following…
Read more »PHP 7 Fundamental Tutorial for Beginners – PHP Break and Continue Statement
Break statement The break statement is used with the conditional switch statement and with the do, for, and while loop statements. When a break statement is encountered inside a loop,…
Read more »
How can send multi email using laravel 5.8
Step:1 open git base in C:\xampp\htdocs Step:2 past this project name in the gitbase here composer create-project –prefer-dist laravel/laravel multimail “5.8.*” Step:3 Make One controller php artisan make:controller MultimailController Step:4…
Read more »
How to install Laravel
To install laravel we need composer dependency tools. So, let us know about composer. Composer Composer is a tool for dependency management in PHP.It allows you to declare the libraries…
Read more »How to Defines PHP functions Arguments Global Values?
In this blog, I am going to Defines PHP functions Arguments Global Values. When it comes to functions you can name a function just like a variable but it has…
Read more »
What is MVC and Why use MVC?
Model View Controller (MVC) The MVC is an architecture pattern that separates an application into three main logical components Model, View, and Controller. Each of these components has its own…
Read more »How to Login with Facebook, GOOGLE and twitter in Laravel?Part-2
How to Login with Facebook, GOOGLE and twitter in Laravel? Click this, Login with Facebook Here, we’ll start Login with Google. Step 1. Open this URL Google Developers Console to…
Read more »How to Generate Random color Functions in PHP?
In this blog, I am going to start how to generate Random color Functions in PHP? we’re going to be talking about functions now functions really give some functionality. Functions…
Read more »Why Flutter is important in 2020?
Everyone who is in software industry and wants to develop an application for Android and iOS. He has a question that how to develop an application. What is the best…
Read more »