This service stores information from an external provider (e.x. facebook).
- Copy
.env.example
to.env
- Run
./bin/run up
(docker is requirement) 127.0.0.1:8080/store
(docker-machine-ip:8080/store
if you're using docker-machine)
/store?token={token}
stores user's information from this token
./bin/run console user-info:store -t {token}
stores user's information from this token
./bin/run up
start application./bin/run down
stop application./bin/run console
run console scripts./bin/run test
run tests./bin/run test tests/Test.php
run an particular test./bin/run coverage
run code coverage