symfony-bundle slugify-bundle
Slugify Bundle
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
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(),
// ...
);
}
dev-master
9999999-dev
Slugify Bundle
Sources
Download
The Requires
slugify
igdr