Download the PHP package alexusmai/ruslug without Composer
On this page you can find all versions of the php package alexusmai/ruslug. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alexusmai/ruslug
More information about alexusmai/ruslug
Files in alexusmai/ruslug
Download alexusmai/ruslug
More information about alexusmai/ruslug
Files in alexusmai/ruslug
Vendor alexusmai
Package ruslug
Short Description Laravel 5 RuSlug, Transliteration RU -> ENG
License MIT
Homepage https://github.com/alexusami/ruslug
Package ruslug
Short Description Laravel 5 RuSlug, Transliteration RU -> ENG
License MIT
Homepage https://github.com/alexusami/ruslug
Please rate this library. Is it a good library?
Informations about the package ruslug
Транслитерация для Laravel 5
Установка
Если у вас установлен Laravel 5.4 или более ранней версии, то в config/app.php
нужно добавить провайдера:
Alexusmai\Ruslug\RuslugServiceProvider::class,
И добавить новый алиас:
'Slug' => Alexusmai\Ruslug\RuslugFacade::class,
Использование
Вызов метода: \Slug::make($text)
All versions of ruslug with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
illuminate/support Version 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
The package alexusmai/ruslug contains the following files
Loading the files please wait ....