File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 83
83
|--------------------------------------------------------------------------
84
84
*/
85
85
86
- 'logDBActivityLogFailuresToFile ' => env ('LARAVEL_LOGGER_LOG_RECORD_FAILURES_TO_FILE ' , true ),
86
+ 'logDBActivityLogFailuresToFile ' => env ('LARAVEL_LOGGER_LOG_RECORD_FAILURES_TO_FILE ' , true ),
87
87
88
88
/*
89
89
|--------------------------------------------------------------------------
108
108
'enableBladeJsPlacement ' => env ('LARAVEL_LOGGER_BLADE_JS_PLACEMENT_ENABLED ' , false ),
109
109
110
110
// Bootstrap
111
- 'enableBootstrapCssCDN ' => env ('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_ENABLED ' , true ),
112
- 'bootstrapCssCDN ' => env ('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_URL ' , 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css ' ),
111
+ 'enableBootstrapCssCDN ' => env ('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_ENABLED ' , true ),
112
+ 'bootstrapCssCDN ' => env ('LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_URL ' , 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css ' ),
113
113
'enableBootstrapJsCDN ' => env ('LARAVEL_LOGGER_BOOTSTRAP_JS_CDN_ENABLED ' , true ),
114
114
'bootstrapJsCDN ' => env ('LARAVEL_LOGGER_BOOTSTRAP_JS_CDN_URL ' , 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js ' ),
115
115
116
116
// Font Awesome
117
117
'enableFontAwesomeCDN ' => env ('LARAVEL_LOGGER_FONT_AWESOME_CDN_ENABLED ' , true ),
118
118
'fontAwesomeCDN ' => env ('LARAVEL_LOGGER_FONT_AWESOME_CDN_URL ' , 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css ' ),
119
119
120
- ];
120
+ ];
Original file line number Diff line number Diff line change 165
165
|--------------------------------------------------------------------------
166
166
*/
167
167
'pagination ' => [
168
- 'countText ' => 'Showing :firstItem - :lastItem of :total results <small>(:perPage per page)</small> ' ,
168
+ 'countText ' => 'Showing :firstItem - :lastItem of :total results <small>(:perPage per page)</small> ' ,
169
169
],
170
170
171
171
];
You can’t perform that action at this time.
0 commit comments