-
Are there any up-to-date, reasonably complete instructions on how to install the Phalcon devtools, that don't assume I understand Composer? I tried the Installing via Composer steps at https://github.com/phalcon/phalcon-devtools, and they run without error, but don't create a I've tried the Installation via Git steps on the same page, using the following specific steps:
This works, but when I run the
If I change into the On a whim, I tried I don't use composer, and really don't need it for the project I'm working on, but surely the phalcon devtools don't actually require 1 gigabyte of dependencies, and surely they don't require symfony! How to I get the devtools, and just the devtools, installed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello
Could you send screenshot of |
Beta Was this translation helpful? Give feedback.
-
Installing via composer: You have to add Installing via git: After you cloned repository, first of all in any cases you have to run |
Beta Was this translation helpful? Give feedback.
Hello
Could you send screenshot of
vendor/
folder size?You can simply download
.phar
from latest release - https://github.com/phalcon/phalcon-devtools/releases and include inside your project.