Laravel Orion
Building REST APIs with Laravel Orion 라는 글이 오늘 나와서 찾아보니
Laravel Orion이라는 프로젝트가 있네요. https://tailflow.github.io/laravel-orion-docs/
몇줄만 추가하면 되는 이 미친 Relationship(관계)
그누보드에 릴레이션을 넣을 수 있을까?
[code]
| Domain | Method | URI | Name | Action | Middleware |
+--------+-----------+-------------------------------------------------+----------------------------------------+---------------------------------------------------------------------------+-------------------------------------------------+
| | GET|HEAD | api/posts | api.posts.index | App\Http\Controllers\Api\PostsController@index | api |
| | POST | api/posts/search | api.posts.search | App\Http\Controllers\Api\PostsController@index | api |
| | POST | api/posts | api.posts.store | App\Http\Controllers\Api\PostsController@store | api |
| | GET|HEAD | api/posts/{post} | api.posts.show | App\Http\Controllers\Api\PostsController@show | api |
| | PUT|PATCH | api/posts/{post} | api.posts.update | App\Http\Controllers\Api\PostsController@update | api |
| | DELETE | api/posts/{post} | api.posts.destroy | App\Http\Controllers\Api\PostsController@destroy | api |
| | POST | api/posts/{post}/restore | api.posts.restore | App\Http\Controllers\Api\PostsController@restore | api |
| | POST | api/posts/batch | api.posts.batchStore | App\Http\Controllers\Api\PostsController@batchStore | api |
| | PATCH | api/posts/batch | api.posts.batchUpdate | App\Http\Controllers\Api\PostsController@batchUpdate | api |
| | DELETE | api/posts/batch | api.posts.batchDestroy | App\Http\Controllers\Api\PostsController@batchDestroy | api |
| | POST | api/posts/batch/restore | api.posts.batchRestore | App\Http\Controllers\Api\PostsController@batchRestore | api |
| | GET|HEAD | api/posts/{post}/tags | api.posts.relation.tags.index | App\Http\Controllers\Api\PostTagsController@index | api |
| | POST | api/posts/{post}/tags/search | api.posts.relation.tags.search | App\Http\Controllers\Api\PostTagsController@index | api |
| | POST | api/posts/{post}/tags | api.posts.relation.tags.store | App\Http\Controllers\Api\PostTagsController@store | api |
| | GET|HEAD | api/posts/{post}/tags/{tag} | api.posts.relation.tags.show | App\Http\Controllers\Api\PostTagsController@show | api |
| | PUT|PATCH | api/posts/{post}/tags/{tag} | api.posts.relation.tags.update | App\Http\Controllers\Api\PostTagsController@update | api |
| | DELETE | api/posts/{post}/tags/{tag} | api.posts.relation.tags.destroy | App\Http\Controllers\Api\PostTagsController@destroy | api |
| | POST | api/posts/{post}/tags/batch | api.posts.relation.tags.batchStore | App\Http\Controllers\Api\PostTagsController@batchStore | api |
| | PATCH | api/posts/{post}/tags/batch | api.posts.relation.tags.batchUpdate | App\Http\Controllers\Api\PostTagsController@batchUpdate | api |
| | DELETE | api/posts/{post}/tags/batch | api.posts.relation.tags.batchDestroy | App\Http\Controllers\Api\PostTagsController@batchDestroy | api |
| | POST | api/posts/{post}/tags/attach | api.posts.relation.tags.attach | App\Http\Controllers\Api\PostTagsController@attach | api |
| | DELETE | api/posts/{post}/tags/detach | api.posts.relation.tags.detach | App\Http\Controllers\Api\PostTagsController@detach | api |
| | PATCH | api/posts/{post}/tags/sync | api.posts.relation.tags.sync | App\Http\Controllers\Api\PostTagsController@sync | api |
| | PATCH | api/posts/{post}/tags/toggle | api.posts.relation.tags.toggle | App\Http\Controllers\Api\PostTagsController@toggle | api |
| | PATCH | api/posts/{post}/tags/{tag}/pivot | api.posts.relation.tags.pivot
[/code]
댓글 1개
5년 전
중단된 라온보드가 다시 시작됬으면 좋을 것 같습니다. http://laravel.sir.kr/
게시판 목록
PHP프레임워크
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 289 | 코드이그나이터 | 2년 전 | 913 | ||
| 288 | 라라벨 | 2년 전 | 795 | ||
| 287 | 코드이그나이터 | 2년 전 | 985 | ||
| 286 | 라라벨 | 8년 전 | 1215 | ||
| 285 | 프레임워크 | 8년 전 | 1004 | ||
| 284 | 프레임워크 | 8년 전 | 1307 | ||
| 283 | 프레임워크 | 8년 전 | 1175 | ||
| 282 | 프레임워크 | 8년 전 | 961 | ||
| 281 | 프레임워크 | 8년 전 | 1193 | ||
| 280 | 프레임워크 | 8년 전 | 1189 | ||
| 279 | 프레임워크 | 8년 전 | 1029 | ||
| 278 | 프레임워크 | 8년 전 | 962 | ||
| 277 | 프레임워크 | 8년 전 | 1502 | ||
| 276 | 프레임워크 | 8년 전 | 1298 | ||
| 275 | 프레임워크 | 8년 전 | 965 | ||
| 274 | 프레임워크 | 8년 전 | 1220 | ||
| 273 | 프레임워크 | 8년 전 | 1048 | ||
| 272 | 프레임워크 | 8년 전 | 1022 | ||
| 271 | 프레임워크 | 8년 전 | 1118 | ||
| 270 | 프레임워크 | 8년 전 | 1002 | ||
| 269 | 프레임워크 | 8년 전 | 1048 | ||
| 268 | 프레임워크 | 8년 전 | 1073 | ||
| 267 | 프레임워크 | 8년 전 | 1289 | ||
| 266 | 프레임워크 | 8년 전 | 1005 | ||
| 265 | 프레임워크 | 8년 전 | 1109 | ||
| 264 | 프레임워크 | 8년 전 | 933 | ||
| 263 | 프레임워크 | 8년 전 | 1265 | ||
| 262 | 프레임워크 | 8년 전 | 1332 | ||
| 261 | 프레임워크 | 9년 전 | 953 | ||
| 260 | 프레임워크 | 9년 전 | 1051 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기