PHPackages                             lekoala/silverstripe-starter-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lekoala/silverstripe-starter-theme

ActiveSilverstripe-theme[Utility &amp; Helpers](/categories/utility)

lekoala/silverstripe-starter-theme
==================================

A starter theme for SilverStripe

16CSS

Since Sep 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lekoala/silverstripe-starter-theme)[ Packagist](https://packagist.org/packages/lekoala/silverstripe-starter-theme)[ RSS](/packages/lekoala-silverstripe-starter-theme/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Using the Starter theme
=======================

[](#using-the-starter-theme)

- Copy the theme into the `themes/` directory of your SilverStripe project. If you've named it correctly, there should be a directory called `themes/[your-theme]/templates`.
- Add the following to your `app/config/theme.yml` file.

```
SilverStripe\View\SSViewer:
    themes:
        - "$public"
        - "[your-theme]"
        - "$default"
```

- Update composer.json to fit your new theme name.
- Run `composer vendor-expose` if needed
- Happy hacking!

*This theme is not meant to be used by itself ! It is only a starting point for your own developments.*

Themes helper
-------------

[](#themes-helper)

Some features have been made available as a convenience as a trait unde `src/StarterTheme.php`.

```
