Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
faa59fc4
Commit
faa59fc4
authored
Nov 30, 2017
by
Vipul Basapati
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/viralsolani/laravel-adminpanel
parents
85c98275
1b4b4b6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
database.php
config/database.php
+2
-2
lfm.php
config/lfm.php
+3
-3
No files found.
config/database.php
View file @
faa59fc4
...
...
@@ -59,8 +59,8 @@ return [
// "NO_ZERO_DATE",
// "ERROR_FOR_DIVISION_BY_ZERO",
// "NO_AUTO_CREATE_USER",
// "NO_ENGINE_SUBSTITUTION",
]
// "NO_ENGINE_SUBSTITUTION",
]
,
],
'pgsql'
=>
[
...
...
config/lfm.php
View file @
faa59fc4
...
...
@@ -60,7 +60,7 @@ return [
// The default display type for items.
// Supported: "grid", "list"
'images_startup_view'
=>
'grid'
,
'files_startup_view'
=>
'list'
,
'files_startup_view'
=>
'list'
,
/*
|--------------------------------------------------------------------------
...
...
@@ -81,7 +81,7 @@ return [
'should_validate_size'
=>
false
,
'max_image_size'
=>
50000
,
'max_file_size'
=>
50000
,
'max_file_size'
=>
50000
,
// If true, the uploading file's mime type will be valid in valid_image_mimetypes/valid_file_mimetypes.
'should_validate_mime'
=>
false
,
...
...
@@ -129,7 +129,7 @@ return [
|--------------------------------------------------------------------------
*/
'thumb_img_width'
=>
200
,
'thumb_img_width'
=>
200
,
'thumb_img_height'
=>
200
,
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment