hi, I am learning test coldbox HMVC I try to this...
# box-products
s
hi, I am learning test coldbox HMVC I try to this command I got error. ====================================================== coldbox create service name="ContactService" methods="getAll" --open ERROR (5.9.0+00721) Command "coldbox create service name="ContactService" methods="getAll" --open" cannot be resolved. Did you mean: coldbox create resource Please type "help coldbox create" for assistance. ==================================================== Does anyone know the answer to this problem? I can't find the option "service" so what option can I replace the other one? Thank you
p
Give this a good try for a quick start in understanding coldbox: https://modern-cfml.ortusbooks.com/
l
Did you actually install the
coldbox-cli
😀 1
install coldbox-cli
🙌 1
s
Yes I did, coldbox-cli
l
Well that error is claiming you don’t have it installed
Maybe reload the shell
s
I reinstall "install coldbox-cli" and exit and box again. It'w work! Thanks all.
l
great!