We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.23.0
8.2.9
Laravel
10.20
type => "laravel" laravel.docs_url => "/developer/docs" try_it_out.enabled => false try_it_out.base_url => "developer/" auth.enabled => true auth.default => true auth.name => "token" logo => "/img/logo.png"
@hideFromAPIDocumentation does not hide the endpoint.
/** @hideFromAPIDocumentation */ Route::middleware(['auth.basic'])->prefix('postmark')->as('postmark.')->group(function () { /** @hideFromAPIDocumentation */ Route::post('/', [PostmarkWebhookController::class, 'handle'])->name('handle'); });
the above is in the final doc
The text was updated successfully, but these errors were encountered:
It should be on the controller method or class definition.
Sorry, something went wrong.
No branches or pull requests
Scribe version
4.23.0
PHP version
8.2.9
Framework
Laravel
Framework version
10.20
Scribe config
What happened?
@hideFromAPIDocumentation does not hide the endpoint.
the above is in the final doc
Docs
The text was updated successfully, but these errors were encountered: