
L5-Swagger BookController Get all books URL: /api/books Method: GET Description: Get all books /** * @OA\Get( * path="/api/books", * tags={"Books"}, * summary="Get all books", * @OA\Response( * response=200, * description="Returns all books", * @OA\JsonContent( * type="array", * @OA\Items(ref="#/components/schemas/Book") * ), * ), * ) */ public function index() { return Book::all(); } Create a n..
공부합시다/php
2023. 6. 15. 08:29
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- bitwarden-cli
- 라라벨
- 메일
- l5-swagger-response
- vitepress
- addMonth
- laravel-kafka
- vitepress-plugin-mermaid
- 컨테이너내에서 메일 발송하기
- 정의
- addMonthWithoutOverflow
- eloquent-observer
- 자바스크립트
- exception-test
- Laravel
- msmtp
- django
- password-manager
- aaa패턴
- php
- observer 매개변수 전달하기
- vim
- l5-swagger
- MySQL
- POP3
- Python
- graphql-php
- graphql
- redis
- 정규식
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
글 보관함