pbrilius/c2c-mvc.pbgroupeu

小型占用空间 - 影响MVC-ORM的TDD-FDD通信

安装: 20

依赖者: 0

建议者: 0

安全: 0

星标: 1

分支: 0

类型:项目

dev-master 2021-08-15 10:27 UTC

This package is auto-updated.

Last update: 2024-09-17 04:17:00 UTC


README

一个基于小型规模 - 基于Composer依赖关系的MVC - ORM应用程序项目。它可用于低强度资源消耗的PHP 电子基准环境,例如涉及电子商务电子贷款的环境。

旨在用于企业规模的商业项目,即所谓的Friedman阶段范围,其中主要目标是政府注册的利润 - 营利性实体。

安装与设置

mkdir log
touch log/app.log
chmod o+rw -R log

代理

mkdir proxy
chmod o+rw proxy

先决条件

composer install
cp -v .env.dist .env
mkdir config/xml

运行与开发

npm install
npm run watch dev

迁移

cp -v migrations-db.php.dist migrations-db.php

开发

mkdir cache
chmod o+rw cache
php -S localhost:2124 -t exposure

导航

curl -LI localhost:2124/index.php
http -hF localhost:2124/index.php