I’m Paulo Castellano, a software developer, teacher, and entrepreneur from Brazil. Also, I have founded Changelogfy, a product that helps companies keep their customers updated about their product changes.
I decided to create a new project today, then I created a new laravel project and it's coming with a new assets compiler, vite. But my project requires SSL in local development, then I needed to make the vite works together with SSL and laravel valet.
Last week I lost some hours trying to make inertiajs and vue-i18n works together. But some people from inertia js discord help to understand and make it works. To help some people to understand the process, I decided to create this post blog.
Docker has become the standard for both development and production environments. As I've been working more and more with node and on my machine, I don't use anything but docker, I decided to create this little tutorial to teach you how to configure Adonis JS V5, Postgres, and Redis with Docker.