Search by

coolms / theme-bootstrap

Bootstrap theme overlay for CoolMS -- adds Bootstrap classes to the base form and nav templates

Maintainers

Package info

github.com/coolms/theme-bootstrap

Type:symfony-bundle

pkg:composer/coolms/theme-bootstrap

Transparency log

Statistics

Installs: 8

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.0-alpha3 2026-09-03 19:55 UTC

This package is auto-updated.

Last update: 2026-09-04 08:30:25 UTC


README

CI PHP License

Bootstrap theme overlay for CoolMS -- adds Bootstrap classes to the base form and nav templates

A theme is not a module. It owns no domain and no storage: it implements a small provider port, ships templates and assets, and wires them into the container. That is why this package extends Symfony's Bundle rather than AbstractCoolmsBundle, and why it requires coolms/core -- the contract -- and not coolms/coolms, which is a deployment.

Installation

composer require coolms/theme-bootstrap
// config/bundles.php
CoolMS\ThemeBootstrap\ThemeBootstrapBundle::class => ['all' => true],
bin/console coolms:theme:install coolms-bootstrap
bin/console coolms:theme:activate coolms-bootstrap

What it is

slug coolms-bootstrap
front-end stack ssr
manifest theme.yaml

Contracts it implements

  • CoolMS\Core\Theme\ThemeAssetsProviderInterface
  • CoolMS\Core\Theme\ThemeProviderInterface

Both live in coolms/core as of. Before that they were application classes, which is what made a theme unpublishable.

Branches

develop is the default and where work lands; main carries releases. The package is not tagged yet -- the platform generation ships as 2.0.0-alpha.N first, and the lockstep set is tagged together.