gluon/gluon-backend

Extended REST API for Laravel

1.0.1 2020-08-24 18:47 UTC

This package is auto-updated.

Last update: 2024-05-06 00:43:15 UTC


README

Gluon is a modern Application template that provides JAMstack conformity: JavaScript, API and pre-rendered markup.

You only have to provide a database. gluon automatically creates a REST-API from it, extended with a GraphQL-like, JavaScript-friendly Query API. On the frontend, you get very easy to create Tables and Forms for the standard use cases so that you can concentrate on creating marvellous user interfaces for the heart of your application.

Credits

It is built upon state-of-art open source frameworks:

Features

  • Automatic API generation
  • Token-based authentification and authorization
  • Versioning
  • Document Handling
  • Easy to use JavaScript-API
  • Fast creation of standard user interfaces
  • Full freedom for core use case interfaces

How to use

Gluon is a collection of github projects. For details see Installation.

For the server requirements, see Requirements.

Documentation

The documentation is here

License

MIT

Release Notes

0.3 05/17/2020

  • Completely new Frontend based on Element-UI

0.2 12/31/2019

  • _meta and graph updates
  • empty withs now returned as []
  • query delete
  • better default field names for with
  • rights returned on login
  • login event

0.1 10/08/2019

  • Initial release