laravel-test-generator icon indicating copy to clipboard operation
laravel-test-generator copied to clipboard

Method App\Http\Controllers\API\TicketAPIController::create() does not exist

Open Trexology opened this issue 6 years ago • 2 comments

My TicketAPIController does no have or need a create() functions... how can we skip that?

Trexology avatar Apr 22 '19 03:04 Trexology

@Trexology can you provide the full error report you got and the command you entered.

vigneshc91 avatar Apr 22 '19 05:04 vigneshc91

You can add ->except(['create']) on your resource

tarreislam avatar Nov 13 '19 21:11 tarreislam