Update README

This commit is contained in:
Javier Feliz 2025-07-17 11:39:42 -04:00
parent 5b129a9064
commit b8bf4f330e

View File

@ -7,5 +7,8 @@ and merge these files with your existing app.
## Setup
Just run `make setup` to install laravel octane with FrankenPHP since
this is what the `laravel-base` image expects from your app.
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`
2. `git pull -u origin main`
3. Run `make setup` to install laravel octane with FrankenPHP since this is what the `laravel-base` image expects from your app.