This is a short guide on how to install PhpMyAdmin manually on CentOS 7 server. For that download the required version of PhpMyAdmin from th...
Continue Reading→
Showing posts with label WEB. Show all posts
Showing posts with label WEB. Show all posts
Sunday, July 11, 2021
Downgrade MySql from your CentOS installation
Sometimes old version of MySQL Server is required for smooth operation of old application. For that first clean up your existing MySQL insta...
Continue Reading→Monday, May 24, 2021
Install Apache, MySql and phpMyAdmin on CentOS 8
Apache is a popular Linux-based web server application. It is part of the LAMP stack (Linux, Apache, MySQL, PHP) that powers much of the i...
Continue Reading→Sunday, October 18, 2020
Create your First Website in Localhost using Joomla Content Management System ( Part-1 : Setup Apache, PHP, MySQL and Joomla in your local PC )
In this tutorial we will setup Apache, PHP and MySql Server in our local computer and create our very first Web site using Joomla Content Ma...
Continue Reading→Monday, October 12, 2020
Send OTP using firebase Phone Auth from your Laravel Application (Part-3)
So far we have created our controller . To use this controller, let's modify the file web.php which is in routes folder. Remove all e...
Continue Reading→Send OTP using firebase Phone Auth from your Laravel Application (Part-2)
Let's install Laravel Laravel offers various ways to install in windows or mac. Best and easiest way to install Laravel is through C...
Continue Reading→