I
I
isxaker2015-05-27 15:41:46
Laravel
isxaker, 2015-05-27 15:41:46

What is the technical literature on e-commerce?

I am interested in literature on the technical part of e-commerce, electronic transfers and electronic money in general.
I would like to read about the general approaches used to implement and design systems for receiving, sending electronic money and payments , about the features and problems that programmers face when developing such systems.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Camaro67, 2018-07-14
@Camaro67

public function __construct()
{
    $this->middleware('check.auth:my_parameter');
}

PS The base controller does not have a constructor, so this is parent::__construct();not needed.

O
OnYourLips, 2015-05-27
@OnYourLips

Such literature becomes obsolete even before publication.
Read the documentation for the desired services.
Why do you need a retelling of this documentation?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question