Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.07 KB

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