@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user