dynamic / silverstripe-file-migration-task
Sync files with the File table
Package info
github.com/dynamic/silverstripe-file-migration-task
Type:silverstripe-vendormodule
pkg:composer/dynamic/silverstripe-file-migration-task
1.0.0
2020-03-03 15:09 UTC
Requires
- silverstripe/assets: ^1.0@dev
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-14 06:50:24 UTC
README
Summary
This Build Task allows for traversing a directory recursively and migrate those files into the SilverStripe filesystem. The task checks against the allowed extensions on File.
Requirements
- SilverStripe Assets ^1.0
Installation
composer require dynamic/silverstripe-file-migration-task
Usage
Configuration
Dynamic\FileMigration\Tasks\FileMigrationTask: # Path to directory with files (required) existing_file_system_path: '/path/to/your/files' # Base folder to create in Assets (optional) base_upload_folder: '/uploads'