kudlav / maturita-shop
为毕业考试制作的Nette项目。包含订单处理、产品列表和静态页面的基本电子商务系统。订单处理可以禁用 - 适用于仅通过电话和电子邮件进行的订单。
dev-master
2020-10-14 19:47 UTC
Requires
- php: >= 7.1
- dg/adminer-custom: ^1.9
- latte/latte: ^2.4
- nette/application: ^2.4
- nette/bootstrap: ^2.4.2
- nette/caching: ^2.5
- nette/database: ^2.4
- nette/di: ^2.4
- nette/finder: ^2.4
- nette/forms: ^2.4
- nette/http: ^2.4
- nette/mail: ^2.4
- nette/robot-loader: ^2.4 || ^3.0
- nette/security: ^2.4
- nette/utils: ^2.4
- nextras/secured-links: ^1.4
- tracy/tracy: ^2.4
Requires (Dev)
- nette/tester: ^2.0
This package is auto-updated.
Last update: 2024-09-07 02:27:34 UTC
README
Nette项目,用于毕业考试。包含订单处理、产品列表和静态页面的基本电子商务系统。订单处理可以禁用 - 适用于仅通过电话和电子邮件进行的订单。
安装
Windows
-
使用Composer安装此项目。
下载项目
git clone git@github.com:moosejackson/IIS.git cd IIS composer install
这将把项目下载到IIS并解决依赖关系。
-
导入数据库
使用database.sql导入数据库。
-
修改app\config\config.local.neon以匹配您的数据库
许可证
- IIShop: MIT许可证
- Nette: 新BSD许可证或GPL 2.0或3.0 (https://nette.org/license)
- Adminer: Apache许可证2.0或GPL 2 (https://www.adminer.org)