Phalcon Devtools Master - create project

preview_player
Показать описание
This video is for those who don't know how to install phalcon-devtools-master.
=================================================
NOTE: IF YOU HAVE AN ERROR PLEASE COMMENT AND I WILL GIVE THE ANSWER...

Goal: To Create first Project using

"phalcon-devtools-master "

Step 1: Download phalcon-devtools-master
(You could google this...)

Step 2: Add to Environment Variables
To get in Environment Variables just

1: Go to Computer Properties
2: Click Advanced system settings
3: Click Environment Variables
4: At the "System Variables Below" search for Path
and Edit.
5: Add the address of "phalcon-devtools-master"
at the end and don't forget to add ; at the very end
then click ok, ok ok.

Step 3: Use CMD to check if its working

1: Open CMD or Command Prompt
2: Type in phalcon
3: If the CMD tells you project is succesful
then you finally could use the devtool.

Step 4: Create a project named
"phalcon_dev"

use: phalcon create-project folder_name

================================================
Note:
"phalcon-devtools-master "

================================================
Tools are a collection of useful scripts to generate skeleton code.
Core components of your application can be generated with a simple command, allowing you to easily develop applications using Phalcon.

Рекомендации по теме
Комментарии
Автор

muy útil gracias, sale un error cuando ejecutaba el comando "phalcon" en el cmd decía (Error: please run composer instal) se soluciona ingresando a la ruta de cd C:phalcon-devtool-master y se coloca el comando "composer install" y ya funciona

HunterYT
Автор

if cmd doesn't recognize the "phalcon" command you can try "composer global require phalcon/devtools"

noetie