Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a183ca344 |
12
README.md
12
README.md
@@ -14,6 +14,12 @@ Contao 5.7 Bundle für eine Pinwand mit frei angeordneten Pinnwandeinträgen.
|
||||
## Installation (Bundle im Projekt einbinden)
|
||||
|
||||
1. Bundle per Composer einbinden.
|
||||
2. Cache leeren.
|
||||
3. Datenbank aktualisieren.
|
||||
4. Assets installieren, damit CSS/JS unter `bundles/contaopinboard/` verfügbar sind.
|
||||
2. Falls Composer-Plugins im Zielsystem eingeschränkt sind, Bundle manuell in `config/bundles.php` aktivieren:
|
||||
|
||||
```php
|
||||
Eiswurm\ContaoPinboardBundle\ContaoPinboardBundle::class => ['all' => true],
|
||||
```
|
||||
|
||||
3. Cache leeren.
|
||||
4. Datenbank aktualisieren.
|
||||
5. Assets installieren, damit CSS/JS unter `bundles/contaopinboard/` verfügbar sind.
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.4",
|
||||
"contao/core-bundle": "^5.7"
|
||||
"contao/core-bundle": "^5.7",
|
||||
"contao/manager-plugin": "^2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
||||
Reference in New Issue
Block a user