1. Go to this page and download the library: Download wearejh/m2-deploy-recipe library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
set('lighthouse', (
(new LighthouseConfig())->setTargetUrl('https://test-url.com')
->setBasicAuthToken('amg6Y3IfsasagsaagsaDEwbjUtdzByazgwNHQ=') // optional, if your site is protected
->setSlackAuthToken('xoxb-XXXXXXX-XXXXXXXXX-XXXXXXXXXXXXXX') // Slack bot token
->setSlackChannels('XXXXXXX') //Slack channels you want the message sent to, comma-separated
->setProjectSlug('project-name')
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.