Skip to content
mitchellvanw edited this page Sep 23, 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 is using Doctrine/ORM 2.5, which is currently only available in "dev" mode. Set the minimum-stability in your composer.json to dev.

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