-
Inertia.js 외부링크로 redirect하는법(결제 요청 시 필요)Laravel/Inertia.js 2022. 5. 13. 20:05반응형SMALL
if($result["state"] == "success") { $result = $order->tryPaypal(); return response('', 409) ->header('X-Inertia-Location', $result["link"]); }
LIST'Laravel > Inertia.js' 카테고리의 다른 글
Infinite Scroll 구현 (더보기) (0) 2022.06.17 Inertia.js에서 AOS 사용하는법 (0) 2022.05.21 검색 필터 및 더보기 구현(#Filter #Search #LoadMore) (0) 2021.11.16 Shared Data (0) 2021.09.21 레이아웃 설정법 (0) 2021.09.21