Code:
Added the bin/console file.
Added the public/index.php file.
Added the public/preview.php file.
Trying to install assets as relative symbolic links.
--- ------------------------------------------- ------------------
Bundle Method / Error
--- ------------------------------------------- ------------------
? ContaoCoreBundle relative symlink
? RockSolidCustomElementsBundle relative symlink
? ContaoCookiebar relative symlink
? ContaoGLightboxBundle relative symlink
? ContaoFaqBundle relative symlink
? ContaoSimpleSvgIconsBundle relative symlink
? CodefogHasteBundle relative symlink
? ContaoNewsBundle relative symlink
? OneupContaoBackendSortableListViewsBundle relative symlink
? ContaoCalendarBundle relative symlink
? ContaoComponentStyleManager relative symlink
? Terminal42ChangeLanguageBundle relative symlink
? CodefogTagsBundle relative symlink
--- ------------------------------------------- ------------------
[OK] All assets were successfully installed.
--- ------------------------------------------- --------------------------------------------------
Symlink Target / Error
--- ------------------------------------------- --------------------------------------------------
! public/files/theme/js Skipped because files/theme will be symlinked.
! public/files/theme/img Skipped because files/theme will be symlinked.
? public/files/theme files/theme
? public/files/content files/content
? public/files/tinymce files/tinymce
? system/themes/flexible vendor/contao/core-bundle/contao/themes/flexible
? public/assets assets
? public/system/themes system/themes
? system/logs var/logs
? public/vendor/scrivo/highlight_php/styles vendor/scrivo/highlight.php/styles
--- ------------------------------------------- --------------------------------------------------
// Clearing the cache for the prod environment with debug false
[OK] Cache for the "prod" environment (debug=false) was successfully cleared.
// Clearing the cache for the dev environment with debug true
[OK] Cache for the "dev" environment (debug=true) was successfully cleared.
// Warming up the cache for the prod environment with debug false
[OK] Cache for the "prod" environment (debug=false) was successfully warmed.
Creating search indexes of "contao.search_backend.engine" ...
[OK] Search indexes created.
Der Vollständigkeit halber, die composer.json ...
Code:
{
"type": "project",
"description": "XXX Theme",
"keywords": [
"contao"
],
"license": "LGPL-3.0-or-later",
"require": {
"php": "^8.3",
"contao/calendar-bundle": "^5.6",
"contao/conflicts": "*@dev",
"contao/faq-bundle": "^5.6",
"contao/listing-bundle": "^5.6",
"contao/manager-bundle": "5.6.*",
"contao/news-bundle": "^5.6",
"borowiakziehe/contao-fc-bundle": "dev-main",
"oveleon/contao-cookiebar": "^2.0",
"oveleon/contao-component-style-manager" : "^3.7",
"madeyourday/contao-rocksolid-custom-elements": "^2.4",
"numero2/contao-proper-filenames": "^2.2",
"slashworks/contao-simple-svg-icons-bundle": "^3.0",
"lukasbableck/contao-context-menu-bundle": "^1.0",
"inspiredminds/contao-glightbox": "^1.0",
"terminal42/contao-changelanguage": "^3.7",
"terminal42/contao-folderpage": "^3.3",
"terminal42/contao-node": "^1.5",
"terminal42/contao-mailusername": "^2.1"
},
"extra": {
"contao-component-dir": "assets",
"public-dir": "public"
},
"repositories": [
{
"type": "path",
"url": "./_external/contao-fc-bundle"
}
],
"scripts": {
"post-install-cmd": [
"@php vendor/bin/contao-setup"
],
"post-update-cmd": [
"@php vendor/bin/contao-setup"
]
},
"config": {
"allow-plugins": {
"contao-components/installer": true,
"php-http/discovery": true,
"contao/manager-plugin": true
}
}
}