2017 © Pedro Peláez
 

symfony-bundle dashboard

Simple dashboard

image

kodoyosa/dashboard

Simple dashboard

  • Wednesday, October 4, 2017
  • by kodoyosa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

KodoyosaDashboardBundle

Dashboard Bundle for symfony >= 3.3, (*1)

Requirements :

(for both following requirements, see 3. for configuration example), (*2)

  • Assetic bundle : http://symfony.com/doc/current/assetic/asset_management.html, (*3)

  • twbs/bootstrap 4.0.0-alpha.6, (*4)

    • add "twbs/bootstrap": "4.0.0-alpha.6" to your composer.json
    • then run composer update

Steps :

1) php bin/console doctrine:schema:update --force, (*5)

2) Assetic configuration in config.yml, (*6)

    # Assetic Configuration
    assetic:
        filters:
            cssrewrite: ~
        assets:
            bootstrap_js:
                inputs:
                    - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/js/bootstrap.js'
            bootstrap_css:
                inputs:
                    - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap.min.css'
                    - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap-grid.min.css'
                    - '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap-reboot.min.css'

3) run php bin/console assetic:dump, (*7)

4) (optionnal) Change prefix: / in /app/config/routing.yml for the Dashboard, (*8)

The Versions

04/10 2017

1.0.x-dev

1.0.9999999.9999999-dev

Simple dashboard

  Sources   Download

MIT

The Requires

 

by Guillaume MOREL

admin administration dashboard panel kodoyosa

04/10 2017

v0.0.2

0.0.2.0

Simple dashboard

  Sources   Download

MIT

The Requires

 

by Guillaume MOREL

admin administration dashboard panel kodoyosa

02/10 2017

v0.0.1

0.0.1.0

Simple dashboard

  Sources   Download

MIT

The Requires

 

by Guillaume MOREL

admin administration dashboard panel kodoyosa

02/10 2017

dev-master

9999999-dev

Simple dashboard

  Sources   Download

MIT

The Requires

 

by Guillaume MOREL

admin administration dashboard panel kodoyosa