Download the PHP package markocupic/contao-theme-boilerplate without Composer
On this page you can find all versions of the php package markocupic/contao-theme-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download markocupic/contao-theme-boilerplate
More information about markocupic/contao-theme-boilerplate
Files in markocupic/contao-theme-boilerplate
Package contao-theme-boilerplate
Short Description Contao Theme Boilerplate
License MIT
Informations about the package contao-theme-boilerplate
Contao Theme Boilerplate Bundle !!!Beta und privat!!!
Inhalt
Das bundle enthält eine einfache Basis, um mit dem Theming eines Contao Themes zu starten. Es installiert zusätzlich folgende Erweiterungen:
"contao/core-bundle": "^4.7, <5",
"contao-bootstrap/bundle": "^2.1",
"contao-bootstrap/core": "^2.0",
"markocupic/contao-news-infinite-scroll-bundle": "^1.0",
"markocupic/gallery-creator-bundle": "^1.2",
"markocupic/rotate_image": "^1.0",
"markocupic/contao-db-backup": "^1.2"
Installation
Nachdem du das Package über composer installiert hast, kopiere den Inhalt der beiden Verzeichnisse
vendor/markocupic/contao-theme-boilerplate-bundle/src/Resources/contao/files nach files/
und
vendor/markocupic/contao-theme-boilerplate-bundle/src/Resources/contao/templates nach templates/
Template importieren
In vendor/markocupic/contao-theme-boilerplate-bundle/src/Resources/contao/files/yellow_theme befindet sich die yellow_theme.sql Datei. Kopiere diese ins templates Verzeichnis, wenn du das Template importieren möchtest.
Backend Login: username: k.jones password: kevinjones
Theme importieren
In vendor/markocupic/contao-theme-boilerplate-bundle/src/Resources/contao/files/yellow_theme befindet sich die yellow_theme.cto Datei. Nutze diese Datei, wenn du das Theme aus dem Backend heraus importieren möchtest.
Cache neu aufbauen nicht vergessen
Nachdem du die beiden Verzeichnisse kopiert hast, vergiss nicht den internen Cache zu leeren.
vendor/bin/contao-console cache:clear --env=dev
vendor/bin/contao-console cache:clear --env=prod
All versions of contao-theme-boilerplate with dependencies
contao-bootstrap/bundle Version ^2.1
contao-bootstrap/core Version ^2.0
markocupic/contao-news-infinite-scroll-bundle Version ^1.0
markocupic/gallery-creator-bundle Version ^1.2
markocupic/rotate_image Version ^1.0
markocupic/contao-db-backup Version ^1.2