Webhooks Proxy Client. Powered by Laravel Zero
build/ contains docker container config
runtime/
|-- bash/ Bash history (composer cache, bash commands history)
src/ Laravel Zero application code (Project)
Project can be setup with Docker.
(If you have a Mac machine - we recommend to run docker under Vagrant. See Vagranfile and Instructions)
- Clone repository
- Navigate to your project directory
- Run
make init
, this command will copy important files from examples:- .env
- docker-compose.yml
- Check the .env file for correct configurations.
- Login to JC docker hub:
docker login hub.jcdev.net:24000
- Run installation
make install
To get inside PHP container to run composer/php commands run this command:
make php-bash
Inside PHP container there is also GNU Make utility, run make
without any parameters to get available commands list.