2017 © Pedro Peláez
 

symfony-bundle sonata-theme-bundle

A custom SonataAdminBundle theme

image

wearejust/sonata-theme-bundle

A custom SonataAdminBundle theme

  • Tuesday, July 31, 2018
  • by ceesvanegmond
  • Repository
  • 4 Watchers
  • 3 Stars
  • 2,869 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 45 Versions
  • 13 % Grown

The README.md

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*1)

$ composer require wearejust/sonata-theme-bundle "~1"

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*2)

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*3)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new Just\SonataThemeBundle\JustSonataThemeBundle(),
        );

        // ...
    }

    // ...
}

Also, enable the pixSortableBehaviorBundle by following their installation guide., (*4)

Step 3: Add extra config (optional)

It's possible to override the config we provide, you can specify an custom yml file (as Resources/config/theme.yml) the following way:, (*5)

just_sonata_theme:
    custom_theme: /path/to/custom/yml

As well as override our config as well as specify an extra extra_css or extra_js key in your yml., (*6)

# example.yml

extra_css:
    - /path/to/extra/css.css

extra_js:
    - /path/to/extra/js.js

The Versions

31/07 2018

dev-feature/file_remove_styling

dev-feature/file_remove_styling

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

06/06 2018

2.x-dev

2.9999999.9999999.9999999-dev

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

06/06 2018

2.1.11

2.1.11.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

03/04 2018

dev-feature/html_css_overhaul

dev-feature/html_css_overhaul

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

15/03 2018

dev-feature/new_cms_layout

dev-feature/new_cms_layout

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

05/02 2018

2.1.10

2.1.10.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

22/01 2018

2.1.9

2.1.9.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

18/01 2018

2.1.8

2.1.8.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

09/01 2018

2.1.7

2.1.7.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

04/01 2018

2.1.6

2.1.6.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

20/12 2017

2.1.5

2.1.5.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

01/12 2017

2.1.4

2.1.4.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

15/11 2017

2.1.3

2.1.3.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

10/11 2017

2.1.2

2.1.2.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

09/11 2017

2.1.1

2.1.1.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

03/11 2017

dev-feature/sticky_add_button

dev-feature/sticky_add_button

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

02/11 2017

2.1

2.1.0.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

02/11 2017

1.x-dev

1.9999999.9999999.9999999-dev

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

02/11 2017

1.3

1.3.0.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

02/11 2017

2.0

2.0.0.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

02/11 2017

dev-feature/table_checkbox

dev-feature/table_checkbox

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

01/11 2017

1.2.5

1.2.5.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

01/11 2017

1.2.4

1.2.4.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

31/10 2017

dev-feature/webpack

dev-feature/webpack

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

26/10 2017

dev-feature/fix_sortable_when_not_vertical

dev-feature/fix_sortable_when_not_vertical

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

24/10 2017

1.2.3

1.2.3.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

24/10 2017

1.2.2

1.2.2.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

24/10 2017

1.2.1

1.2.1.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

24/10 2017

1.2

1.2.0.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

28/09 2017

dev-feature/removes_progress_bar

dev-feature/removes_progress_bar

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

28/09 2017

dev-feature/minor_styles

dev-feature/minor_styles

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

28/09 2017

dev-bugfix/multiplebtninth

dev-bugfix/multiplebtninth

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

21/09 2017

1.1

1.1.0.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

19/09 2017

dev-feature/extendable_assets

dev-feature/extendable_assets

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

15/09 2017

1.0.3

1.0.3.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

15/09 2017

1.0.2

1.0.2.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

25/08 2017

dev-bugfix/multiclick

dev-bugfix/multiclick

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

21/08 2017

dev-feature/deleting_images_optimization

dev-feature/deleting_images_optimization

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

18/08 2017

dev-feature/cropper_styling

dev-feature/cropper_styling

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

17/08 2017

dev-feature/overview_button_group_styling

dev-feature/overview_button_group_styling

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

15/08 2017

dev-master

9999999-dev

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

symfony admin sonata wearejust

15/08 2017

dev-feature/enable_sidebar_search

dev-feature/enable_sidebar_search

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

19/07 2017

1.0.1

1.0.1.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

19/07 2017

1.0

1.0.0.0

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires

 

15/06 2017

dev-develop

dev-develop

A custom SonataAdminBundle theme

  Sources   Download

MIT

The Requires