Skip to content

how to contribute to the wiki page? #1540

@vaxilicaihouxian

Description

@vaxilicaihouxian
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions