Skip to content

0.2.0

Choose a tag to compare

@jorisnoo jorisnoo released this 20 Jan 05:34
· 45 commits to main since this release
270aa9e

Changelog

All notable changes to this project will be documented in this file.

0.2.0 (2026-01-20)

Features

  • Auto-detect atomic deployments (Envoyer, Deployer, etc.)
  • Update default excluded tables

Changed

  • Rename commands to remote-sync namespace (remote-sync:sync, remote-sync:database, remote-sync:files)

0.1.0 (2026-01-19)

Initial release.

Features

  • Sync database from remote Laravel environments using spatie/laravel-db-snapshots
  • Sync storage files from remote using rsync
  • Push local database and files to remote environments
  • Interactive sync command (sync:remote) with prompts for remote and sync type
  • Database-only sync command (sync:database)
  • Files-only sync command (sync:files)
  • Multiple remote environment support with configurable defaults
  • Configurable table exclusions for database snapshots
  • Safety features: production environment protection, confirmation prompts, automatic local backups, graceful cleanup on interrupt
  • Option to keep empty tables in database snapshots