These days, I needed to set up multiple VPS servers for a laravel projects. I decided to save time and avoid repeating the same steps, I created my own automated laravel installation script. It handles the essential server configuration and prepares a production-ready environment much faster than a traditional setup.
github.com/adnnco/LaraShip
Back