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