2017 © Pedro Peláez
 

library slug

Laravel 5.1 Slug Package

image

raccoonsoftware/slug

Laravel 5.1 Slug Package

  • Sunday, November 15, 2015
  • by raccoonsoftware
  • Repository
  • 2 Watchers
  • 0 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel 5.1 Slug Package

Gitter Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Supported Alphabets

  • Russian
  • Kazakh
  • Ukrainian
  • Turkish

Installation

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

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

"require": {
    "raccoonsoftware/slug": "*"
},

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)

'RaccoonSoftware\Slug\SlugServiceProvider::class',, (*6)

And add a new item to the aliases array., (*7)

'Slug' => 'RaccoonSoftware\Slug\Facade\Slug::class',, (*8)

Usage

Call of the method: Slug::convert($text), (*9)

Call of the method with specific separator: Slug::convert($text, '_')., (*10)

The Versions

15/11 2015

dev-master

9999999-dev

Laravel 5.1 Slug Package

  Sources   Download

BSD

by Mehmet Nuri Ozturk

laravel5 slug

15/11 2015

V1.0.0

1.0.0.0

Laravel 5.1 Slug Package

  Sources   Download

BSD

by Mehmet Nuri Ozturk

laravel5 slug