Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song committed Sep 18, 2018
1 parent b3a143f commit 86a1a61
Show file tree
Hide file tree
Showing 15 changed files with 4,787 additions and 141 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.php_cs.cache
2 changes: 1 addition & 1 deletion app/Admin/Controllers/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function grid()
return '';
}

$profile = array_only($this->profile, ['homepage', 'gender', 'birthday', 'address', 'last_login_at', 'last_login_ip', 'lat', 'lng']);
$profile = array_only($this->profile->toArray(), ['homepage', 'gender', 'birthday', 'address', 'last_login_at', 'last_login_ip', 'lat', 'lng']);

return new Table([], $profile);

Expand Down
36 changes: 0 additions & 36 deletions app/Admin/Extensions/Form/MarkdownEditor.php

This file was deleted.

44 changes: 0 additions & 44 deletions app/Admin/Extensions/Form/PHPEditor.php

This file was deleted.

37 changes: 0 additions & 37 deletions app/Admin/Extensions/Form/WangEditor.php

This file was deleted.

3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "project",
"require": {
"php": ">=7.0.0",
"encore/laravel-admin": "v1.6.0",
"encore/laravel-admin": "^1.6",
"fideloper/proxy": "~3.3",
"intervention/image": "^2.4",
"jxlwqq/code-mirror": "^1.0",
Expand All @@ -28,6 +28,7 @@
"laravel-admin-ext/scheduling": "dev-master",
"laravel-admin-ext/simplemde": "^1.0",
"laravel-admin-ext/summernote": "^0.1.0",
"laravel-admin-ext/wang-editor": "^1.0",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0",
"maatwebsite/excel": "~2.1.0",
Expand Down
71 changes: 65 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit 86a1a61

Please sign in to comment.