2017 © Pedro Peláez
 

library default-theme

The default theme as a boilerplate for the butterfly effect.

image

b14t/default-theme

The default theme as a boilerplate for the butterfly effect.

  • Thursday, May 17, 2018
  • by bestit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

default-theme

The default theme as a boilerplate for the butterfly effect., (*1)

Config

Theme-Config

{
    "extra": {
        "butterfly-effect": {
            "theme": {
                "asset-folder": "In which folder are your public files? optional, filled with 'public' by default.",
                "css": [
                    "Array of your optional css files. You can use absolute URLs oder a relative path to your asset folder starting with ./."
                ],
                "js": [
                    "Array of your optional css files. You can use absolute URLs oder a relative path to your asset folder starting with ./."
                ]
            }
        }
    }
}

Laravel Service Provider

Create a Service provider and extend, (*2)

namespace ButterflyEffect\DefaultTheme\ThemeProvider., (*3)

If you changed the standard path for our composer file, please change the provider property $composerFile to your required path., (*4)

 /**
  * @var string Where to find the composer file for this theme.
  */
protected $composerFile = __DIR__ . '/../../composer.json';

Activate the theme in your butterfly effect

Please define the env var BUTTERFLY_EFFECT_THEME_DEFAULT with the name of your theme, so that it gets used., (*5)

The Versions

17/05 2018

dev-master

9999999-dev

The default theme as a boilerplate for the butterfly effect.

  Sources   Download

MIT

The Requires

  • bestit/butterfly-effect ^1.0
  • php >=7.1

 

The Development Requires

17/05 2018

1.0.0

1.0.0.0

The default theme as a boilerplate for the butterfly effect.

  Sources   Download

MIT

The Requires

  • php >=7.1
  • bestit/butterfly-effect ^1.0

 

The Development Requires

16/05 2018

dev-feature/multiple-theme-registration

dev-feature/multiple-theme-registration

The default theme as a boilerplate for the butterfly effect.

  Sources   Download

MIT

The Requires

  • php >=7.1
  • bestit/butterfly-effect ^1.0

 

The Development Requires

10/05 2018

0.1.0

0.1.0.0

The default theme as a boilerplate for the butterfly effect.

  Sources   Download

MIT

The Requires

  • php >=7.1
  • bestit/butterfly-effect ^1.0

 

10/05 2018

1.0.0-RC1

1.0.0.0-RC1

The default theme as a boilerplate for the butterfly effect.

  Sources   Download

MIT

The Requires

  • php >=7.1
  • bestit/butterfly-effect ^1.0