order-sample-project

时间:2024-04-21 17:22:36
【文件属性】:

文件名称:order-sample-project

文件大小:84KB

文件格式:ZIP

更新时间:2024-04-21 17:22:36

PHP

样本项目流程订单 来自网上商店的订单存储在与该工具位于同一服务器上的json文件中。 处理订单后,我们将使用以下服务来处理数据: 1. WMS:将订单导出为CSV: 第1行:所有详细信息 第2行:总计,税金,折扣,折扣税,运费,运费) 第3行:客户详细信息 从第4行开始:订购订单项(id,名称,product_id,variant_id,价格,数量,total_price,税) 2. Magento:将订单导出到XML 一对一关系 3. Mailchimp 根据总预算,客户将被添加到以下列表中: 标准房(<€50不含增值税) 银(<€250不含增值税) 金(<€2000不含增值税) 附加信息 没有网络方面,只有CLI。 它应该能够单独执行所有命令,也可以一次执行所有命令。 用法 建立在Laravel 6.0之上 克隆项目。 运行composer install 。 无需进


【文件预览】:
order-sample-project-master
----.gitignore(163B)
----app()
--------User.php(734B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
----.env.example(726B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1013B)
----resources()
--------lang()
--------sass()
--------js()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(174B)
----public()
--------.htaccess(593B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
--------web.config(1KB)
----composer.json(2KB)
----composer.lock(184KB)
----phpunit.xml(2KB)
----tests()
--------TestCase.php(163B)
--------bootstrap.php(734B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(5KB)
--------services.php(950B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(3KB)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(5KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(26B)
--------factories()
--------migrations()
--------seeds()
----readme.md(1KB)
----order.json(3KB)
----routes()
--------console.php(553B)
--------channels.php(508B)
--------web.php(453B)
--------api.php(528B)
----webpack.mix.js(538B)
----.gitattributes(111B)
----.editorconfig(213B)

网友评论