tentakelfabrik / super-gear-directus
Package info
github.com/tentakelfabrik/super-gear-directus
Type:project
pkg:composer/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.*
This package is auto-updated.
Last update: 2026-06-07 19:51:06 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.