Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
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.

28 lines
656 B

3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
3 years ago
3 years ago
5 years ago
  1. # Super Gear Directus 1.0.0-rc3
  2. Project to using a Directus Instance as CMS. Structure is inspired by Laravel, using [FlightPHP](https://github.com/mikecao/flight)
  3. for handle Request.
  4. ## Installation
  5. Download last Release, a Composer Installer will be Available in a Future Release.
  6. ## Snapshot
  7. There is a Snapshot for a Basic Setup for the Directus Instance (snapshot.yaml)
  8. ## Quickstart
  9. Create a **.env** from **.env.example** adding token and url for Directus Instance.
  10. ```
  11. DIRECTUS_API_URL=
  12. DIRECTUS_API_TOKEN=
  13. ```
  14. ## Laravel Mix
  15. ## Repositories
  16. For getting Data use **App\\Respositories\\RepositoryAbstract** to create Repository-Classes.