tentakelfabrik / super-gear-directus
1.0.0-rc3
2021-11-14 15:13 UTC
Requires
- cocur/slugify: ^4.0
- erusev/parsedown: 1.7.*
- jenssegers/blade: 1.4.*
- mikecao/flight: 1.3.*
- mtownsend/read-time: ^2.0
- nesbot/carbon: ^2.54
- tentakelfabrik/pirectus: ^0.1.3
- vlucas/phpdotenv: 5.3.*
- dev-main
- 1.0.0-rc3
- 1.0.0-rc2
- 1.0.0-rc1
- 1.0.0-rc
- 0.3.0
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/xmldom/xmldom-0.7.8
- dev-dependabot/npm_and_yarn/xmldom/xmldom-and-svg-spritemap-webpack-plugin-0.8.3
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/composer/guzzlehttp/psr7-2.2.1
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/nanoid-3.2.0
- dev-develop
This package is auto-updated.
Last update: 2024-09-07 15:48:33 UTC
README
该项目旨在使用 Directus 实例作为 CMS。结构灵感来源于 Laravel,使用 FlightPHP 处理请求。
安装
下载最新版本,未来版本中将提供 Composer 安装器。
快照
Directus 实例的基本设置有一个快照(snapshot.yaml)。
快速开始
从 .env.example 创建 .env 文件,添加 Directus 实例的 token 和 URL。
DIRECTUS_API_URL=
DIRECTUS_API_TOKEN=
Laravel Mix
仓库
要获取数据,请使用 App\Respositories\RepositoryAbstract 创建仓库类。