Categories
DevOps Linux PHP

How To Deploy Laravel Application On Ubuntu 22.04

Today I will tell you how to deploy a Laravel application on ubuntu using LEMP sever. In order to do that we need several things to setup. Which are followings. Let’s start setting up everything. I am using clean/fresh ubuntu 22.04 installation for this tutorial. However You are free to continue with your existing installation. […]

Categories
PHP

How To Use Composer Command Without Installing It

Are you tired of running unsuccessful composer commands which throw PHP incompatibility errors and you are handling these errors by keep uninstalling/installing composer with different PHP versions?The real problem:-For example, you have multiple projects on your localhost or production server and some of them use composer as a dependency manager and the projects use different […]