Composer installation on Mac OS M1, M2, or other systems, that too in a very simple way with the help of Home Brew, Simply type brew update && brew install composer, and press enter to install composer on your system.
How to Check Laravel Version via CMD and File
There are two ways to check the version of Laravel, the easiest way is to run the php artisan–version command on CMD or command prompt, and it will show you the version of the installed Laravel application. And in second
How to Set Java Path Environment variable in Windows 11
To set java JDK path to the environment variable in Windows 11 | 10; Simply type environment variable in the search bar and click on it, after click on the Advanced tab, select Environment Variables, and set the java JDK
Read More How to Set Java Path Environment variable in Windows 11
How to Install Java 21 on Windows 11
To install the latest Java jdk 21 on Windows 11|10, you need to download the java jdk exe file from the official website of Oracle’s Java, and then double-click the downloaded Java installer file to start the installation process, and
‘psql’ is not recognized as an internal or external command
If you have installed PostgreSQL database in Windows 11|10 and are using any of its commands such as psql on cmd or command prompt, and you are getting the error ‘psql’ is not recognized as an internal or external command,
Read More ‘psql’ is not recognized as an internal or external command
How to Set Environment Variables for postgresql in windows 11
To set Postgresql path to the environment variable in Windows 11 | 10; Simply type environment in the window search bar and click on it, after clicking on the Advanced tab, select Environment Variables, and set the PostgreSQL path under
Read More How to Set Environment Variables for postgresql in windows 11
How to Uninstall PostgreSQL on Ubuntu 22.04
To completely remove or uninstall PostgreSQL database on Ubuntu 22.04, there are 2 easiest ways for that, firstly you can use the sudo apt-get remove –purge postgresql command on the terminal and secondly, you can do it by Ubuntu Software
How to Install PostgreSQL on Windows 11
To download and install PostgreSQL Windows 11|10, you need to download the PostgreSQL installer exe file from its official website, and then run the installer by double-clicking on the downloaded installer exe file. With the help of the Postgre installer
How to Install PostgreSQL 16 on Ubuntu 22.04
An easy way to install the latest PostgreSQL 16 in Ubuntu 22.04, for this, you need to install some required packages and then run sudo apt install postgresql-16 postgresql-contrib-16 on the terminal window to install it. How to Install PostgreSQL
How to Uninstall Postman on Ubuntu 22.04
To completely remove or uninstall Postman on Ubuntu, there are 2 methods available for the same, firstly you can use the sudo snap remove Postman command on the terminal and secondly, you can use the Ubuntu Software Center. How to