All notable changes to laravel-remote
will be documented in this file.
- Laravel 11.x Compatibility by @laravel-shift in #25
- @laravel-shift made their first contribution in #25
Full Changelog: https://github.com/spatie/laravel-remote/compare/1.3.4...1.4.0
- Update README to set private_key_path correctly by @marcwieland95 in #22
- Add support for custom PHP binary path by @LTKort in #24
Full Changelog: https://github.com/spatie/laravel-remote/compare/1.3.3...1.3.4
- support L10
- feat: Allow ANSI on
artisan
calls to match local artisan. by @xiCO2k in #20 - PHP 8.2 Build by @sergiy-petrov in #19
- fix: Allow dots on hosts by @xiCO2k in #18
Full Changelog: https://github.com/spatie/laravel-remote/compare/1.3.1...1.3.2
- Update Readme about private_key_path config by @ziming in #17
Full Changelog: https://github.com/spatie/laravel-remote/compare/1.3.0...1.3.1
- Update .gitattributes by @angeljqv in #14
- Fix a small typo by @rafa1944 in #15
- Allow private key to be specified by @ziming in #16
- @angeljqv made their first contribution in #14
- @rafa1944 made their first contribution in #15
- @ziming made their first contribution in #16
Full Changelog: https://github.com/spatie/laravel-remote/compare/1.2.0...1.3.0
- Added confirmation prompt by @AbdelkaderBah in #13
- @AbdelkaderBah made their first contribution in #13
Full Changelog: https://github.com/spatie/laravel-remote/compare/1.1.0...1.2.0
- allow Laravel 9
- minor improvements (#7)
- fix: display all output (#6)
- initial release