mitchellvanw / laravel-doctrine

NO LONGER MAINTAINED! A Doctrine 2 implementation that melts with Laravel
MIT License
187 stars 74 forks source link

Version 0.5.0 #30

Closed mitchellvanw closed 10 years ago

mitchellvanw commented 10 years ago

Hello everybody,

Many people have had requests for this package. Of course I want to built every single one of them. Now, I don't want to keep you out of the loop and that's why I made this update. I'm working on the next version, which is 0.5.0. This version will contain the following updates:

These are the main things I'm adding in the upcoming release. I'm also looking into #15 and what the possibilities are here.

I'll most likely have this released in 2 weeks, before October 1st.

I already thinking about version 0.6.0 and would like your help with what this will contain. I've created a label named Version 0.6.0, so if you have an idea for this version then add this label to your issue.

Thanks

kirkbushell commented 10 years ago

Let us know if you need help with stuff man. At work we need this yesterday - so delegate some things you'd like us to take care of, sure you've got a few people here keen ;)

robertbakker commented 10 years ago

Will it support Laravel 5 ?

witul commented 10 years ago

Currently not, but you can use forked version, for example: https://github.com/witul/laravel-doctrine

Just add this to composer.json:

"repositories": [ { "type": "vcs", "url": https://github.com/witul/laravel-doctrine" } ]

I changed composer.json only for support Laravel5. When main repo will be updated, just remove "repositories" item from composer.json

mitchellvanw commented 10 years ago

@robertbakker The moment Laravel 5 is officially out I'll push a major version to support it.

mitchellvanw commented 10 years ago

@robertbakker @witul Just pushed Laravel 5 support, among some other things

witul commented 10 years ago

Good work! Thanks :)

robertbakker commented 10 years ago

Although that does not fix the interfaces being replaced by the new Illuminate\Contracts package, now I can pull all my packages in without any workarounds. For the contracts I'll do a workaround and I wait for the major release, thanks !

mitchellvanw commented 10 years ago

@robertbakker when Laravel 5 is out this package will use Illuminate\Contracts

nWidart commented 9 years ago

Hi,

Does version 5.0 supports doctrine extensions line planned ? If so, how can we use them, as simply requiring the package isn't enough.

Thank you!