2017 © Pedro Peláez
 

library string

A string helper task with built in classes to easily add to Laravel 4

image

bigelephant/string

A string helper task with built in classes to easily add to Laravel 4

  • Friday, January 18, 2013
  • by Robbo
  • Repository
  • 1 Watchers
  • 13 Stars
  • 1,201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

String

This is a string helper class for things like turning strings into URL friendly slugs., (*1)

To install add the following to your composer.json file:, (*2)

"bigelephant/string": "dev-master"

To use it within Laravel do the following

Edit your app/config/app.php file and add the following to the providers array:, (*3)

'BigElephant\String\StringServiceProvider',

And then so you can use it from the String alias (or Str, if you choose so then replace String with Str in the following) add the following line to the aliases array:, (*4)

'String' => 'BigElephant\String\StringFacade'

Build Status, (*5)

The Versions

18/01 2013

dev-master

9999999-dev

A string helper task with built in classes to easily add to Laravel 4

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar Robbo