How to deploy laravel project in cpanel using git?
In this article, we are going to explore how to deploy laravel project in cpanel using git. Please note that we are not using ci/cd github actions for this deployment. We are using terminal and basic git commands to deploy the projects. Let’s deep dive into the process of depolyment. Let us first create a…