freshp/typo3-application-connector-extension

Extension to provide a contact form.

1.0.0 2020-01-16 17:44 UTC

This package is auto-updated.

Last update: 2024-04-17 03:20:18 UTC


README

example implementation for a talk: https://speakerdeck.com/moveelevator/architektur-in-php-applikationen

build js and css files with gulp

  1. install npm
    npm install
    
  2. install gulp for cli
    npm install -g gulp-cli
    
  3. run gulp
    gulp
    
    • if gulp is installed from another user, please use npx and run:
      npx gulp
      

checks

  • phpunit
    php vendor/bin/phpunit.phar -c phpunit.xml --testdox