NarkNiro / typo3-site-template

My own TYPO3 site template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Site Template

Description

This is my own TYPO3 site template to make faster a project to Bootstrap.

Install Steps

  1. Install Project over composer
composer create-project narkniro/typo3-site-template
  1. Copy .env-example .env
copy .env-example .env
  1. Generator encryption key and fill the .env
./bin/generate-entcript-key
  1. Generator the install tool password and fill the .env
./bin/generate-install-password string
  1. Start the docker ddev system
ddev start
  1. Execute the composer install:full in ddev
ddev composer install:full

About

My own TYPO3 site template


Languages

Language:PHP 100.0%