narkniro/typo3-site-template

There is no license information available for the latest version (dev-master) of this package.

site project template

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/narkniro/typo3-site-template

dev-master 2023-02-07 16:03 UTC

This package is auto-updated.

Last update: 2025-10-07 21:42:24 UTC


README

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