It's a example of using (ABRouter Laravel Client)[https://github.com/abrouter/abrouter-laravel-bridge]
First of all, make sure, that composer and docker-compose are installed. Then, run the following commands:
$ git clone https://github.com/abrouter/laravel-example.git
$ cp .env.dist .env
$ composer install
$ docker-compose up -d
After local set up you can go to the http://localhost:1022 and check it out how's it works. Color of the button will changing every time by the following spread: 33% - blue 33% - red 33% - green
Let's go on ABRouter and start.