2017 © Pedro Peláez
 

project feedback-bundle

Symfony bundle for user feedback

image

bulutyazilim/feedback-bundle

Symfony bundle for user feedback

  • Thursday, October 13, 2016
  • by hmert
  • Repository
  • 8 Watchers
  • 9 Stars
  • 932 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

FeedbackBundle

FeedbackBundle for Symfony 2, (*1)

image, (*2)

Installation

Step 1

add, (*3)

composer require --dev "bulutyazilim/feedback-bundle":"dev-master"

to require block of your composer.json, (*4)

Step 2

add this line to your app/AppKernel.php file, (*5)

<?php

// app/AppKernel.php

// ...

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

            new BulutYazilim\FeedbackBundle\BulutYazilimFeedbackBundle(),
        );

        // ...
    }

    // ...
}

Step 3

import routing, (*6)

feedback:
    resource: "@BulutYazilimFeedbackBundle/Resources/config/routing.yml"
    prefix:   /

Step 4

add configurations to app/config.yml, (*7)

# Twig Configuration    
twig:
    globals:
        admin_base_view: '::ojs_base.html.twig'

Step 5

add style and css files to your layout., (*8)

- @BulutYazilimFeedbackBundle/Resources/public/js/feedback.js
- @BulutYazilimFeedbackBundle/Resources/public/js/admin.js
- @BulutYazilimFeedbackBundle/Resources/public/css/feedback.css

Step 6

add parameters.yml following lines, (*9)

feedback_categories:
        -
            id: 1
            name: "General"
        -
            id: 2
            name: "Bug Report"
        -
            id: 3
            name: "Idea"

step 7

add following before </body> in your twig file, (*10)

{{ feedback_widget()|raw }}

The Versions

13/10 2016

dev-master

9999999-dev

Symfony bundle for user feedback

  Sources   Download

MIT

The Requires

 

symfony feedback

13/10 2016

2.0.3

2.0.3.0

Symfony bundle for user feedback

  Sources   Download

MIT

The Requires

 

symfony feedback

22/03 2016

2.0

2.0.0.0

Symfony bundle for user feedback

  Sources   Download

MIT

The Requires

 

symfony feedback

24/10 2015

1.1.1

1.1.1.0

Symfony bunlde for user feedback

  Sources   Download

MIT

The Requires

  • php >=5.4

 

symfony feedback

11/10 2015

1.1.0

1.1.0.0

Symfony bunlde for user feedback

  Sources   Download

MIT

The Requires

  • php >=5.4

 

symfony feedback