Multiple site in Laravel 1-Click

saman

Nov 9th, 2020 10:21 AM

Hello there! I wanted to know if I can handle more than one website with DigitalOcean 1-Click Laravel Droplet via initializing script which is used for the first site (and handles everything automatically, including nginx, let's encrypt, ...)

bobbyiliev

Nov 10th, 2020 09:57 AM

Hi there,

I've not personally tested this. I'm actually planning to update the DigitalOcean 1-click image and add some fixes and optimizations. This would be a good idea to add a script to allow people to add new sites.

In the meantime what I could suggest is using LaraSail instead:

https://github.com/thedevdojo/larasail

It would do your server setup and then you will have the tools to create new projects and Nginx server blocks.