narkniro / typo3-site-template
site project template
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.4 || ^8.0
- helhum/dotenv-connector: ^3.0
- helhum/typo3-console: ^7.1
- narkniro/site: @dev
- typo3/cms-backend: ^11.5
- typo3/cms-composer-installers: 4.0.x-dev
- typo3/cms-core: ^11.5
- typo3/cms-extbase: ^11.5
- typo3/cms-extensionmanager: ^11.5
- typo3/cms-filelist: ^11.5
- typo3/cms-fluid: ^11.5
- typo3/cms-fluid-styled-content: ^11.5
- typo3/cms-frontend: ^11.5
- typo3/cms-info: ^11.5
- typo3/cms-install: ^11.5
- typo3/cms-rte-ckeditor: ^11.5
- typo3/cms-setup: ^11.5
- typo3/cms-t3editor: ^11.5
- typo3/cms-tstemplate: ^11.5
- vaimo/composer-patches: ^5.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- helmich/typo3-typoscript-lint: ^2.5
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
- saschaegerer/phpstan-typo3: ^1.8
- typo3/coding-standards: ^0.7
This package is auto-updated.
Last update: 2024-11-07 19:34:04 UTC
README
Description
This is my own TYPO3 site template to make faster a project to Bootstrap.
Install Steps
- Install Project over composer
composer create-project narkniro/typo3-site-template
- Copy .env-example .env
copy .env-example .env
- Generator encryption key and fill the .env
./bin/generate-entcript-key
- Generator the install tool password and fill the .env
./bin/generate-install-password string
- Start the docker ddev system
ddev start
- Execute the composer install:full in ddev
ddev composer install:full