Run this command from the directory in which you want to install your new application.
composer create-project leadvertex/plugin-macros-excel
- Create
const.php
fromconst.php.example
and set environment values - Point your virtual host document root to your new application's
public/
directory. - Ensure
runtime/
andpublic/output/
is web writeable.