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
Thanks for taking the time to fill out this bug report!
11
+
12
+
⚠️Review existing issues to see whether someone else has already reported your issue.
13
+
14
+
- type: textarea
15
+
id: environment
16
+
attributes:
17
+
label: Envoronment
18
+
description: |
19
+
Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang.
20
+
Tip: Use the `php artisan --version` command to get information for Laravel Framework.
21
+
Tip: Use the `php -v` command to get information for PHP.
22
+
value: |
23
+
- Migration Actions Version:
24
+
- Laravel Version:
25
+
- PHP Version:
26
+
- Database Driver & Version:
27
+
validations:
28
+
required: true
29
+
30
+
- type: textarea
31
+
id: description
32
+
attributes:
33
+
label: Issue description
34
+
description: |
35
+
Be as specific and detailed as possible to help us triaging your issue. Screenshots and/or animations can be very useful in helping to understand the issue you're facing.
36
+
37
+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
38
+
Tip: You can use https://www.screentogif.com to record animations and videos.
39
+
validations:
40
+
required: true
41
+
42
+
- type: textarea
43
+
id: steps
44
+
attributes:
45
+
label: Steps to reproduce
46
+
description: Take some time to try and reproduce the issue, then explain how to do so here.
47
+
validations:
48
+
required: true
49
+
50
+
- type: markdown
51
+
attributes:
52
+
value: |
53
+
❤️ The Dragon Code? Please consider supporting our collective: https://opencollective.com/dragon-code
0 commit comments