Search by

tentakelfabrik / super-gear-directus

tentakelfabrik

Package info

github.com/tentakelfabrik/super-gear-directus

Type:project

pkg:composer/tentakelfabrik/super-gear-directus

Statistics

Installs: 152

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 13

1.0.0-rc3 2021-11-14 15:13 UTC

This package is auto-updated.

Last update: 2026-09-07 20:17:53 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.