Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 433 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 433 Bytes

API Boilerplate

This starter-kit provides some basic scaffolding and common functionality to quickly get up and running with a Laravel based API.

Features

  • User management endpoints including:
    • Basic create/update/read endpoints
    • Suspending users
    • Inviting users by email
    • Password reset
  • Authentication with JWT
  • Role based access control
  • Response Transformers
  • Various response helpers in Controller.php