Download the PHP package buepro/typo3-pizpalue-distribution-base without Composer
On this page you can find all versions of the php package buepro/typo3-pizpalue-distribution-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download buepro/typo3-pizpalue-distribution-base
More information about buepro/typo3-pizpalue-distribution-base
Files in buepro/typo3-pizpalue-distribution-base
Package typo3-pizpalue-distribution-base
Short Description TYPO3 CMS pizpalue distribution base.
License GPL-2.0-or-later
Informations about the package typo3-pizpalue-distribution-base
Pizpalue distribution base
This composer package serves as a base to start new typo3 projects based on pizpalue distribution.
It uses pizpalue version 14 and TYPO3 version 11.
Quick start
-
Check shell PHP version
Ensure that the PHP version from the shell is compatible with your TYPO3 version.
-
Get packages
-
Enter project directory
-
Setup TYPO3
Extension setup is skipped due to a bug in the package
helhum/typo3-console
. -
Setup extensions
-
Review
composer.json
-
Define packages
Remove the dependency to
"buepro/typo3-pizpalue-distribution"
and all packages not required by the site.NOTE: Just use the needed packages. In many projects just
buepro/typo3-pizpalue
andbuepro/typo3-container-elements
are required. -
Add repository for site package
-
Check PHP configuration
Make sure the PHP version used in the shell and for cron jobs corresponds to the PHP version used for running the website. In case they differ you might need to add a platform configuration to
composer.json
. A possible platform configuration could look as following: -
Finalize installation
After modifying the composer configuration finalize the installation:
-
Update root template record
Not loaded extensions might still have their static template referenced in the root template record. This can result in incorrect rendering issues. To update the root template record open and save the template record on the root page.
-
Update the core regularly
To keep the core up to date a cron job might be defined. A possible command could be as following:
-
All versions of typo3-pizpalue-distribution-base with dependencies
buepro/typo3-easyconf Version ^1.0.1
buepro/typo3-pizpalue Version ^14.0.0
buepro/typo3-pizpalue-distribution Version ^5.0.0
buepro/typo3-timelog Version ^1.7.0
buepro/typo3-user-pizpalue Version ~4.0.0
friendsoftypo3/tt-address Version ^6.0.1
georgringer/news Version ^9.4.0
georgringer/eventnews Version 5.0.0
php Version >=7.4.0
typo3/cms-base-distribution Version ^11.5
typo3/cms-core Version ^11.5
typo3/cms-indexed-search Version ^11.5
typo3/cms-lowlevel Version ^11.5
typo3/cms-recycler Version ^11.5
typo3/cms-redirects Version ^11.5