上传
parents
Showing
.DS_Store
0 → 100644
File added
.editorconfig
0 → 100644
.env.example
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
app/Admin/Actions/DownloadTemplateExcel.php
0 → 100644
app/Admin/Actions/GoodsExcel.php
0 → 100644
app/Admin/Actions/MerchantStore.php
0 → 100644
app/Admin/Controllers/ArticleController.php
0 → 100644
app/Admin/Controllers/AuthController.php
0 → 100644
app/Admin/Controllers/CarouselController.php
0 → 100644
app/Admin/Controllers/CategoryController.php
0 → 100644
app/Admin/Controllers/CityController.php
0 → 100644
app/Admin/Controllers/CommentController.php
0 → 100644
app/Admin/Controllers/GoodController.php
0 → 100644
app/Admin/Controllers/HomeController.php
0 → 100644
app/Admin/Controllers/IncomeController.php
0 → 100644
app/Admin/Controllers/KefuController.php
0 → 100644
app/Admin/Controllers/MerchantController.php
0 → 100644
app/Admin/Controllers/ShareController.php
0 → 100644
app/Admin/Controllers/UploadController.php
0 → 100644
app/Admin/Controllers/UserController.php
0 → 100644
app/Admin/Controllers/VerifierController.php
0 → 100644
app/Admin/Extensions/GoodsExport.php
0 → 100644
app/Admin/Forms/EditParameter.php
0 → 100644
app/Admin/Forms/EditPermission.php
0 → 100644
app/Admin/Forms/GenerateUserCode.php
0 → 100644
app/Admin/Forms/ImportExcel.php
0 → 100644
app/Admin/Forms/MerchantStoreForms.php
0 → 100644
app/Admin/Forms/UserCheckForm.php
0 → 100644
app/Admin/Forms/VerifierCodeForm.php
0 → 100644
app/Admin/Forms/updatePassword.php
0 → 100644
app/Admin/Metrics/Examples/GoodsTotal.php
0 → 100644
app/Admin/Metrics/Examples/NewDevices.php
0 → 100644
app/Admin/Metrics/Examples/NewUsers.php
0 → 100644
app/Admin/Metrics/Examples/OrderTotal.php
0 → 100644
app/Admin/Metrics/Examples/Product.php
0 → 100644
app/Admin/Metrics/Examples/Sessions.php
0 → 100644
app/Admin/Metrics/Examples/Tickets.php
0 → 100644
app/Admin/Metrics/Examples/TotalUsers.php
0 → 100644
app/Admin/Renderable/OrderGoodsList.php
0 → 100644
app/Admin/Renderable/RenderGoodSku.php
0 → 100644
app/Admin/Renderable/StoreList.php
0 → 100644
app/Admin/Repositories/Article.php
0 → 100644
app/Admin/Repositories/GoodSku.php
0 → 100644
app/Admin/Repositories/Verifier.php
0 → 100644
app/Admin/bootstrap.php
0 → 100644
app/Admin/routes.php
0 → 100644
app/Command/Log.php
0 → 100644
app/Command/Tools.php
0 → 100644
app/Console/Kernel.php
0 → 100644
app/Exceptions/Handler.php
0 → 100644
app/Handlers/AilOss.php
0 → 100644
app/Handlers/FileUploadHandler.php
0 → 100644
app/Handlers/QqCos.php
0 → 100644
app/Helper/functions.php
0 → 100644
app/Http/Controllers/Api/BaseController.php
0 → 100644
app/Http/Controllers/Api/GoodController.php
0 → 100644
app/Http/Controllers/Api/KefuController.php
0 → 100644
app/Http/Controllers/Api/LoginController.php
0 → 100644
app/Http/Controllers/Api/OrderController.php
0 → 100644
app/Http/Controllers/Api/StoreController.php
0 → 100644
app/Http/Controllers/Api/UserController.php
0 → 100644
app/Http/Controllers/Controller.php
0 → 100644
app/Http/Kernel.php
0 → 100644
app/Http/Middleware/AcceptJson.php
0 → 100644
app/Http/Middleware/Authenticate.php
0 → 100644
app/Http/Middleware/EncryptCookies.php
0 → 100644
app/Http/Middleware/TrimStrings.php
0 → 100644
app/Http/Middleware/TrustHosts.php
0 → 100644
app/Http/Middleware/TrustProxies.php
0 → 100644
app/Http/Middleware/ValidateSignature.php
0 → 100644
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
app/Imports/ImportExcel.php
0 → 100644
app/Jobs/ansyImportExcel.php
0 → 100644
app/Models/Advantage.php
0 → 100644
app/Models/Article.php
0 → 100644
app/Models/Carousel.php
0 → 100644
app/Models/Category.php
0 → 100644
app/Models/CheckNumber.php
0 → 100644
app/Models/City.php
0 → 100644
app/Models/Comment.php
0 → 100644
app/Models/CommentTpl.php
0 → 100644
app/Models/Good.php
0 → 100644
app/Models/GoodSku.php
0 → 100644
app/Models/Income.php
0 → 100644
app/Models/Kefu.php
0 → 100644
app/Models/Merchant.php
0 → 100644
app/Models/MerchantGoodSku.php
0 → 100644
app/Models/MerchantStore.php
0 → 100644
app/Models/MerchantStoreSkuLog.php
0 → 100644
app/Models/NewModelTree.php
0 → 100644
app/Models/OrderGoods.php
0 → 100644
app/Models/OrderInfo.php
0 → 100644
app/Models/PersonalAccessToken.php
0 → 100644
app/Models/Store.php
0 → 100644
app/Models/StoreAdminUsers.php
0 → 100644
app/Models/SystemSetting.php
0 → 100644
app/Models/User.php
0 → 100644
app/Models/UserAddress.php
0 → 100644
app/Models/UserBuycodeCheck.php
0 → 100644
app/Models/UserCollect.php
0 → 100644
app/Models/Verifier.php
0 → 100644
app/Providers/AppServiceProvider.php
0 → 100644
app/Providers/AuthServiceProvider.php
0 → 100644
app/Providers/BroadcastServiceProvider.php
0 → 100644
app/Providers/EventServiceProvider.php
0 → 100644
app/Providers/RouteServiceProvider.php
0 → 100644
app/Store/Actions/Grid/IncomeApply.php
0 → 100644
app/Store/Actions/Grid/RefundToExamine.php
0 → 100644
app/Store/Actions/Grid/SendOutGoods.php
0 → 100644
app/Store/Controllers/AuthController.php
0 → 100644
app/Store/Controllers/HomeController.php
0 → 100644
app/Store/Forms/IncomeApply.php
0 → 100644
app/Store/Forms/RefundToExamine.php
0 → 100644
app/Store/Forms/SendOutGoods.php
0 → 100644
app/Store/Metrics/Examples/NewDevices.php
0 → 100644
app/Store/Metrics/Examples/NewUsers.php
0 → 100644
app/Store/Metrics/Examples/PickupTotal.php
0 → 100644
app/Store/Metrics/Examples/ProductOrders.php
0 → 100644
app/Store/Metrics/Examples/Revenue.php
0 → 100644
app/Store/Metrics/Examples/Sessions.php
0 → 100644
app/Store/Metrics/Examples/StockTotal.php
0 → 100644
app/Store/Metrics/Examples/Tickets.php
0 → 100644
app/Store/Metrics/Examples/TotalUsers.php
0 → 100644
app/Store/Models/AdminTablesSeeder.php
0 → 100644
app/Store/Models/Administrator.php
0 → 100644
app/Store/Models/Extension.php
0 → 100644
app/Store/Models/ExtensionHistory.php
0 → 100644
app/Store/Models/Menu.php
0 → 100644
app/Store/Models/MenuCache.php
0 → 100644
app/Store/Models/Permission.php
0 → 100644
app/Store/Models/Role.php
0 → 100644
app/Store/Models/Setting.php
0 → 100644
app/Store/bootstrap.php
0 → 100644
app/Store/routes.php
0 → 100644
artisan
0 → 100644
bootstrap/app.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
composer.json
0 → 100644
| { | |||
| "name": "laravel/laravel", | |||
| "type": "project", | |||
| "description": "The Laravel Framework.", | |||
| "keywords": [ | |||
| "framework", | |||
| "laravel" | |||
| ], | |||
| "license": "MIT", | |||
| "require": { | |||
| "php": "^8.0.2", | |||
| "abbotton/dcat-sku-plus": "^1.0", | |||
| "alibabacloud/dysmsapi-20170525": "^2.0", | |||
| "aliyuncs/oss-sdk-php": "^2.7", | |||
| "dcat/laravel-admin": "2.*", | |||
| "endroid/qrcode": "4.0.3", | |||
| "guzzlehttp/guzzle": "^7.2", | |||
| "intervention/image": "^2.7", | |||
| "jacobcyl/ali-oss-storage": "^2.1", | |||
| "laravel/framework": "^9.19", | |||
| "laravel/sanctum": "^3.0", | |||
| "laravel/tinker": "^2.7", | |||
| "league/flysystem": "^3.15", | |||
| "lty5240/dcat-easy-sku": "^1.1", | |||
| "maatwebsite/excel": "~3.1.0", | |||
| "phpoffice/phpspreadsheet": "^1.29", | |||
| "predis/predis": "^2.1", | |||
| "qcloud/cos-sdk-v5": "^2.6", | |||
| "qcloudsms/qcloudsms_php": "^0.1.4", | |||
| "simplesoftwareio/simple-qrcode": "^4.2", | |||
| "slowlyo/dcat-diy-form": "^2.2", | |||
| "zhy/dcat-admin-sku": "dev-master" | |||
| }, | |||
| "require-dev": { | |||
| "fakerphp/faker": "^1.9.1", | |||
| "laravel/pint": "^1.0", | |||
| "laravel/sail": "^1.0.1", | |||
| "mockery/mockery": "^1.4.4", | |||
| "nunomaduro/collision": "^6.1", | |||
| "phpunit/phpunit": "^9.5.10", | |||
| "spatie/laravel-ignition": "^1.0" | |||
| }, | |||
| "autoload": { | |||
| "classmap": [ | |||
| "vendor/aliyuncs/oss-sdk-php/src/OSS" | |||
| ], | |||
| "psr-4": { | |||
| "App\\": "app/", | |||
| "Database\\Factories\\": "database/factories/", | |||
| "Database\\Seeders\\": "database/seeders/" | |||
| }, | |||
| "files": [ | |||
| "app/Helper/functions.php" | |||
| ] | |||
| }, | |||
| "autoload-dev": { | |||
| "psr-4": { | |||
| "Tests\\": "tests/" | |||
| } | |||
| }, | |||
| "scripts": { | |||
| "post-autoload-dump": [ | |||
| "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", | |||
| "@php artisan package:discover --ansi" | |||
| ], | |||
| "post-update-cmd": [ | |||
| "@php artisan vendor:publish --tag=laravel-assets --ansi --force" | |||
| ], | |||
| "post-root-package-install": [ | |||
| "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | |||
| ], | |||
| "post-create-project-cmd": [ | |||
| "@php artisan key:generate --ansi" | |||
| ] | |||
| }, | |||
| "extra": { | |||
| "laravel": { | |||
| "dont-discover": [] | |||
| } | |||
| }, | |||
| "config": { | |||
| "optimize-autoloader": true, | |||
| "preferred-install": "dist", | |||
| "sort-packages": true, | |||
| "allow-plugins": { | |||
| "pestphp/pest-plugin": true, | |||
| "easywechat-composer/easywechat-composer": true | |||
| } | |||
| }, | |||
| "minimum-stability": "dev", | |||
| "prefer-stable": true | |||
| } | 
composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/admin.php
0 → 100644
config/app.php
0 → 100644
config/auth.php
0 → 100644
config/broadcasting.php
0 → 100644
config/cache.php
0 → 100644
config/cors.php
0 → 100644
config/database.php
0 → 100644
config/excel.php
0 → 100644
config/filesystems.php
0 → 100644
config/hashing.php
0 → 100644
config/logging.php
0 → 100644
config/mail.php
0 → 100644
config/queue.php
0 → 100644
config/sanctum.php
0 → 100644
config/services.php
0 → 100644
config/session.php
0 → 100644
config/store.php
0 → 100644
config/view.php
0 → 100644
dcat_admin_ide_helper.php
0 → 100644
it
0 → 100644
lang/en/admin.php
0 → 100644
lang/en/auth.php
0 → 100644
lang/en/pagination.php
0 → 100644
lang/en/passwords.php
0 → 100644
lang/en/validation.php
0 → 100644
lang/zh_CN/admin.php
0 → 100644
lang/zh_CN/advantage.php
0 → 100644
lang/zh_CN/article.php
0 → 100644
lang/zh_CN/brand-level.php
0 → 100644
lang/zh_CN/brand.php
0 → 100644
lang/zh_CN/carousel.php
0 → 100644
lang/zh_CN/category.php
0 → 100644
lang/zh_CN/check-number.php
0 → 100644
lang/zh_CN/city.php
0 → 100644
lang/zh_CN/comment-tpl.php
0 → 100644
lang/zh_CN/comment.php
0 → 100644
lang/zh_CN/custom.php
0 → 100644
lang/zh_CN/extension.php
0 → 100644
lang/zh_CN/global.php
0 → 100644
lang/zh_CN/good.php
0 → 100644
lang/zh_CN/income.php
0 → 100644
lang/zh_CN/kefu.php
0 → 100644
lang/zh_CN/manufacturer.php
0 → 100644
lang/zh_CN/market-price.php
0 → 100644
lang/zh_CN/menu.php
0 → 100644
lang/zh_CN/merchant-goods-store.php
0 → 100644
lang/zh_CN/merchant-store-sku-log.php
0 → 100644
lang/zh_CN/merchant.php
0 → 100644
lang/zh_CN/merchat-goods-store.php
0 → 100644
lang/zh_CN/order-info.php
0 → 100644
lang/zh_CN/performance.php
0 → 100644
lang/zh_CN/sample.php
0 → 100644
lang/zh_CN/share.php
0 → 100644
lang/zh_CN/store-admin-users.php
0 → 100644
lang/zh_CN/store-income.php
0 → 100644
lang/zh_CN/system-setting.php
0 → 100644
lang/zh_CN/user-buycode-check.php
0 → 100644
lang/zh_CN/user-check.php
0 → 100644
lang/zh_CN/user-collect.php
0 → 100644
lang/zh_CN/user.php
0 → 100644
lang/zh_CN/validation.php
0 → 100644
lang/zh_TW/admin.php
0 → 100644
lang/zh_TW/extension.php
0 → 100644
lang/zh_TW/global.php
0 → 100644
lang/zh_TW/menu.php
0 → 100644
package.json
0 → 100644
| { | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build" | |||
| }, | |||
| "devDependencies": { | |||
| "axios": "^1.1.2", | |||
| "laravel-vite-plugin": "^0.7.2", | |||
| "lodash": "^4.17.19", | |||
| "postcss": "^8.1.14", | |||
| "vite": "^4.0.0" | |||
| } | |||
| } | 
phpunit.xml
0 → 100644
resources/css/app.css
0 → 100644
resources/js/app.js
0 → 100644
resources/js/bootstrap.js
0 → 100644
resources/views/admin/grid/tags.blade.php
0 → 100644
resources/views/admin/login.blade.php
0 → 100644
resources/views/admin/mstore.blade copy.php
0 → 100644
resources/views/admin/mstore.blade.php
0 → 100644
resources/views/welcome.blade.php
0 → 100644
routes/api.php
0 → 100644
routes/channels.php
0 → 100644
routes/console.php
0 → 100644
routes/web.php
0 → 100644
storage/app/.gitignore
0 → 100644
storage/app/public/.gitignore
0 → 100644
storage/framework/.gitignore
0 → 100644
storage/framework/cache/.gitignore
0 → 100644
storage/framework/cache/data/.gitignore
0 → 100644
storage/framework/sessions/.gitignore
0 → 100644
storage/framework/testing/.gitignore
0 → 100644
storage/framework/views/.gitignore
0 → 100644
storage/logs/.gitignore
0 → 100644
tests/CreatesApplication.php
0 → 100644
tests/Feature/ExampleTest.php
0 → 100644
tests/TestCase.php
0 → 100644
tests/Unit/ExampleTest.php
0 → 100644
vite.config.js
0 → 100644
Please
register
or
sign in
to comment