You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Windows 7, I'm facing the issue, after adding a new module from devtool.
Phalcon version 2.0.9 (latest). please help.
Steps I done:
I created project name as "test_project", type=module using devtool
Then I created a new module called "Admin", using devtool
I created IndexController and view in the Admin module
When I tried to run admin module, I'm getting the error
Service 'Test_project\Admin\Module' wasn't found in the dependency injection container
#0 [internal function]: Phalcon\Di->get('Test_project\\Admin\\...')
#1 D:\wamp\www\test_project\public\index.php(36): Phalcon\Mvc\Application->handle()
#2 {main}
The text was updated successfully, but these errors were encountered:
In my Windows 7, I'm facing the issue, after adding a new module from devtool.
Phalcon version 2.0.9 (latest). please help.
Steps I done:
The text was updated successfully, but these errors were encountered: