Skip to content

insight-media/statamic-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A console command to keep your local Statamic project in sync with the production version.

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This package for Statamic projects provides a console command to pull the CMS content from your production version into your local version.

The package requires an SSH connection to your webserver.

Installation

You can install the package via composer:

composer require --dev insight-media/statamic-sync

You can optionally publish the config file with:

php artisan vendor:publish --tag="statamic-sync-config"

Add and edit the following env variables:

SSH_USER=user
SSH_HOST=yourproject.com
SSH_PORT=22
SSH_PATH=/var/www/project

Usage

php artisan statamic:sync

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A console command to keep your local Statamic project in sync with the production version.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages