Laravel

Install and configure Laravel.

安装 shadcn/ui

按照 shadcn/ui 指南进行操作。

运行 CLI

Initialize Plate in your project using the CLI:

npx shadcx@latest init plate

增加组件

现在您可以开始向 components/plate-ui 添加组件:

npx shadcx@latest add -r plate

注册组件

要将组件添加到您的插件中,请参阅插件组件

添加编辑器(可选)

选择一个编辑器开始使用(浏览可用的编辑器)。

最小编辑器

npx shadcx@latest add plate/editor-basic

AI编辑器

npx shadcx@latest add plate/editor-ai

这将在 app/editor 中添加一个页面,并在 components/plate-ui 中添加所有必要的组件作为起点。