cossack910 / CRMSystem

Laravel10 + inertia + vue
0 stars 0 forks source link

flash #12

Open cossack910 opened 1 year ago

cossack910 commented 1 year ago

コントローラー側

laravel公式(フラッシュデータを保存するリダイレクト) https://readouble.com/laravel/9.x/ja/responses.html

ソース元 https://github.com/cossack910/CRMSystem/blob/34ced74562baadd0d872e737c0c000d46a4daede/crmsystem/app/Http/Controllers/InertiaTestController.php#L38

middleware

Inertia公式(Flash messages) https://inertiajs.com/shared-data

ソース crmsystem/app/Http/Middleware/HandleInertiaRequests.php

https://github.com/cossack910/CRMSystem/blob/34ced74562baadd0d872e737c0c000d46a4daede/crmsystem/app/Http/Middleware/HandleInertiaRequests.php#L42

vue側

ソース https://github.com/cossack910/CRMSystem/blob/34ced74562baadd0d872e737c0c000d46a4daede/crmsystem/resources/js/Pages/Inertia/Index.vue#L4

cossack910 commented 12 months ago

with

フラッシュデータをセッションに保存する。