Skip to content

Commit de8ee36

Browse files
committed
增加导出功能
1 parent 1ab314c commit de8ee36

44 files changed

Lines changed: 32 additions & 9 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.php_cs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ return PhpCsFixer\Config::create()
8787
->exclude('vendor')
8888
->in(__DIR__)
8989
)
90-
->setUsingCache(false);
90+
->setUsingCache(false);

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

composer.json

100644100755
File mode changed.

publish/admin.php

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
'https' => env('ADMIN_HTTPS', false),
6666
'auth' => [
6767
'guard' => 'jwt', // 对应auth里面的guard
68+
'cookie_name' => 'HPLUSSESSIONID', // 对应auth里面的guard
6869
// Add "remember me" to login form
6970
'remember' => true,
7071
// Redirect to the specified URI when user is not authorized.

publish/auth.php

100644100755
File mode changed.

publish/file.php

100644100755
File mode changed.

src/Admin.php

100644100755
File mode changed.

src/ConfigProvider.php

100644100755
File mode changed.

src/Controller/AbstractAdminController.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)