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

tnort's avatar
Level 4

Laravel deployment

hi,

I have to deploy a Laravel app that uses a database and queued emails but planning to enable logs and other features. I cannot seem to find any consistent resource that would guide me on what are the best platforms to deploy Laravel apps, how to set up a server, enables supervisors, etc.

Would highly be appreciated if you could share some resources or links, thank you!!!

Thank you, Mihail

0 likes
3 replies
jlrdw's avatar

There is a chapter on deployment, Plus digital ocean has quite a few guides on how to deploy a laravel application, in fact I recently used one of their guides to deploy on ubuntu.

1 like
aurelianspodarec's avatar

You can easily do it with digital ocean by using their 'Apps' feature. Takes like 5minutes to do. Very easy. I've deployed a site like that recently. Have GitHub connected and its pretty much automatic. At least for the basic stuff.

1 like
tnort's avatar
Level 4

@aurelianspodarec right but you cannot get acces to enable the Supervisor to enable queues for emails :( otherwise it’s perfect

Please or to participate in this conversation.