Quickly view e-mails in a compact combined view.
Quickly view e-mails in a compact combined view.
- EspoCRM >= 7.0
- PHP >= 7.2
- Download the latest release from Release page.
- Go to Administration -> Extensions and upload the downloaded file.
- Make sure than
node,npmandcomposerare installed. - Clone the repository.
- Run
npm install. - Run
grunt package. This will create adistfolder with the final extension package..
Optionally you can create a .env file based on the .env.template file. The .env file will be used to deploy the
extension to an existing EspoCRM installation.
Linux example
mv .env.template .env
vim .env # edit the file
grunt deploy # deploy the extension