michaelkmartin / laravel-magento-integration

A simple Magento Integration using SOAP v1 and v2
34 stars 13 forks source link

L5 suport #1

Open ghost opened 9 years ago

ghost commented 9 years ago

Will you suport Laravel 5?

Xantios commented 9 years ago

Second this. I'd sure would like to see L5 support. Although I can imagine its kind of a load to build this to an new version of Laravel.

MarketSouth commented 9 years ago

Would love to see L5 support

AaronKaa commented 8 years ago

Yeah - come on!! L5

Sejido commented 8 years ago

does it work with laravel 5.2 ??

Xantios commented 8 years ago

The last time this project was updates is over 2 years ago. hardly can imagine anyone is going to work on this except when somebody forks this ( which im not gonna ;-) )

MarketSouth commented 8 years ago

Just use another package like https://github.com/smalot/magento-client.

Im successfully using this package with Laravel 5.1 their are no facades or anything but still works nicely.

Cheers

Sejido commented 8 years ago

actually i have an application with laravel 5.2 and i'm trying to use function in mage.php which is getVersion() i don't know how to do that any suggessesion?

Sejido commented 8 years ago

@MarketSouth thank you very much this tool was so great for me :)

mpixelz commented 7 years ago

hi, is there any chance for this to get an update anytime soon?

michaelkmartin commented 7 years ago

Yeah, I've definitely let this project slip a bit, to say the least, sorry about that. This was originally intended to work for Magento 1.x and Laravel 4.x, only.

My focus, currently, is finishing up a standalone component for both M1 and M2, with providers for Laravel 4 and 5 following soon after.

I'll try to address any bugs with this package. If anyone has a pull request that they'd like to submit, feel free.

mpixelz commented 7 years ago

Thanks for the reply @michaelkmartin .. so are we going to get the support for l5? and what do you think when will you be able to do it ? there is no other git on this and this is the only solution i could find anywhere.

michaelkmartin commented 7 years ago

Here's my plan.

I'm going to break the L5 integration into a separate package, rather than using tags to separate both on this repository. I never actually released a stable version for this repository so it may be less confusing to keep them separate.

I'll keep this thread updated throughout the L5 upgrade.

mpixelz commented 7 years ago

today is the day 😄 fingers crossed 🤞

michaelkmartin commented 7 years ago

Still writing documentation for this but the Laravel5 integration is here.

https://github.com/michaelkmartin/Laravel5-Magento

mpixelz commented 7 years ago

@michaelkmartin thanks man.. but im not able to install the package.. it says class not found..

Ahmdrza commented 7 years ago

@michaelkmartin can i know if you are done with documentation ? I wanna use your package in my project..

Ahmdrza commented 7 years ago

@MarketSouth hi can you please guide me how to use that package?