Closed HughxDev closed 9 years ago
This is via the XAMPP shell (which provides php-cli, etc.) on Windows 7.
Firstly, I had to install composer manually, as curl is unavailable on Win.
curl
# php F:\installer.php
All settings correct for using Composer Downloading... Composer successfully installed to: F:\path\composer.phar Use it: php composer.phar
All settings correct for using Composer Downloading...
Composer successfully installed to: F:\path\composer.phar Use it: php composer.phar
# composer require jeremykendall/slim-auth
'composer' is not recognized as an internal or external command, operable program or batch file.
# php composer.phar require jeremykendall/slim-auth
[InvalidArgumentException] Could not find package jeremykendall/slim-auth at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
My mistake. Solution: http://stackoverflow.com/a/23741001/214325
Awesome! Sorry I didn't get back to you. Work has been crazy.
This is via the XAMPP shell (which provides php-cli, etc.) on Windows 7.
Firstly, I had to install composer manually, as
curl
is unavailable on Win.# php F:\installer.php
# composer require jeremykendall/slim-auth
# php composer.phar require jeremykendall/slim-auth