YaWK / yawk.io

YaWK - Yet another Web Kit [work in progress]
https://yawk.io
MIT License
9 stars 2 forks source link

Download template as .zip file #303

Closed YaWK closed 6 years ago

YaWK commented 6 years ago

It should be possible to download a template as .zip file. To achieve this, all related .sql data needs to be dumped into a .sql file inside the template folder. Afterwards backup folder should be zipped and sent to the user as direct download.

YaWK commented 6 years ago

done.

YaWK commented 6 years ago

added .ini file to generated template .zip file. Contains basic information about the template (date, template name, template path...) and will be used during template upload / install / update process.