maldicore / silverstripe-clientexport
Exports all files and folders in the assets directory or database to a ZIP file in the CMS.
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 3
Open Issues: 1
Type:silverstripe-module
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-03-13 18:34:46 UTC
README
[https://packagist.org/packages/maldicore/silverstripe-clientexport]
- Exports all files and folders in the assets directory to a ZIP file in the CMS.
- Exports the database to a ZIP file in the CMS
- Initial Asset Export code by Stan Hutcheon - Bigfork Ltd - Silverstripe AssetExport (https://github.com/stnvh/silverstripe-assetexport)
- Database Export added By Maldicore Group Pvt Ltd
Installation:
Composer:
composer require "maldicore/silverstripe-clientexport" "dev-master"
Download:
Clone this repo into a folder called clientexport
in your silverstripe installation folder.
Usage:
It adds 2 buttons in the 'Files' section of the CMS. Just click respective buttons to backup and download either the database or asset folder.
After installing via composer, you must /dev/build