Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: ✨ Tried out and implemented new features #73

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
**Wijdt Hem Uw Kunst**
**Wijdt Hem uw kunst**

This is the repository for the website Wijdt Hem Uw Kunst.
This is the repository for the website Wijdt Hem uw kunst.

# Installation
The following steps should be executed in order to
install the application.
1. composer install
2. vendor/bin/generate-defuse-key
3. composer start
4. import the database

## Theme
The theme of the application is installed with Node
14.20.0.

### Site
```shell
cd public_html/themes/whuk_theme
npm install
npm run build
```

### Admin
```shell
cd public_html/themes/cms_theme
npm install
npm run build
```
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"defuse/php-encryption": "^2.3",
"google/recaptcha": "^1.2",
"kminek/email-obfuscator": "^1.1",
"monolog/monolog": "^2.3",
"monolog/monolog": "^2.5",
"paragonie/anti-csrf": "^2.3",
"phpmailer/phpmailer": "^6.5",
"phpmailer/phpmailer": "^6.6",
"siriusphp/upload": "^3.0",
"spatie/ignition": "^1.0",
"symfony/filesystem": "^5.4",
"symfony/templating": "^5.4",
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
"bmitch/churn-php": "^1.5",
"bmitch/churn-php": "^1.6",
"daniel-werner/php-quality-tools": "^1.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"drupal/coder": "^8.3",
"phploc/phploc": "^7.0",
"phpmd/phpmd": "^2.11",
"phpmetrics/phpmetrics": "^2.7",
"phpmd/phpmd": "^2.12",
"phpmetrics/phpmetrics": "^2.8",
"phpstan/phpstan": "^0.12",
"roave/security-advisories": "dev-latest",
"sebastian/phpcpd": "^6.0",
Expand Down
Loading