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
I know it's novice question. I was trying out to create a PHP Application. Already configured slim for my working. It's working fine without controllers. I have integrated your controller library then I keep on getting the following: Fatal error: Uncaught Error: Class 'App\Controllers\IndexController' not found in D:\Webserver\Website\sharey\app\routes.php
I tried appending the following in my composer.json "autoload": { "psr-4": { "App\\": "app/" } }
I checked your documentation. Still getting this error. Can you help in getting started ?
The text was updated successfully, but these errors were encountered:
Hello Marty,
I know it's novice question. I was trying out to create a PHP Application. Already configured slim for my working. It's working fine without controllers. I have integrated your controller library then I keep on getting the following:
Fatal error: Uncaught Error: Class 'App\Controllers\IndexController' not found in D:\Webserver\Website\sharey\app\routes.php
I tried appending the following in my composer.json
"autoload": { "psr-4": { "App\\": "app/" } }
I checked your documentation. Still getting this error. Can you help in getting started ?
The text was updated successfully, but these errors were encountered: