Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Implementando no Laravel

Murilo edited this page Dec 4, 2015 · 6 revisions

Para implementar essa biblioteca no Laraval 5.x (não é a melhor maneira de se fazer isso, mas funciona): 1 - Altere o composer.json e adicione no require a seguinte linha: "phpsc/pagseguro": "dev-master" "require": { "php": ">=5.5.9", "laravel/framework": "5.1.*", "phpsc/pagseguro": "dev-master" },

Clone this wiki locally