netzmacher/launchstart

Launch TYPO3 Responsive!

Installs: 1 116

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

pkg:composer/netzmacher/launchstart

10.3.7 2026-02-26 17:55 UTC

README

Launches a ready-to-use responsive website. Gridelements enable nested layouts. Based on Start TYPO3 Responsive and the Foundation framework.

Manuals

Zip

Repositories

TYPO3

Git

Download

Change track to the developer version (if version is t0715)

  • cd launchstart

  • git checkout --track origin/t0715

Update

  • git pull

Upload

You need access rights.

  • git add .

  • git commit -m "my message"

  • git push -u origin master

ddev local setup

The extension comes with a ready to use DDEV local setup:

  • git clone https://gitlab.die-netzmacher.de/typo3/launchstart.git
  • cd launchstart
  • Hint: in .ddev/config.yaml set PHP, MariaDB versions according to your needs

  • to use TYPO3 10.4:

     ddev start && ddev launch
    
  • do the TYPO3-Setup in web browser

  • go to Backend -> Extensions, (re)activate the launchstart extension
  • reload page tree
  • start the launch of the full distribution via page => show
  • to fix the cHash parameter configuration for the theme switcher run:

     ddev typo3setparams
     # or
     ddev restart
    
  • for this old version it may be needed to fix the security audit messages (local only!!). In your composer.json, in the config section, add:

     "audit": {
       "block-insecure": false
     }
    

To remove the local ddev setup without removing the local repo:

ddev stop
ddev delete -O
rm -rf .build/ composer.lock