leadvertex / plugin-macros-excel
Plugin for export orders from leadvertex.com in Excel (xlsx, ods, csv) format
Installs: 295
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=7.4.0
- ext-json: *
- box/spout: ^3.1
- leadvertex/plugin-component-purpose: ^1.3
- leadvertex/plugin-core-macros: ^0.18.0
README
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.