Skip to content

Instantly share code, notes, and snippets.

@erenhatirnaz
Created October 24, 2021 12:22
Show Gist options
  • Save erenhatirnaz/bce113dee5e54bf4e7337f7e27a1c64a to your computer and use it in GitHub Desktop.
Save erenhatirnaz/bce113dee5e54bf4e7337f7e27a1c64a to your computer and use it in GitHub Desktop.
l5-swagger config
<?php
return [
// ...
'securityDefinitions' => [
'securitySchemes' => [
'token' => [
'type' => 'http',
'description' => 'Bearer token for user',
'scheme' => 'bearer',
],
// ...
],
// ...
],
// ...
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment