Payum / PayumLaravelPackage

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
122 stars 38 forks source link

Is this Compatible with latest laravel? 5.2 or 5.3? #42

Closed g0ld3lux closed 7 years ago

g0ld3lux commented 8 years ago

Hi im Just wondering if this is compatible with latest laravel thanks

makasim commented 8 years ago

I dont know cuz I do not use Laravel at all and nobody gives me such feedback.

makasim commented 8 years ago

It worked with 5.x though not sure about 5.2, 5.3

g0ld3lux commented 8 years ago

I see there are some deprecated laravel functionalities like // bootstrap/start.php It should be added now in App\Providers\AppServiceProvider.php

I tried using this package.. its compatible to 5.2 not 5.3 ( since the it needs some tweaking for the routes , since 5.3 changes the directory of the routes.php)

i also tried this package same , only up to 5.2...

https://github.com/recca0120/laravel-payum

but i have some problem involving it...

And i cant find an example even in this repo or the main repo of payum

about using database (eloquent) for gatewayconfig

Since i Wanna Store me and my users gateway config in the database

i tried to translate the original plain php docs to adopt in that package...

from config , to controller but im not going near the result i want coz im facing error...

hope you can look at this and see if what might you sugguest....

https://github.com/recca0120/laravel-payum/issues/7

makasim commented 7 years ago

It works on 5.4 so my guess it works for 5.2, 5.3 too.