Hi everybody, I’m thinking about creating my first droplet and the LEMP one click install sounds pretty good, I was wondering if it comes with all the packages needed to run a laravel app already installed?
Thanks in advance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Yes the LEPM one click installation comes with all of the services that you would need for a Laravel application:
It even comes with some extra pre configured services like:
I believe that all you would need to do is to deploy your Laravel application in the correct directory:
/var/www/html
Hope that this helps! Regards, Bobby