Trying to install ZF2 on my ubuntu server using
curl -s https://getcomposer.org/installer | php && ./composer.phar create-project zendframework/skeleton-application /var/www/skeleton-app dev-master
I've also tried to add @dev
in the end and I keep on getting the following error:
"could not find package zendframework/skeleton-application/var/www/skeleton-app with stability stable."
Any ideas?
Add -sdev
So it became
php composer.phar create-project -sdev --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
Thanks to Xerkus
From https://github.com/zendframework/ZendSkeletonApplication#using-composer-recommended
Should have read more about it i guess
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With