Skip to content

AleksMeshkov/Laravel-4-Sluggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sluggler

Cyrillic slugs made easy!

Installation

You should install this package through Composer.

Edit your project's composer.json file to require meshkov/sluggler.

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

Next, update Composer from the Terminal: composer update

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.

'Meshkov\Sluggler\SlugglerServiceProvider',

Usage

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

About

Laravel package. Cyrillic slugs made easy!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages