Skip to content

TYPO3 Extension to demonstrate the easy development and testing with DDEV Local

License

Notifications You must be signed in to change notification settings

GsTYPO3/my_extension

Repository files navigation

my_extension

TYPO3 Extension to demonstrate the easy development and testing with DDEV Local.

System Requirements

Make sure you have the following components installed before you continue:

Once you have successfuly installed the previous mentioned components your project will be setup and ready to use within minutes.

Quick Start

Clone this repository and start the project:

  • ddev start -> starts the containers
  • ddev launch -> launch the project in the web browser

Run Tests

  • ddev composer test -> run all tests
  • ddev composer test:php:functional -> run functional tests, see composer.json for more options

License

This project is released under the terms of the GNU GENERAL PUBLIC LICENSE