Files
payload/examples/remix
Alessio Gravili 5f6bb92501 feat!: bump minimum next version to 15.2.3 (#11823)
**BREAKING CHANGE:**
This bumps the **minimum required Next.js** version from 15.0.0 to
15.2.3. This update is necessary due to a critical security
vulnerability found in earlier Next.js versions, which requires an
exception to our standard semantic versioning process.

Additionally, this bumps all templates to the latest Next.js and Payload
versions.
2025-03-24 09:41:33 -04:00
..

Payload Payload + Remix Example

This example is built based on an old version of the website template.

The objective is to show to use the Local API with Remix framework. This is achieved through monorepo with 2 apps: payload - Next.js admin panel and definition of the Payload config. website - Remix website, imports the payload config from payload

## Setup

  1. cp ./payload/.env.example ./payload./.env (copy the payload .env.example file to .env)
  2. cp ./website/.env.example ./website/.env (copy the website .env.example file to .env)
  3. pnpm install
  4. pnpm run dev:payload
  5. pnpm run dev:website (in a separate terminal)