freshp / typo3-application-connector-extension
Extension to provide a contact form.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:typo3-cms-extension
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
example implementation for a talk: https://speakerdeck.com/moveelevator/architektur-in-php-applikationen
build js and css files with gulp
- install npm
npm install
- install gulp for cli
npm install -g gulp-cli
- run gulp
gulp
- if gulp is installed from another user, please use npx and run:
npx gulp
- if gulp is installed from another user, please use npx and run:
checks
- phpunit
php vendor/bin/phpunit.phar -c phpunit.xml --testdox