Skip to content

v1.0.0

Compare
Choose a tag to compare
@patrickbrouwers patrickbrouwers released this 17 Sep 17:33
  • Laravel 5.1 support
  • Doctrine 2.5 support
  • Lumen support
  • Authentication implementation
  • Validation implementation
  • Password resets implementation
  • DoctrineUserProviders supports multiple connections
  • Oracle driver support
  • Added missing methods to Authenticable interface
  • Use env variables for connection, cache and meta data
  • Easy way to extend Doctrine (extend or add namespaces & paths)
  • Use Laravel's cache stores instead of php extensions for Redis, Memcached and Apc
  • File, LaravelDebugbar and Clockwork loggers + support for custom loggers (should implement interface)
  • Set Configuration values BEFORE creating EM, so they can be changed more easily
  • Refactor configuration managers (cache, connection, meta data)
  • Optional naming strategy setting
  • Optional cache namespace setting
  • Refactor Registry
  • Ability to decorate the EntityManager
  • Jsonable/Arrayable for Entities
  • mitchellvanw/laravel-doctrine config migrator
  • atrauzzi/laravel-doctrine config migrator
  • Add upgrade guides from previous packages