TYPO3 Extension to demonstrate the easy development and testing with DDEV Local.
Make sure you have the following components installed before you continue:
- DDEV Local and Docker
- Git is required on Windows to successfuly run DDEV Local
- Editor of your choice like Visual Studio Code or PhpStorm
Once you have successfuly installed the previous mentioned components your project will be setup and ready to use within minutes.
Clone this repository and start the project:
ddev start
-> starts the containersddev launch
-> launch the project in the web browser
ddev composer test
-> run all testsddev composer test:php:functional
-> run functional tests, see composer.json for more options
This project is released under the terms of the GNU GENERAL PUBLIC LICENSE