Open cossack910 opened 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
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
ソース https://github.com/cossack910/CRMSystem/blob/34ced74562baadd0d872e737c0c000d46a4daede/crmsystem/resources/js/Pages/Inertia/Index.vue#L4
with
フラッシュデータをセッションに保存する。
コントローラー側
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