Craft CMS Creation
Showing
.ddev/config.yaml
0 → 100644
This diff is collapsed.
.env.example.dev
0 → 100644
.env.example.production
0 → 100644
.env.example.staging
0 → 100644
.gitignore
0 → 100644
README.md
deleted
100644 → 0
bootstrap.php
0 → 100644
composer.json
0 → 100644
| { | ||
| "require": { | ||
| "craftcms/cms": "^4.4.0", | ||
| "craftcms/redactor": "3.0.4", | ||
| "verbb/super-table": "3.0.12", | ||
| "vlucas/phpdotenv": "^5.4.0" | ||
| }, | ||
| "require-dev": { | ||
| "craftcms/generator": "^1.3.0", | ||
| "yiisoft/yii2-shell": "^2.0.3" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "modules\\": "modules/" | ||
| } | ||
| }, | ||
| "config": { | ||
| "allow-plugins": { | ||
| "craftcms/plugin-installer": true, | ||
| "yiisoft/yii2-composer": true | ||
| }, | ||
| "sort-packages": true, | ||
| "optimize-autoloader": true, | ||
| "platform": { | ||
| "php": "8.0.2" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "post-root-package-install": [ | ||
| "@php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\"" | ||
| ] | ||
| }, | ||
| "repositories": [ | ||
| { | ||
| "type": "composer", | ||
| "url": "https://composer.craftcms.com", | ||
| "canonical": false | ||
| } | ||
| ] | ||
| } | ||
| \ No newline at end of file |
composer.lock
0 → 100644
This diff is collapsed.
config/app.php
0 → 100644
config/general.php
0 → 100644
config/license.key
0 → 100644
config/project/project.yaml
0 → 100644
config/routes.php
0 → 100644
craft
0 → 100755
db.sql.gz
0 → 100644
File added
storage/.gitignore
0 → 100644
templates/.gitkeep
0 → 100644
templates/404.twig
0 → 100644
templates/_singles/home.twig
0 → 100644
templates/facts/_entry.twig
0 → 100644
templates/facts/index.twig
0 → 100644
templates/index.twig
0 → 100644
templates/index/_entry.twig
0 → 100644
templates/index/index.twig
0 → 100644
templates/themen/_entry.twig
0 → 100644
templates/themen/index.twig
0 → 100644
translations/de/site.php
0 → 100644
web/.htaccess
0 → 100644
web/index.php
0 → 100644
web/web.config
0 → 100644
Please register or sign in to comment