Work with Git and Forge - In my opinion it`s the best stack to deploy your laravel apps.
Just push your changes to your git repo and forge handles the rest for you. For production sites you can also use Envoyer.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am currently deploying my app with capistrano 3. Any time I deploy I need to run these 3 steps
Is there a more efficient way of doing this? Is there no way to deploy and still maintain the vendors folder and .env file if I have already run the above 3 tasks and nothing has changed?
Thanks.... I found an article that addressed what I want to achieve. https://www.airpair.com/laravel/posts/automating-laravel-deployments-using-capistrano
Please or to participate in this conversation.