-
Notifications
You must be signed in to change notification settings - Fork 74
Home
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 yourcomposer.json
todev
.