Skip to content

Latest commit

 

History

History
executable file
·
18 lines (15 loc) · 370 Bytes

README.MD

File metadata and controls

executable file
·
18 lines (15 loc) · 370 Bytes

Kahire

REST Framework for Laravel. This framework inspired by django-rest-framework.

Installation

composer require kahire/kahire

TODO

  • Prepare useful fields.
    • FileField
    • ChoiceField
    • DateTimeField
    • FloatField
  • Serializer.
  • Viewset.
  • Documentation.