Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nikhil_lu210's avatar

How to Deploy Laravel project directly from Github/Gitlab...?

Is there have any process to Deploy a Laravel Project from my Gitlab or Github...? So that I can change anything directly from my local working Zone and update with normal git commit and push....

0 likes
2 replies
towhid's avatar

if you want you can use giyhub or gitlab as like - others repository

create project , git init , add remote , add , commit then push and every time new chnagee you can push .

if you want work anothe rwork place then clone your gitlab project as like others project and use

composer install

and

php artisan key :generate

then start your journey again

that's it..

nikhil_lu210's avatar

@TOWHID - Sorry, but may be you didn't get my point actually. I want to deploy my Project on Live server with domain hosting. Basically with cPanel.

Please or to participate in this conversation.