2017 © Pedro Peláez
 

library str

String replacement class for Laravel 4

image

cohensive/str

String replacement class for Laravel 4

  • Wednesday, December 11, 2013
  • by KaneCohen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

String manipulation for Laravel 4

Same functionality as core String class, but with correctly and reliably working transliteration., (*1)

Installation

Add following require to your composer.json file:, (*2)

    "cohensive/str": "dev-master"

Then run composer install or composer update to download it and autoload., (*3)

In providers array you need to add new package:, (*4)

'providers' => array(

    //...
    'Cohensive\Str\StrServiceProvider',
    //...

)

In aliases:, (*5)

'aliases' => array(

    //...
    'Str' => 'Cohensive\Str\Facades\Str'
    //...

)

and comment out:, (*6)

    //...
    //'Str' => 'Illuminate\Support\Str'
    //...

The Versions

11/12 2013

dev-master

9999999-dev

String replacement class for Laravel 4

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Kane Cohen

laravel string slug

07/09 2013

4.0.x-dev

4.0.9999999.9999999-dev

String replacement class for Laravel 4

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Kane Cohen

laravel string slug

07/09 2013

4.0.0

4.0.0.0

String replacement class for Laravel 4

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

by Kane Cohen

laravel string slug