tentakelfabrik/super-gear-directus

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 0

Open Issues: 13

Type:project

pkg:composer/tentakelfabrik/super-gear-directus


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.