Install Git on Windows 10 and Ubuntu 20.04

By CodersDrive
22-Jul-2020
git

Git is a distributed version control system used by software developers for tracking changes and also for proper coordinating work among programmers while developing an application. Git has the capability to track changes at each file level. Git is one of the popular and widely used version control tool, git can be used freely for individual purpose by registering, it supports both private and public repositories. Git also has pro version for bigger companies and for larger teams usage.

Continue Reading

Install Node.Js, npm on Windows and Ubuntu systems

By CodersDrive
21-Jul-2020
Laravel

In this post you will see the step by step procedure to install 'Node.Js' and 'npm' on your Windows or Ubuntu system. For Laravel application 'npm' is required to download the 'js' packages required for your application and also for 'Scaffolding' of your application.

Continue Reading

Install MySQL 8 on windows system and configuration

By CodersDrive
17-Jun-2020
MySQL

Let's install the MySQL 8 DB server on a windows system and do the configuration as a development server.

Continue Reading

Install PHP on windows system

By CodersDrive
16-Jun-2020
Php

In this article you will learn how to install PHP on Windows10 system and how to configure it with basic extensions and minimum configuration settings.

Continue Reading

Install Apache2.4 on Windows systems and configure with php

By CodersDrive
15-Jun-2020
Apache
Php

By following this you will be able to install apache2.4 server on windows machines and configure it to work with PHP.

Continue Reading

What is composer and how to install it on Ubuntu 20.04, Windows10

By CodersDrive
01-Jun-2020
Composer
Php

For any one who does web development with PHP the composer will be a very useful dependency manager. In this article we will see what is composer and how to install it on Windows and Linux machines.

Continue Reading

Search blog..!

Connect with us