Skip to content
Mitchell van Wijngaarden edited this page May 10, 2014 · 6 revisions

This package makes Doctrine 2 melt with Laravel 4. It uses the database configuration from your Laravel application. Included are helpful extras to simplify your entities with support for Timestamps, Soft Deleting and Authentication.

This package currently only supports MySQL and annotations. Other drivers will be added soon.

Table of Contents
  1. Installation
  2. How It Works
  3. Basics
  4. Entity Manager
  5. Timestamps
  6. Soft Deleting
  7. Authentication
  8. Schemas
  9. Doctrine Configuration
  10. Metadata Configuration
  11. Annotation Reader
  12. Metadata
  13. MIT License