silecust/base-theme

There is no license information available for the latest version (dev-master) of this package.

Bundle for silecust base theme

dev-master 2025-01-23 08:58 UTC

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