File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This Laravel Notes will allow you to add a notes system into your Laravel projec
2020 * Easy setup & ; configuration.
2121 * Well documented & ; IDE Friendly.
2222 * Well tested with maximum code quality.
23- * Laravel ` 5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6 ` are supported.
23+ * Laravel ` 5.1 ` to ` 5.6 ` are supported.
2424 * Made with :heart : & ; :coffee : .
2525
2626## Table of contents
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This Laravel Notes will allow you to add a notes system into your Laravel projec
88 * Easy setup & ; configuration.
99 * Well documented & ; IDE Friendly.
1010 * Well tested with maximum code quality.
11- * Laravel ` 5.1 | 5.2 | 5.3 | 5.4 | 5.5 ` are supported.
11+ * Laravel ` 5.1 ` to ` 5.6 ` are supported.
1212 * Made with :heart : & ; :coffee : .
1313
1414## Table of contents
Original file line number Diff line number Diff line change 88 */
99
1010 'database ' => [
11- 'connection ' => config ( ' database.default ' ),
11+ 'connection ' => env ( ' DB_CONNECTION ' , ' mysql ' ),
1212
13- 'prefix ' => '' ,
13+ 'prefix ' => null ,
1414 ],
1515
1616 /* -----------------------------------------------------------------
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211 >
1312 <testsuites >
1413 <testsuite name =" Package Test Suite" >
2726 <logging >
2827 <log type =" coverage-clover" target =" build/logs/clover.xml" />
2928 <log type =" coverage-text" target =" build/logs/coverage.txt" />
30- <log type =" coverage-html" target =" build/logs/coverage" charset = " UTF-8 " yui = " true " highlight = " true " />
29+ <log type =" coverage-html" target =" build/logs/coverage" />
3130 </logging >
3231</phpunit >
You can’t perform that action at this time.
0 commit comments