Since Stripe is not yet in there I am trying to add it on my own. I added the file to my own directory but it won't load. The only way it will work is if I put it in the vendor directory with all the other. However this is not practical as you know.
Why is it not loading ? What should be done to have the file loaded from anywhere (thought the namespace would be enough)?
Using the file from #230 and the wrapper for Laravel 5.1 https://github.com/oriceon/oauth-5-laravel
Hi,
Since Stripe is not yet in there I am trying to add it on my own. I added the file to my own directory but it won't load. The only way it will work is if I put it in the vendor directory with all the other. However this is not practical as you know.
Why is it not loading ? What should be done to have the file loaded from anywhere (thought the namespace would be enough)? Using the file from #230 and the wrapper for Laravel 5.1 https://github.com/oriceon/oauth-5-laravel
Thanks a lot for your help.