Skip to content

Releases: cslash/laravel-sharedsync

0.1.2

21 Apr 10:57

Choose a tag to compare

SharedSync provides incremental FTP/SFTP deployments for Laravel, tracking file changes to ensure only necessary updates are uploaded to remote servers.
Core Features
• Incremental Updates: Uses MD5 manifest tracking to skip unchanged files and speed up deployments.
• Remote Health Checks: Automatically verifies and creates required Laravel directories and permissions on the server.
• Automated Caching: Triggers remote artisan commands for config, route, and view caching post-deployment.
• Smart Exclusions: Respects .deployignore and configurable rules to filter development files and dependencies.
• Deployment Preview: Built-in dry-run and diff commands to preview file changes, updates, and deletions.
• Protocol Support: Native drivers for both standard FTP and secure SFTP connections.