Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
You can install the package via composer:
To customize the configuration, you may deploy the config file:
The leveraged package is written in Node.js, so Node.js 10.x+ is needed on the machine. In the project root (expecting you may be using Laravel, but it works for vanilla PHP projects too), install the following prereqs:
The server relies on Chromium, so you can find a simple way of getting your Chrome binary file, like .
Below you will find some examples to install the chromium binary:
Once ready, you can set up in your env the CLUSTEER_CHROMIUM_PATH
variable to define the binary that will be used for the headless browser.