Skip to content

Releases: aerni/laravel-sync

v1.5.0

30 Mar 21:44
0480536
Compare
Choose a tag to compare

What's new

  • Added support for Laravel 11
  • Remove titasgailius/terminal dependency
  • Improve command interaction by adding Laravel Prompts
  • Improve command input validation
  • Add support for --verbose flag

v1.4.0

11 Jun 16:37
3184606
Compare
Choose a tag to compare

What's new

  • Added support for Laravel 10

What's changed

  • Dropped support for Laravel 8 and 9
  • Requires PHP 8.1

v1.3.0

13 Apr 09:10
Compare
Choose a tag to compare

What's new

  • Added support for Laravel 9

What's changed

  • Dropped support for Laravel 7
  • Dropped support for PHP 7.4

v1.2.0

12 Jan 14:52
Compare
Choose a tag to compare

What's new

  • Added the option to make a remote read_only to prevent pushing to a remote from certain environments.
  • Added a confirmation step before the desired operation is performed. Use the --quiet flag in your deploy script to omit the question.

v1.1.0

16 Dec 11:19
711ea44
Compare
Choose a tag to compare

What's new

  • You can now set a remote's SSH port in the config.
  • Added a --dry command option to perform a dry run of the sync.
  • Added a sync:list command to list the origin, target, options, and port in a nice table.
  • Added a sync:commands command to list all rsync commands.

What's improved

  • Connections won't timeout anymore. You can safely remove the timeout setting in the config file.
  • The command options now have shortcuts.
  • Throw better Exceptions.

v1.0.0

10 Dec 13:46
82a6053
Compare
Choose a tag to compare

🎉 Initial release! All things are new and shiny!