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
Before creating a new Bug Report, please check that there isn't already a similar issue on [the issue tracker](https://github.com/spatie/laravel-permission/issues) or in [the discussions](https://github.com/spatie/laravel-permission/discussions).
8
+
Also, **many issues/questions/problems are already answered** in the [documentation](https://spatie.be/docs/laravel-permission) already. **Please be sure to check the docs** because it will save you time!
9
+
10
+
- type: textarea
11
+
attributes:
12
+
label: Description
13
+
description: A clear and concise description of what the bug is.
14
+
validations:
15
+
required: true
16
+
- type: textarea
17
+
attributes:
18
+
label: Steps To Reproduce
19
+
description: How do you trigger this bug? Please walk us through it step by step.
20
+
value: |
21
+
1.
22
+
2.
23
+
3.
24
+
...
25
+
validations:
26
+
required: true
27
+
- type: input
28
+
attributes:
29
+
label: Example Application
30
+
description: "Here is a link to my Github repo containing a minimal Laravel application which shows my problem:"
31
+
- type: markdown
32
+
attributes:
33
+
value: |
34
+
You can use `composer show` to get package version numbers:
35
+
- type: input
36
+
attributes:
37
+
label: "Version of spatie/laravel-permission package:"
0 commit comments