Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 968 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 968 Bytes

adonis-theme-uploader (WIP)

Manage and upload new themes on a Adonis web application

This extension enables you to upload a zip file containing .edge files. The extension will then unzip the file to /pages, replacing any existing .edge files.

Installation

npm i adonis-theme-uploader
node ace configure adonis-theme-uploader

Auth

Routes for this extension are located in start/uploader.ts and are normal Adonis routes, allowing you to add middleware where necessary

Todo

[] CSS support config
[] Zip existing files config