Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Gaurav Pandey

Gaurav Pandey

Hi, My name is Gaurav Pandey. I'm a Laravel developer, owner of 8Bityard. I live in Uttarakhand - India and I love to write tutorials and tips that can help other developers. I am a big fan of PHP, Javascript, JQuery, Laravel, WordPress. connect@8bityard.com

Composer Update Laravel

laravel composer update

In this article, we will learn how to update your composer using a command prompt (Terminal). Introduction : Composer is a Dependency Manager for PHP, Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have…

How to Connect to MySQL Database Using PHP ?

How to Connect to MySQL Database Using PHP ?

In this blog, we will discuss (How to Connect to MySQL Database Using PHP)we will create a connection with MySql DB using 2 methods. mysqli_connect PDO We will discuss both connections in details and also discuss which connection more secure…