2017 © Pedro Peláez
 

symfony-bundle slugify-bundle

Slugify Bundle

image

igdr/slugify-bundle

Slugify Bundle

  • Monday, January 30, 2017
  • by igdr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Slugify Bundle

Installation

Add the bundle to your composer.json:, (*1)

composer require igdr/slugify-bundle

and run:, (*2)

php composer.phar update

Then add the SlugifyBundle to your application kernel:, (*3)

// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\SlugifyBundle\IgdrSlugifyBundle(),
        // ...
    );
}

The Versions

30/01 2017

dev-master

9999999-dev

Slugify Bundle

  Sources   Download

The Requires

 

slugify igdr

30/01 2017

v0.1

0.1.0.0

Slugify Bundle

  Sources   Download

The Requires

 

slugify igdr