phalcon-devtools

Phalcon 4 documentation controller handler issue

≯℡__Kan透↙ 提交于 2021-02-08 10:18:42
问题 I'm Using Phalcon 4.0.6 on windows 10,x64bit with psr & php version is 7.4.7. I follow basic tutorial example from "https://docs.phalcon.io/4.0/en/tutorial-basic" but I'm getting error like: "Exception: SingleController handler class cannot be loaded". Is it phalcons problem or am i doing anything wrong? File Structure: [Bootstrap] <?php use Phalcon\Loader; use Phalcon\Di\FactoryDefault; use Phalcon\Mvc\View; use Phalcon\Mvc\Application; use Phalcon\Url; // Define some absolute path constants

Phalcon 4 documentation controller handler issue

☆樱花仙子☆ 提交于 2021-02-08 10:15:05
问题 I'm Using Phalcon 4.0.6 on windows 10,x64bit with psr & php version is 7.4.7. I follow basic tutorial example from "https://docs.phalcon.io/4.0/en/tutorial-basic" but I'm getting error like: "Exception: SingleController handler class cannot be loaded". Is it phalcons problem or am i doing anything wrong? File Structure: [Bootstrap] <?php use Phalcon\Loader; use Phalcon\Di\FactoryDefault; use Phalcon\Mvc\View; use Phalcon\Mvc\Application; use Phalcon\Url; // Define some absolute path constants

Install phalcon dev tools 3.4

本秂侑毒 提交于 2020-06-29 03:36:17
问题 How can I install phalcon dev-tools 3.4 instead of 4? My phalcon extension is v3.4.5, installed this version because version 4 has some problems with Ubuntu. So these are the steps I did I git cloned from their official repo https://github.com/phalcon/phalcon-devtools.git Checked out to remotes/origin/3.4.x Then I run composer install, but I get the following error: The requested PHP extension ext-phalcon ^4.0.0 has the wrong version (3.4.5) installed. Install or enable PHP's phalcon