2 posts in total

Laravel

Posts tagged

Zero-downtime deployments with Laravel Forge, Nuxt and PM2 on Nginx

by Zak · 8 min read

I have a project that's using Nuxt 3 with the "static" build, that I used to deploy on a cheap VPS which was serving the static files. It's a nice setup, very SEO-friendly and blazing-fast, although I wanted to leverage some of Nuxt's SSR features and streamline the deployments p ...

Laravel Vue and FullCalendar integration

by Zak · 14 min read

I was working on a project and my task was to make an appointment system for real estate agents. The project was a CRM for real estate agencies and they were struggling to keep all their appointments in one place and with a single source of truth. Of course they could have just u ...