Skip to content
Kevin Lee edited this page Feb 12, 2016 · 4 revisions

This project provides a starting point for building Laravel 5.1 RESTful API applications with Doctrine.

  1. Installation
  2. Authentication
  3. Building Entities, Repositories, and Value Objects
  4. Building API Endpoints
  5. Testing & Seeding

Compatibility

This bootstrap is built on Laravel 5.1.

What's Included

  1. Integration with jwt-auth for token authentication.
  2. Integration with Doctrine2 as an ORM
  3. Built API for users

Clone this wiki locally