优化
Showing
with
88 additions
and
935 deletions
.idea/vcs.xml
0 → 100644
common/.gitignore
deleted
100644 → 0
common/Exceptions/Handler.php
deleted
100644 → 0
common/LogReport.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
common/Model/RedisModel.php
deleted
100644 → 0
common/Rpc/Msg/Message.php
deleted
100644 → 0
common/Rpc/Msg/SendMsg.php
deleted
100644 → 0
common/Rpc/Msg/Types.php
deleted
100644 → 0
common/Rpc/MsgRpcClient.php
deleted
100644 → 0
common/function.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
| ... | @@ -6,7 +6,9 @@ | ... | @@ -6,7 +6,9 @@ |
| "type": "project", | "type": "project", | ||
| "require": { | "require": { | ||
| "php": ">=5.5.9", | "php": ">=5.5.9", | ||
| "laravel/framework": "5.2.*" | "laravel/framework": "5.2.*", | ||
| "ext-json": "*", | |||
| "ext-curl": "*" | |||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | "fzaninotto/faker": "~1.4", | ||
| ... | @@ -23,8 +25,7 @@ | ... | @@ -23,8 +25,7 @@ |
| "App\\": "app/" | "App\\": "app/" | ||
| }, | }, | ||
| "files": [ | "files": [ | ||
| "app/Http/function.php", | "app/Http/function.php" | ||
| "common/function.php" | |||
| ] | ] | ||
| }, | }, | ||
| "autoload-dev": { | "autoload-dev": { | ||
| ... | ... |
scm_wms_common/CheckLogin.php
deleted
100644 → 0
scm_wms_common/SnModel.php
deleted
100644 → 0
Please
register
or
sign in
to comment