payload 3.61.0-canary.6 β 3.61.0-internal.7d69f4e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/payload"><img alt="npm" src="https://img.shields.io/npm/dw/payload?style=flat-square" /></a>
|
|
11
11
|
|
|
12
|
+
<a href="https://github.com/payloadcms/payload/graphs/contributors"><img alt="npm" src="https://img.shields.io/github/contributors-anon/payloadcms/payload?color=yellow&style=flat-square" /></a>
|
|
13
|
+
|
|
12
14
|
<a href="https://www.npmjs.com/package/payload"><img alt="npm" src="https://img.shields.io/npm/v/payload?style=flat-square" /></a>
|
|
13
15
|
|
|
14
16
|
<a href="https://twitter.com/payloadcms"><img src="https://img.shields.io/badge/follow-payloadcms-1DA1F2?logo=twitter&style=flat-square" alt="Payload Twitter" /></a>
|
|
@@ -20,12 +22,13 @@
|
|
|
20
22
|
<hr/>
|
|
21
23
|
|
|
22
24
|
> [!IMPORTANT]
|
|
23
|
-
>
|
|
25
|
+
> Star this repo or keep an eye on it to follow along.
|
|
24
26
|
|
|
25
27
|
Payload is the first-ever Next.js native CMS that can install directly in your existing `/app` folder. It's the start of a new era for headless CMS.
|
|
26
28
|
|
|
27
29
|
<h3>Benefits over a regular CMS</h3>
|
|
28
30
|
<ul>
|
|
31
|
+
<li>It's both an app framework & headless CMS</li>
|
|
29
32
|
<li>Deploy anywhere, including serverless on Vercel for free</li>
|
|
30
33
|
<li>Combine your front+backend in the same <code>/app</code> folder if you want</li>
|
|
31
34
|
<li>Don't sign up for yet another SaaS - Payload is open source</li>
|
|
@@ -46,20 +49,39 @@ pnpx create-payload-app@latest
|
|
|
46
49
|
|
|
47
50
|
**If you're new to Payload, you should start with the website template** (`pnpx create-payload-app@latest -t website`). It shows how to do _everything_ - including custom Rich Text blocks, on-demand revalidation, live preview, and more. It comes with a frontend built with Tailwind all in one `/app` folder.
|
|
48
51
|
|
|
52
|
+
## One-click deployment options
|
|
53
|
+
|
|
54
|
+
You can deploy Payload serverlessly in one-click via Vercel and Cloudflareβgiving everything you need without the hassle of the plumbing.
|
|
55
|
+
|
|
56
|
+
### Deploy on Cloudflare
|
|
57
|
+
|
|
58
|
+
Fully self-contained β one click to deploy Payload with **Workers**, **R2** for uploads, and **D1** for a globally replicated database.
|
|
59
|
+
|
|
60
|
+
[](https://dub.sh/payload-cloudflare)
|
|
61
|
+
|
|
62
|
+
### Deploy on Vercel
|
|
63
|
+
|
|
64
|
+
All-in-one on Vercel β one click to deploy Payload with a **Next.js** front end, **Neon** database, and **Vercel Blob** for media storage.
|
|
65
|
+
|
|
66
|
+
[](https://dub.sh/payload-vercel)
|
|
67
|
+
|
|
49
68
|
## One-click templates
|
|
50
69
|
|
|
51
|
-
Jumpstart your next project
|
|
70
|
+
Jumpstart your next project with a ready-to-go template. These are **production-ready, end-to-end solutions** designed to get you to market fast. Build any kind of **website**, **ecommerce store**, **blog**, or **portfolio** β complete with a modern front end built using **React Server Components** and **Tailwind**.
|
|
71
|
+
|
|
72
|
+
#### π [Website](https://github.com/payloadcms/payload/tree/main/templates/website)
|
|
52
73
|
|
|
53
|
-
|
|
74
|
+
#### ποΈ [Ecommerce](https://github.com/payloadcms/payload/tree/main/templates/ecommerce) π _**NEW**_ π
|
|
54
75
|
|
|
55
|
-
|
|
76
|
+
We're constantly adding more templates to our [**Templates Directory**](https://github.com/payloadcms/payload/tree/main/templates).
|
|
77
|
+
If you maintain your own, add the `payload-template` topic to your GitHub repo so others can discover it.
|
|
56
78
|
|
|
57
|
-
|
|
79
|
+
**π Explore more:**
|
|
58
80
|
|
|
59
81
|
- [Official Templates](https://github.com/payloadcms/payload/tree/main/templates)
|
|
60
82
|
- [Community Templates](https://github.com/topics/payload-template)
|
|
61
83
|
|
|
62
|
-
## β¨ Features
|
|
84
|
+
## β¨ Payload Features
|
|
63
85
|
|
|
64
86
|
- Completely free and open-source
|
|
65
87
|
- Next.js native, built to run inside _your_ `/app` folder
|
|
@@ -94,7 +116,11 @@ If you want to add contributions to this repository, please follow the instructi
|
|
|
94
116
|
|
|
95
117
|
The [Examples Directory](./examples) is a great resource for learning how to setup Payload in a variety of different ways, but you can also find great examples in our blog and throughout our social media.
|
|
96
118
|
|
|
97
|
-
If you'd like to run the examples, you can
|
|
119
|
+
If you'd like to run the examples, you can use `create-payload-app` to create a project from one:
|
|
120
|
+
|
|
121
|
+
```sh
|
|
122
|
+
npx create-payload-app --example example_name
|
|
123
|
+
```
|
|
98
124
|
|
|
99
125
|
You can see more examples at:
|
|
100
126
|
|
|
@@ -120,8 +146,6 @@ There are lots of good conversations and resources in our Github Discussions boa
|
|
|
120
146
|
|
|
121
147
|
## β Like what we're doing? Give us a star
|
|
122
148
|
|
|
123
|
-

|
|
124
|
-
|
|
125
149
|
## π Thanks to all our contributors
|
|
126
150
|
|
|
127
151
|
<img align="left" src="https://contributors-img.web.app/image?repo=payloadcms/payload"/>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payloadPackageList.d.ts","sourceRoot":"","sources":["../../src/versions/payloadPackageList.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"payloadPackageList.d.ts","sourceRoot":"","sources":["../../src/versions/payloadPackageList.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,UAyChC,CAAA"}
|
|
@@ -20,6 +20,7 @@ export const PAYLOAD_PACKAGE_LIST = [
|
|
|
20
20
|
'@payloadcms/plugin-cloud-storage',
|
|
21
21
|
'@payloadcms/plugin-form-builder',
|
|
22
22
|
'@payloadcms/plugin-import-export',
|
|
23
|
+
'@payloadcms/plugin-mcp',
|
|
23
24
|
'@payloadcms/plugin-multi-tenant',
|
|
24
25
|
'@payloadcms/plugin-nested-docs',
|
|
25
26
|
'@payloadcms/plugin-redirects',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/versions/payloadPackageList.ts"],"sourcesContent":["export const PAYLOAD_PACKAGE_LIST = [\n 'payload',\n '@payloadcms/bundler-vite',\n '@payloadcms/bundler-webpack',\n '@payloadcms/db-d1-sqlite',\n '@payloadcms/db-mongodb',\n '@payloadcms/db-postgres',\n '@payloadcms/db-sqlite',\n '@payloadcms/db-vercel-postgres',\n '@payloadcms/drizzle',\n '@payloadcms/ecommerce',\n '@payloadcms/email-nodemailer',\n '@payloadcms/email-resend',\n '@payloadcms/graphql',\n '@payloadcms/live-preview',\n '@payloadcms/live-preview-react',\n '@payloadcms/live-preview-vue',\n '@payloadcms/next/utilities',\n '@payloadcms/payload-cloud',\n '@payloadcms/plugin-cloud-storage',\n '@payloadcms/plugin-form-builder',\n '@payloadcms/plugin-import-export',\n '@payloadcms/plugin-multi-tenant',\n '@payloadcms/plugin-nested-docs',\n '@payloadcms/plugin-redirects',\n '@payloadcms/plugin-search',\n '@payloadcms/plugin-seo',\n '@payloadcms/plugin-stripe',\n '@payloadcms/plugin-zapier',\n '@payloadcms/richtext-lexical',\n '@payloadcms/richtext-slate',\n '@payloadcms/sdk',\n '@payloadcms/storage-azure',\n '@payloadcms/storage-gcs',\n '@payloadcms/storage-r2',\n '@payloadcms/storage-s3',\n '@payloadcms/storage-uploadthing',\n '@payloadcms/storage-vercel-blob',\n '@payloadcms/translations',\n '@payloadcms/ui/shared',\n]\n"],"names":["PAYLOAD_PACKAGE_LIST"],"mappings":"AAAA,OAAO,MAAMA,uBAAuB;IAClC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD,CAAA"}
|
|
1
|
+
{"version":3,"sources":["../../src/versions/payloadPackageList.ts"],"sourcesContent":["export const PAYLOAD_PACKAGE_LIST = [\n 'payload',\n '@payloadcms/bundler-vite',\n '@payloadcms/bundler-webpack',\n '@payloadcms/db-d1-sqlite',\n '@payloadcms/db-mongodb',\n '@payloadcms/db-postgres',\n '@payloadcms/db-sqlite',\n '@payloadcms/db-vercel-postgres',\n '@payloadcms/drizzle',\n '@payloadcms/ecommerce',\n '@payloadcms/email-nodemailer',\n '@payloadcms/email-resend',\n '@payloadcms/graphql',\n '@payloadcms/live-preview',\n '@payloadcms/live-preview-react',\n '@payloadcms/live-preview-vue',\n '@payloadcms/next/utilities',\n '@payloadcms/payload-cloud',\n '@payloadcms/plugin-cloud-storage',\n '@payloadcms/plugin-form-builder',\n '@payloadcms/plugin-import-export',\n '@payloadcms/plugin-mcp',\n '@payloadcms/plugin-multi-tenant',\n '@payloadcms/plugin-nested-docs',\n '@payloadcms/plugin-redirects',\n '@payloadcms/plugin-search',\n '@payloadcms/plugin-seo',\n '@payloadcms/plugin-stripe',\n '@payloadcms/plugin-zapier',\n '@payloadcms/richtext-lexical',\n '@payloadcms/richtext-slate',\n '@payloadcms/sdk',\n '@payloadcms/storage-azure',\n '@payloadcms/storage-gcs',\n '@payloadcms/storage-r2',\n '@payloadcms/storage-s3',\n '@payloadcms/storage-uploadthing',\n '@payloadcms/storage-vercel-blob',\n '@payloadcms/translations',\n '@payloadcms/ui/shared',\n]\n"],"names":["PAYLOAD_PACKAGE_LIST"],"mappings":"AAAA,OAAO,MAAMA,uBAAuB;IAClC;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "payload",
|
|
3
|
-
"version": "3.61.0-
|
|
3
|
+
"version": "3.61.0-internal.7d69f4e",
|
|
4
4
|
"description": "Node, React, Headless CMS and Application Framework built on Next.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"admin panel",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"undici": "7.10.0",
|
|
102
102
|
"uuid": "10.0.0",
|
|
103
103
|
"ws": "^8.16.0",
|
|
104
|
-
"@payloadcms/translations": "3.61.0-
|
|
104
|
+
"@payloadcms/translations": "3.61.0-internal.7d69f4e"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@hyrious/esbuild-plugin-commonjs": "0.2.6",
|