Dockerizing a Laravel and Inertia App
aabidk.dev·6d
📮Micropub
Preview
Report Post

Introduction

This post assumes you are familiar with Laravel, Inertia and have a basic understanding of Docker. To follow along, you can create a new blank Laravel project with React. There are some complexities around file permissions, health checks, and volumes that we will address in this post.

Prerequisites

  • Docker installed on your machine. You can download it from Docker’s official site.
  • Laravel installed on your machine. You can follow the official installation guide here.
  • Basic knowledge of Laravel and Inertia.js.
  • A Laravel Inertia application. If you already have Laravel installed, you can create a new project using the following commands(Skip the npm install and npm run build

Similar Posts

Loading similar posts...