You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Submit an issue related to the Inertia Laravel adapter."
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: "Please read [our full contribution guide](https://laravel.com/docs/contributions#bug-reports) before submitting bug reports related to the Inertia Laravel adapter."
7
+
- type: input
8
+
attributes:
9
+
label: "PHP package version"
10
+
description: Provide the version of `inertiajs/inertia-laravel` you are using.
11
+
placeholder: 2.0.0
12
+
validations:
13
+
required: true
14
+
- type: checkboxes
15
+
attributes:
16
+
label: Inertia adapter(s) affected (if any)
17
+
description: Select any frontend adapters involved in this issue, if relevant.
18
+
options:
19
+
- label: React
20
+
- label: Vue 3
21
+
- label: Svelte
22
+
- label: Not Applicable
23
+
- type: textarea
24
+
attributes:
25
+
label: Backend stack
26
+
description: Provide details such as Laravel version, PHP version, and any relevant backend environment info.
27
+
placeholder: |
28
+
Laravel 12.x
29
+
PHP 8.4
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
label: Describe the problem
35
+
description: Explain the behavior you're seeing that you think is a bug, and describe how you expect it to behave instead.
36
+
validations:
37
+
required: true
38
+
- type: textarea
39
+
attributes:
40
+
label: Steps to reproduce
41
+
description: Provide clear steps to reproduce the issue. Include a minimal code example that clearly shows the problem.
0 commit comments