freshp / typo3-application-connector-extension
提供联系表单的扩展。
1.0.0
2020-01-16 17:44 UTC
Requires
- php: ^7.4
- freshp/example-contact-form-application: ~1.0.0
Requires (Dev)
- roave/security-advisories: dev-master
- tm/tooly-composer-script: ~1.2.6
- typo3/minimal: ^10.2
This package is auto-updated.
Last update: 2024-09-17 04:13:43 UTC
README
演讲示例实现: https://speakerdeck.com/moveelevator/architektur-in-php-applikationen
使用gulp构建js和css文件
- 安装npm
npm install
- 为命令行安装gulp
npm install -g gulp-cli
- 运行gulp
gulp
- 如果gulp是从其他用户安装的,请使用 npx 并运行
npx gulp
- 如果gulp是从其他用户安装的,请使用 npx 并运行
检查
- phpunit
php vendor/bin/phpunit.phar -c phpunit.xml --testdox