Welcome Guest, Not a member yet? Register   Sign In
Creating controller both for CRUD and API REST
#2

(This post was last modified: 04-04-2022, 04:37 PM by kenjis.)

The namespace in app\Controllers\api\Project.php is not correct.
PHP Code:
namespace App\Controllers
should be
PHP Code:
namespace App\Controllers\api

But the file path should be app\Controllers\Api\Project.php, and
the namespace also should be App\Controllers\Api,
if you follow the naming convention.
Reply


Messages In This Thread
RE: Creating controller both for CRUD and API REST - by kenjis - 04-04-2022, 04:37 PM



Theme © iAndrew 2016 - Forum software by © MyBB