ypsolution / ynfinite-php-client
Ynfinite 的 PHP 客户端
1.1.5
2020-08-26 14:49 UTC
Requires
- php: ^7.3
- ext-json: *
- bryanjhv/slim-session: 4.0
- cocur/slugify: 4.0.0
- illuminate/database: 7.20
- monolog/monolog: 1.25.3
- php-di/php-di: 6.1.0
- slim/psr7: 1.0.0
- slim/slim: 4.5.0
- slim/twig-view: 3.0.0
- thadafinser/user-agent-parser: ^2.0
- twig/intl-extra: ^3.0
- twig/twig: 3.0
- vlucas/phpdotenv: 3.6.3
- whichbrowser/parser: ^2.0
- dev-master
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.0
- dev-structured-data
- dev-php-8.3,-tracking,-login-update
- dev-login_and_tracking_update
- dev-seo-tracking-and-consent-update
- dev-quickwins-240214
- dev-php7
- dev-bugfixes-240118
- dev-validating-URLs
- dev-bugfixes-231208
- dev-quickwins-231018
- dev-update-230929
- dev-fixes-230816
- dev-seo-variable-overwrites
- dev-namespace-bug
- dev-development
- dev-dev_lars
- dev-paginatino-fix
- dev-reversed-cookiechanges
- dev-parameter-fix
- dev-botprotection-improvements
- dev-seo-improvments
This package is auto-updated.
Last update: 2024-09-20 12:09:13 UTC
README
这是为您的 PHP 客户端准备的 Ynfinite 包。要在项目中使用它,您需要一个 ynfinite 账户 来运行它。
如何设置
开发
进入开发文件夹,并在其中运行 docker-composer
cd /development/docker
docker-compose build
docker-compose up -d
docker-compose exec ynfinite-client composer install
这将启动本地开发环境,您可以通过 https:// 打开
故障排除
缓存目录不可写
Uncaught RuntimeException: Route collector cache file directory /var/www/config/../tmp/cache is not writable
仅用于开发目的简单地运行
docker-compose exec ynfinite-client chmod 777 tmp -R