Hi guys,
I have installed phalcon php already and it is now loaded on my phpinfo but im getting a problem here about phalcon dev tool in my ubuntu 15.04 machine when running phalcon
command on my terminal,
PHP Fatal error: Class 'Phalcon\Script' not found in /home/stvn/phpFrameWorks/phalcon-devtools/phalcon.php on line 40
I downloaded the source from git and followed every steps as mentioned from this URL
https://docs.phalcon.io/en/latest/reference/linuxtools.html
Here is how i create a symlbolink link
$ sudo ln -s ~/phpFrameWorks/phalcon-devtools/phalcon.php /usr/bin/phalcon
$ sudo chmod ugo+x /usr/bin/phalcon
Thanks in advance