优化
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 @@ |
"type": "project", | ||
"require": { | ||
"php": ">=5.5.9", | ||
"laravel/framework": "5.2.*" | ||
"laravel/framework": "5.2.*", | ||
"ext-json": "*", | ||
"ext-curl": "*" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
... | ... | @@ -23,8 +25,7 @@ |
"App\\": "app/" | ||
}, | ||
"files": [ | ||
"app/Http/function.php", | ||
"common/function.php" | ||
"app/Http/function.php" | ||
] | ||
}, | ||
"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