We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13c2df commit afb389cCopy full SHA for afb389c
.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,26 @@
1
+---
2
+name: Bug report
3
+about: Create a report to help us improve. Please fill out each section completely.
4
+
5
6
7
+**Describe the bug**
8
+A clear and concise description of what the bug is.
9
10
+**Eloquent Query**
11
+Please provide the complete eloquent query that caused the bug, for example:
12
+```php
13
+$model->with('otherModel')->get();
14
+```
15
16
+**Stack Trace**
17
+The full stack trace from your log file.
18
19
+**Environment**
20
+ - PHP: [e.g. 7.1.0]
21
+ - OS: [e.g. Ubuntu 18.04]
22
+ - Laravel: [e.g. 5.6.15]
23
+ - Model Caching: [e.g. 0.2.61]
24
25
+**Additional context**
26
+Add any other context about the problem here.
0 commit comments