silecust / base-theme
Bundle for silecust base theme
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.3
- psr/cache: ^3.0
- silecust/framework: dev-master
- symfony/cache: 7.2.*
- symfony/framework-bundle: 7.2.*
- twig/extra-bundle: ^2.12|^3.0
- twig/twig: ^v3.18.0
This package is auto-updated.
Last update: 2025-02-23 09:11:41 UTC
README
Base Theme:
You can use install this theme using
composer require silecust/base-theme
You do not have to add the template path specifically in the compiler pass, symfony automatically adds it to the paths
use php bin/console debug:twig to confirm that
To install this theme and use locally use this script
composer config repositories.base-theme '{"type": "path", "url": "your theme local path"}' --file composer.json
composer require silecust/base-theme
You can use the same script for creating your own theme too, if you have only copies created locally and not hosted on packagist. If you want to use symlink
composer config repositories.base-theme '{"type": "path", "url": "your theme local path","symlink":true}' --file composer.json
composer require silecust/base-theme