From 2b6f3ca301348fc39abe1d8a62633dcc2ea8523d Mon Sep 17 00:00:00 2001 From: javif89 Date: Tue, 22 Jul 2025 20:40:17 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 92a7732..f2d9a1c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ and merge these files with your existing app. ## Setup +### Install octane + +`composer require laravel/octane` +`php artisan octane:install` + Once you started your laravel project **and** initialized it as a git repo: 1. `git remote add origin git@gitgud.foo:thegrind/laravel-dockerized.git`