Skip to content

Conversation

@patrickbrouwers
Copy link
Contributor

Pushing forward to our first release:

  • Lumen support
  • DoctrineUserProviders supports multiple connections
  • Oracle driver support
  • Added missing methods to Authenticable interface
  • EntityManagerFactory
  • 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
  • Website with docs
  • Add upgrade guides from previous packages
  • Tests
  • Packagist
  • Update documentation

FoxxMD and others added 30 commits September 14, 2015 13:15
Prevents code from being evaluated when it should just be output as text
* Use Console namespace for migrator classes
* Refactor master tempalte into it's own namespace for better reuse
* Include sample code files to run tests on
* Run assertions for file existence and sanity check for a manager
* Refactor into abstract class for reusability
* Polyfill missing laravel helper functions
Clean up config migrator command and tests
Updating config as Laravel does
This way it can be used to extend(replace) and add custom connection drivers
patrickbrouwers added a commit that referenced this pull request Sep 17, 2015
@patrickbrouwers patrickbrouwers merged commit 4a2ac70 into 1.0 Sep 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants