tentakelfabrik / super-gear-directus
Installs: 151
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 13
Type:project
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-11-07 16:13:22 UTC
README
Project to using a Directus Instance as CMS. Structure is inspired by Laravel, using FlightPHP for handle Request.
Installation
Download last Release, a Composer Installer will be Available in a Future Release.
Snapshot
There is a Snapshot for a Basic Setup for the Directus Instance (snapshot.yaml)
Quickstart
Create a .env from .env.example adding token and url for Directus Instance.
DIRECTUS_API_URL=
DIRECTUS_API_TOKEN=
Laravel Mix
Repositories
For getting Data use App\Respositories\RepositoryAbstract to create Repository-Classes.