I am able to run in cmd phalcon -v I am also able to create a project from cmd, but whenever I open the project in the local host it throws the error:
( ! ) Fatal error: Uncaught Error: Class 'Phalcon\Di\FactoryDefault' not found in C:\wamp64\www\medical\public\index.php on line 16
I went to phpinfo on my localhost and saw that the phalcon section is missing. So strange since Im able to do phalcon -v and create a project.....
Here's my current spec, please let me know if you see something I am missing.
Phalcon DevTools (4.2.0)
Environment:
OS: Windows NT CAROLINE 10.0 build 22621 (Windows 10) AMD64
PHP Version: 7.4.33
PHP SAPI: cli
PHP Bin: C:\wamp64\bin\php\php7.4.33\php.exe
PHP Extension Dir: C:\php\ext
PHP Bin Dir: C:\php
Loaded PHP config: C:\wamp64\bin\php\php7.4.33\php.ini
Versions:
Phalcon DevTools Version: 4.2.0
Phalcon Version: 4.0.6
AdminLTE Version: 3.0.1
I ensured it was TS. I redownloaded the dll file and ensure the psr file was there in the php.ini. I expected when I opened the project in localhost, it would have rendered.