Using OCI Object Storage in Laravel
This article describes how you can use OCI Object Storage in your Laravel 11
This article describes how you can use OCI Object Storage in your Laravel 11 application
This article describes how you can use OCI Object Storage in your Laravel 11
This article describes how you can use OCI Object Storage in your Laravel 11 application
Opinionated article with possible ways to solve the problem.
Recently there is a lot of buzz around Oracle Cloud Infrastructure (OCI) because of their generous “Always Free Tier”...
Flutter SSL error on API call to Laravel API on Herd
I was working on a Flutter project in the iOS simulator that was not able to connect to my Laravel API hosted on Herd.
Deploying a Laravel project with Docker to Lightsail Container
I recently tried to get Laravel 11 running on AWS Lightsail Container. Mostly because I wanted to know how feasible it is for smaller production projects. I did not find many sources with this particular scenario, so I am sharing here for the case you struggle with the same. If you know any great articles going into this topic, please write me, I will link all good articles here.
Faster deployments in code pipelines
When you are deploying a Laravel application with Laravel Forge, Ploi, AWS Code Build or similar...
Use Laravel translations with a VueJS frontend
In many cases you won’t need to localize your web-application early on. There are many things that speak against it and there are some great articles that go into detail here (e.g. other languages come with other ways to do marketing, resources for customer support), but we are over-engineering our application, so we start localisation.
OrbStack - an alternative to Docker Desktop
Recently there are more and more developers giving OrbStack a try. It promises to be a drop-in replacement for Docker Desktop.
When an integer is not sufficient anymore
Have you ever deployed an application using the default primary keys in Laravel only to find out a week later that you have 10 million records in one table and suddenly worry about hitting the integer limit way earlier than expected?
Setting up a brand new AWS account using organizations with basic security.
Some of you might ask: why AWS? Can’t we use Digital Ocean or [any other generic cloud provider]? You can use basically any cloud provider (or even on-prem) to deploy your solution. I like AWS because you get everything from one single provider. It is also not as expensive as one might assume comparing it to other providers like Digital Ocean, Vultr and others, once you understand the pricing structure and things like saving plans, reserved instances. AWS also has a great support for startups in their partner program and many more.