Chore/next 15 docs (#9148)

Closes #8995
This commit is contained in:
James Mikrut
2024-11-12 12:59:52 -05:00
committed by GitHub
parent 7619592fb6
commit 8dd7e989ef

View File

@@ -35,6 +35,10 @@ Adding Payload to an existing Next.js app is super straightforward. You can eith
If you don't have a Next.js app already, but you still want to start a project from a blank Next.js app, you can create a new Next.js app using `npx create-next-app` - and then just follow the steps below to install Payload. If you don't have a Next.js app already, but you still want to start a project from a blank Next.js app, you can create a new Next.js app using `npx create-next-app` - and then just follow the steps below to install Payload.
<Banner type="info">
<strong>Note:</strong> Next.js version 15 or higher is required for Payload.
</Banner>
#### 1. Install the relevant packages #### 1. Install the relevant packages
First, you'll want to add the required Payload packages to your project and can do so by running the command below: First, you'll want to add the required Payload packages to your project and can do so by running the command below: