Install Specific Version of Package using Composer

Here is a short and quick article for How To Install Specific Version of Package using Composer TL;DR version composer…

tgugnani

PHPMyAdmin Config for Auto Login and AllowNoPassword Login

In this short post, I am putting two configurations for PHPMyadmin one that allows you to auto login and another…

tgugnani

Setup PHPMyAdmin on Ubuntu 20.04 using Builtin PHP Server

PHPMyAdmin is a free tool written in PHP and is used to manage mySQL databases over the web. Ever sine…

tgugnani

How to Install WordPress on Ubuntu 20.04 with PHP, MySQL

Here is a detailed tutorial on How to Install Wordpress on Ubuntu 20.04. Although there are different ways to get…

tgugnani

Fix Laravel: could not find driver Exception

If you are working on a Laravel application and encounter this error could not find driver Here are a few…

tgugnani

Laravel Eloquent Group By created_at only date and get Total

If you are looking to group by your query results by created_at column and get the total count of records…

tgugnani

How to install Git on Ubuntu 22.04

Here is a quick guide on how to install git on ubuntu 22.04 If you don't have git installed on…

tgugnani

How to Install Laravel on Ubuntu 20.04 with PHP, MySQL

Here is the detailed tutorial on How to Install Laravel on your Ubuntu Machine running the version 20.04 of Ubuntu.…

tgugnani

Quick Guide on Installing Composer Globally on Ubuntu 20.04

Here is a quick guide on how to install and get started with Composer on Ubuntu. # TL;DR version Run…

tgugnani

How to Install PHP v 7.3 on Ubuntu 20.04

# TL;DR version Here is the short version of setting up PHP version 7.3 on your Ubuntu Machine (I am…

tgugnani