Answer the question
In order to leave comments, you need to log in
How is a Laravel application extended?
I want to write my own service for working with Internet acquiring (payment).
Enlighten, please, how this should be implemented, namely, writing services for working with the bank's API?
I studied Laravel Cashier (code) and realized that I needed the same, only for myself, but I didn’t understand what it was :)
In the following code, we include files from the packages directory to work with a certain substance Billable .
use Laravel\Paddle\Billable;
class User extends Authenticatable
{
use Billable;
}
Answer the question
In order to leave comments, you need to log in
Look towards the omnipay library .
There are already a bunch of banking providers and relatively easy integration with laravel.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question