https://github.com/fusonic/sulusyncbundle
https://github.com/fusonic/sulusyncbundle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fusonic/sulusyncbundle
- Owner: fusonic
- Created: 2017-03-16T15:50:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T03:21:54.000Z (over 7 years ago)
- Last Synced: 2025-05-08T04:57:03.868Z (about 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 6
- Watchers: 9
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuluSyncBundle
## Installation
`composer require fusonic/sulu-sync`
With a healthy Sulu installation, install this bundle and add it to your `AbstractKernel.php`:
```
...
new Fusonic\SuluSyncBundle\FusonicSuluSyncBundle(),
...
```
## Usage
In sulu-standard, the console file is in the `app` folder.
In sulu-minimal, the console file is in the `bin` folder.
### Export contents
To export contents, use `(app|bin)/console sulu:export`.

### Import contents
To import contents, use `(app|bin)/console sulu:import `. Downloading assets might take a while, depending on the size of the `uploads` directory.

To import everything but uploads, use `(app|bin)/console sulu:import --skip-assets`. This will speed up the import.