Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 411 Bytes

File metadata and controls

11 lines (8 loc) · 411 Bytes

Install the Application

Run this command from the directory in which you want to install your new application.

composer create-project salesrender/plugin-macros-excel
  • Create const.php from const.php.example and set environment values
  • Point your virtual host document root to your new application's public/ directory.
  • Ensure runtime/ and public/output/ is web writeable.