You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| app | 4 years ago | |
| public | 4 years ago | |
| resources | 4 years ago | |
| storage | 4 years ago | |
| .env.example | 4 years ago | |
| .gitignore | 4 years ago | |
| README.md | 4 years ago | |
| composer.json | 4 years ago | |
| composer.lock | 4 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
| snapshot.yaml | 4 years ago | |
| webpack.mix.js | 4 years ago | |
README.md
Super Gear Directus 1.0.0-rc3
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.