php - Error when installing Lumen framework with Composer -
when run
sudo composer global require "laravel/lumen-installer=~1.0" i error (below) says failed download elfet/php-ssh.
changed current directory /users/chad/.composer ./composer.json has been updated loading composer repositories package information updating dependencies (including require-dev) - installing elfet/php-ssh (v1.1.0) downloading: connecting... failed download elfet/php-ssh dist: "https://api.github.com/repos/elfet/php-ssh/zipball/439becf180272542cbf154df4856a49dd3c4bf04" file not downloaded (http/1.1 404 not found) trying download source i meeting server requirements too. ideas why it's failing install?
it elfet/php-ssh package not found issue , resolved
refer: https://github.com/deployphp/deployer/issues/158
or can install lumen via composer create-project , refer following link has tutorial install lumen , create simple rest api.
link: http://wsnippets.com/create-rest-api-using-lumen-micro-framework-by-laravel/
Comments
Post a Comment