Marketplace for Pagarme devel test
More information about this develop process can be accessible in Info.
- Fork this repository.
- Run
composer install
. - Set database and Pagarme parameters after composer install.
- Create schema with
php bin/console doctrine:schema:create
command. - Run
php bin/console app:seed-data
to create sample data. - Run server
php bin/console server:run -vvv
- Open
http://127.0.0.1:8000
in your browser.