pbgroupeu / getnote_eu
小型 & 脚本化的 Web 应用程序 - 预计的 FP EU 框架。
dev-develop
2021-10-14 13:43 UTC
Requires
- doctrine/orm: 3.0.x-dev
- elasticsearch/elasticsearch: ~7.0
- ghostff/session: dev-master
- laminas/laminas-diactoros: 2.7.x-dev
- laminas/laminas-httphandlerrunner: 2.1.x-dev
- league/booboo: @stable
- league/climate: @stable
- league/config: @stable
- league/container: @stable
- league/route: @stable
- league/tactician: @stable
- league/uri: ^6.0
- league/uri-components: 2.x-dev
- monolog/monolog: 2.x-dev
- symfony/cache: 5.4.x-dev
- symfony/yaml: 5.4.x-dev
- twig/twig: ^3.0
- vlucas/phpdotenv: 5.3.x-dev
Requires (Dev)
- phpunit/phpunit: 9.5.x-dev
This package is auto-updated.
Last update: 2024-09-14 20:09:33 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
开发
mkdir cache
chmod o+rw cache
php -S localhost:2124 -t exposure
导航
curl -LI localhost:2124/index.php
http -hF localhost:2124/index.php
文档
生成
phpdoc -d ./src -t ./docs/api
阅读
google-chrome ./docs/api/index.html