2017 © Pedro Peláez
 

library sluggler

Laravel 4 Cyrillic slugs generator

image

meshkov/sluggler

Laravel 4 Cyrillic slugs generator

  • Friday, December 13, 2013
  • by aleksmeshkov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 128 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Sluggler

Cyrillic slugs made easy!, (*1)

Installation

You should install this package through Composer., (*2)

Edit your project's composer.json file to require meshkov/sluggler., (*3)

"require": {
    "laravel/framework": "4.0.*",
    "meshkov/sluggler": "dev-master"
},
"minimum-stability" : "dev"

Next, update Composer from the Terminal: composer update, (*4)

Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array., (*5)

'Meshkov\Sluggler\SlugglerServiceProvider',, (*6)

Usage

Just call static method Sluggler::make($some_text) anywhere in your app., (*7)

The Versions

13/12 2013

dev-master

9999999-dev

Laravel 4 Cyrillic slugs generator

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

by Aleksey Meshkov