kszymukowicz / my_extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%