Download the PHP package lbr-media/typo3-bootstrap-base without Composer
On this page you can find all versions of the php package lbr-media/typo3-bootstrap-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lbr-media/typo3-bootstrap-base
More information about lbr-media/typo3-bootstrap-base
Files in lbr-media/typo3-bootstrap-base
Package typo3-bootstrap-base
Short Description TYPO3 CMS Base Distribution with bootstrap 5 template engine.
License GPL-2.0-or-later
Informations about the package typo3-bootstrap-base
typo3-bootstrap-base
Only a composer.json file to run a complete website.
This is mainly for testing.
This package installs Typo3 v11 and after that two further extensions:
- https://github.com/lbr-media/typo3-extension-bootstrap as
bootstrap
which is a template-extension providing all to run a Bootstrap 5 website. - https://github.com/lbr-media/typo3-extension-bootstrap-example as
bootstrap_example
which is a distribution-extension. Here all data and files are included.
Installation
1. Get started
Download all basic typo3 packages.
2. Install Typo3 in the ususal way:
- Create file
public/FIRST_INSTALL
. - Call the website: https://your-domain/
- Do the installation steps.
Stop when you are able to run the Typo3 backend. Do not make records like pages or templates b/c the distribution extension will not import its records.
4. Load the template- and distribution-extensions
5. Get the extensions running
After that clear the cache (p.e. php vendor/bin/typo3 cache:flush
) and check if the website is running.
Adjust settings
The baseURL
is set to /
. If you run the website in a subfolder, adjust it in the template of the root page in field Setup
:
Or:
Adjust constants
Because the UIDs of the records may change while importing them you have to set some PIDs.
Go to the backend and open the template on root page. Set this in the Constants
field and adjust the PIDs:
All versions of typo3-bootstrap-base with dependencies
typo3/cms-adminpanel Version ^11.5
typo3/cms-backend Version ^11.5
typo3/cms-belog Version ^11.5
typo3/cms-beuser Version ^11.5
typo3/cms-core Version ^11.5
typo3/cms-dashboard Version ^11.5
typo3/cms-extbase Version ^11.5
typo3/cms-extensionmanager Version ^11.5
typo3/cms-filelist Version ^11.5
typo3/cms-filemetadata Version ^11.5
typo3/cms-fluid Version ^11.5
typo3/cms-frontend Version ^11.5
typo3/cms-impexp Version ^11.5
typo3/cms-info Version ^11.5
typo3/cms-install Version ^11.5
typo3/cms-lowlevel Version ^11.5
typo3/cms-recordlist Version ^11.5
typo3/cms-reports Version ^11.5
typo3/cms-rte-ckeditor Version ^11.5
typo3/cms-seo Version ^11.5
typo3/cms-setup Version ^11.5
typo3/cms-sys-note Version ^11.5
typo3/cms-t3editor Version ^11.5
typo3/cms-tstemplate Version ^11.5
typo3/cms-viewpage Version ^11.5