Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Yii2 上寻找无头 CMS 以将其与我的网络应用程序集成。问题是我只需要一个来编辑数据库内容。我不需要带有缓存、模板、页面和许多其他东西的典型 CMS。
路亚 CMS支持无头使用。从他们的网站:
由于 LUYA 建立在 REST API 的概念之上,因此提供对 LUYA 数据库内容的无头访问是轻而易举的事。您可以访问 API 或 CMS 管理 API
如果这对您的需求来说太复杂了,您可以轻松地基于您的数据库结构构建 REST API 应用程序并仅支持您真正需要的功能。我希望这有帮助。