koninklijke-collective / typo3-skeleton
TYPO3 CMS: your-website.com
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^5.5 || ^7.0
- typo3-ter/coreapi: ^1.3
- typo3-ter/realurl: ^2.0
- typo3/cms: ^7.6
Requires (Dev)
- phpunit/phpunit: ^5.5
This package is not auto-updated.
Last update: 2025-02-02 04:17:38 UTC
README
This example contains TYPO3 7.6 and 2 TER extensions (coreapi and RealURL).
Use as blueprint for your starting website
Run composer create-project -sdev koninklijke-collective/typo3-skeleton my/project/dir
Detailed information
Run composer install
from your command line to initiate first setup for TYPO3 environments.
- You still need to add your own apache/nginx configurations with your needed context.
- Add nginx rewrites or apache .htaccess
_.htaccess
can be found in/vendor/typo3/cms/_.htaccess
- the
.htaccess
need to be placed in the /public folder
- The public folder should be configured for the DocumentRoot in your webserver configuration
Install a TER extension
Run composer require typo3-ter/<extension-key>
to simply install an extension from the TER.
Questions?
Feel free to create an issue in this repository!