How to deploy Laravel 9 on Digital Ocean? All resources I found that include command lines are for PHP 7.4.
Usually I copy installing command lines from trusted sources and then pull from GitHub, But I can't find a resource for PHP 8.
And BTW, what's the best way to deploy on Digital ocean or any other cloud?
@lprabodha1998 It doesn't answer my question, it just a service that provide server configuration.
How to deploy Laravel 9 on Digital Ocean?
using which stack?
@Snapey LEMP or LAMP doesn't matter.
@MohamedTammam which part are you stuck with?
php 8 makes very little difference
i'd suggest you setup using virtual host
do you want to deploy from a repo using git?
@Snapey Yeah I know, but I want to know what are the differences exactly :)
Yeah, I want to deploy from a repo.
I don't know what is "virtual host"
@MohamedTammam the difference is only the apt install command
(depends which distro)
Please sign in or create an account to participate in this conversation.