Installation
Install the package
You can install the package via composer:
To customize the configuration, you may deploy the config file:
Installing Node.js prerequisites
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:
Installing Chromium
The server relies on Chromium, so you can find a simple way of getting your Chrome binary file, like staudenmeir/dusk-updater.
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.
Last updated