Dynamic Add Section

How to install Node Js in Ubuntu

Following step you need to follow to install Node in your system
Step 1 : Refresh your local apt packages
Step 2 : Install Node js from repository
Step 3 : Install npm, most of the cases you need to install this. So recommended is install npm while you install node.
Step 4 : Installation finish and verify installation.
Click on Read More button to view details installation process.

Read more

How to upgrade PHP 7.4 on ubuntu using terminal ?

Upgrade latest version of PHP in your ubuntu 18.04. Using terminal we can upgrade this. Below is the step to guide you how to upgrade PHP version.
To upgrade we need to add ondrej/php which has PHP 7.4 package and other required PHP extensions. Once you successfully added ppa you can install new version of PHP. After that you can install your most commonly user php extension supported with new version of PHP. Then check your php version and enjoy the latest PHP.

Read more

How to check laravel version : using CLI / Terminal or from source file

There are generally two ways to check laravel version. We can check laravel version using command line or we can directly check from source file. To check from command line for ubuntu we use termial and for windows system we use cmd.

To check using source file : Open your project directory and then go to this path -> vendor/laravel/framework/src/Illuminate/Foundation. Now you will get Application.php. Open this page and you will get VERSION

Read more
Dynamic Add Section