-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Q | A |
---|---|
Bug? | no |
New Feature? | no |
Framework | Lumen |
Framework version | 5.6 |
Package version | 1.x.y |
PHP version | 7.1 |
Actual Behaviour
How to contribute to the wiki page? Because that I found if I follow the [Response Builder].(https://github.com/dingo/api/wiki/Responses)
use Dingo\Api\Routing\Helpers;
use Illuminate\Routing\Controller;
class BaseController extends Controller
{
use Helpers;
}
Then this controller is not an instance of Laravel\Lumen\Routing\Controller.So some method can not work.Like middleware().
Expected Behaviour
I think it should extends the Laravel\Lumen\Routing\Controller for lumen.Or just extends App\HTTP\Controllers\Controller for laravel and lumen.
Steps to Reproduce
Possible Solutions
So,if this is necessary to change the wiki page,could someone tell me how to contribute for wiki page?
Metadata
Metadata
Assignees
Labels
No labels