Download the PHP package dariuszp/silverstripe-betterslug without Composer
On this page you can find all versions of the php package dariuszp/silverstripe-betterslug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dariuszp/silverstripe-betterslug
More information about dariuszp/silverstripe-betterslug
Files in dariuszp/silverstripe-betterslug
Download dariuszp/silverstripe-betterslug
More information about dariuszp/silverstripe-betterslug
Files in dariuszp/silverstripe-betterslug
Vendor dariuszp
Package silverstripe-betterslug
Short Description Better slug transliterator for Silverstripe with accent folding
License MIT
Homepage https://github.com/dariuszp/silverstripe-betterslug
Package silverstripe-betterslug
Short Description Better slug transliterator for Silverstripe with accent folding
License MIT
Homepage https://github.com/dariuszp/silverstripe-betterslug
Please rate this library. Is it a good library?
Informations about the package silverstripe-betterslug
silverstripe-betterslug
Slug generator with accent folding for Silverstripe CMS
This module will provide better text to slug translation for silverstripe by replacing very basic transliterator with cocur/slugify module: https://github.com/cocur/slugify
Installation:
`
Usage
When you create page with title like this: `
It will be translated to: `
Istead of page-41 like before.
In case some characters are not handled, you can further configure module by add your own translation rules. For example:
_config.yml `
This will turn: `
Into: `
All versions of silverstripe-betterslug with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package dariuszp/silverstripe-betterslug contains the following files
Loading the files please wait ....