https://github.com/reachweb/multisite-propagator
https://github.com/reachweb/multisite-propagator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reachweb/multisite-propagator
- Owner: reachweb
- License: mit
- Created: 2022-02-11T12:33:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T18:01:06.000Z (over 4 years ago)
- Last Synced: 2025-02-06T13:16:47.558Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multisite Propagator
> Have you ever added a new site in your multisite Statamic setup and had to manually enable and publish entries from the origin? No more!
## Features
Use this Multisite Propagator to automatically create entries and save a few seconds, minutes or hours.
## How to Install
You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:
``` bash
composer require reachweb/multisite-propagator
```
## How to Use
This extension adds a `propagate:entries` command!
Simply use it like this: `php please propagate:entries collection site` and it will work its magic.
Please note that it will create an entry even if it already exists. So use it right at the start of adding a new site to your multisite setup.
Also we only use it in our setup, your milage may vary. *Data loss may occur.* You have been warned!