N
N
Nikola_Vetrov2018-11-13 19:13:07
Composer
Nikola_Vetrov, 2018-11-13 19:13:07

How to install from githuba?

I put this
https://github.com/studio451/studio451cms
before that I did
composer global require "fxp/composer-asset-plugin:^1.2.0"
then
composer create-project studio451/studio451cms cms.loc
we get
Could not find package studio451 /studio451cms with stability stable.
Help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2018-11-13
@alexey-m-ukolov

There is not a single release, so the composer cannot find anything with the default stability level. You need to explicitly specify the required level:

composer create-project studio451/studio451cms --stability=dev cms.loc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question