ABRouter Laravel Example
It's a example of using (ABRouter Laravel Client)[https://github.com/abrouter/abrouter-laravel-bridge]
Set up locally
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
$ composer install
$ docker-compose up -d
Demo
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
Ready to use ABRouter on your own project ?
Let's go on ABRouter and start.