fadion / Maneuver

Easily deploy Laravel projects via FTP or SFTP, using Git for versioning
MIT License
174 stars 26 forks source link

[Question] Any reason why this hasn't been tagged for Laravel 5? #24

Closed kaidesu closed 6 years ago

kaidesu commented 8 years ago

Just curious if theres anything that's holding it back that you could use some help on!

fadion commented 8 years ago

I haven't done any extensive testing on anything higher than the initial Laravel 5.0. If you want to help by trying it out and testing in Laravel 5.1+, that'd be great.

vsimic80 commented 6 years ago

Just tried this using Laravel 5.5.3 - after running 'composer update' here is output:

$ composer update

Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

fadion commented 6 years ago

That package has been organised to support Laravel 4 (for historical users) with version 1.0, Laravel 5.0 - 5.4 with version 2.0, and Laravel 5 with version 2.1. Please check the instructions in the Readme.