When attempting to create a new Laravel project (with Laravel.phar, on Ubuntu 12.04):
laravel new myproject
I get the following error:
Crafting application...
[Guzzle\Common\Exception\RuntimeException]
The PHP cURL extension must be installed to use Guzzle.
new name
PHP's cURL (and all related packages I could find by googling this issue) is installed and enabled.
The first few lines of phpinfo()'s cURL section is:
cURL support enabled
cURL Information 7.22.0
Age 3
I can't quite figure out what's going wrong here. Thanks in advance!