2017 © Pedro Peláez
 

symfony-bundle bootswatch-bundle

Akuma Bootswatch Bundle

image

akuma/bootswatch-bundle

Akuma Bootswatch Bundle

  • Tuesday, January 31, 2017
  • by inri13666
  • Repository
  • 0 Watchers
  • 0 Stars
  • 528 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

AkumaBootswatchBundle

AkumaBootswatchBundle helps you integrate Bootswatch Themes in your Symfony2 project. AkumaBootswatchBundle also supports the official Sass port of Bootstrap and Font Awesome., (*1)

Developed by Nikita Makarov., (*2)

Installation

First you need to add akuma/bootswatch-bundle to composer.json:, (*3)

{
   "require": {
        "akuma/bootswatch-bundle": "dev-master"
    }
}

Please note that dev-master points to the latest release., (*4)

You also have to add AkumaBootswatchBundle to your AppKernel.php:, (*5)

// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Akuma\Bundle\BootswatchBundle\AkumaBootswatchBundle()
        );
        //...

        return $bundles;
    }
    //...
}

Configuration

You also may customize some config options:, (*6)

akuma_bootswatch:
    less_filter: ~ # Default "none", and may be one of : "less", "lessphp", "sass", "scssphp" or "none"
    auto_configure:
        assetic: true # default true
        twig: true # coming soon
        knp_menu: true # coming soon
        knp_paginator: true # coming soon
    bootswatch:
        path: ~ # default %kernel.root_dir%/../vendor/thomaspark/bootswatch
        theme: ~ # default "cosmo"
    fonts_dir: ~ # default %kernel.root_dir%/../web/fonts
    font_awesome: ~ #default true
    output_dir: ~ # default empty to output all into "%kernel.root_dir%/../web"

To install fonts you need to execute the next command:, (*7)

php app/console akuma:bootswatch:install

Compatibility

This bundle has two main dependencies, Symfony2 and Bootswatch., (*8)

Changelog

Version 1.0.0

  • First release

License

  • The bundle is licensed under the MIT License
  • The CSS and Javascript files from Twitter Bootstrap are licensed under the Apache License 2.0 for all versions before 3.1
  • The CSS and Javascript files from Twitter Bootstrap are licensed under the MIT License for 3.1 and after

The Versions

31/01 2017

dev-master

9999999-dev

Akuma Bootswatch Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bootstrap bootswatch

08/07 2016

1.0.6

1.0.6.0

Akuma Bootswatch Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bootstrap bootswatch

23/03 2015

1.0.5

1.0.5.0

Akuma Bootswatch Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bootstrap bootswatch

23/03 2015

1.0.4

1.0.4.0

Akuma Bootswatch Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bootstrap bootswatch