If you want to create a new Laravel application that will use React for client-side, and everything will be only on one server, this article is for you. Today I’m gonna show how you can set up a new Laravel application that will use React with Inertia.js. So let’s begin🤘 Create application First of all, […]
When we want to build a real scalable Laravel app and don’t save users’ files in app storage — we will need to use an AWS S3 Bucket service. So what’s this means and how this works? How does AWS S3 Bucket work? If you haven’t heard anything about Amazon Web Services, I’ll tell you […]
Maybe one day you will have a task to integrate Laravel and GraphQL into one app. Or to create GraphQL API by using only Laravel. In this short article, I’m going to show you how you can do this by using one composer package — and how you will build all schemas, types, and other […]
As you see — in this short article I’m gonna show you how you can use Redis and Laravel. So, let’s begin 💥 And if you don’t know Redis — store, you can use it to save some hashes, sets, or even cache if you want. The logic of the Redis store is simple key-value. That’s all […]