2017 © Pedro Peláez
 

library string

A port og laravel 3's String class

image

dictate/string

A port og laravel 3's String class

  • Tuesday, January 15, 2013
  • by ahmadshah
  • Repository
  • 1 Watchers
  • 2 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Dictate

A port of Laravel 3's Str class for Laravel 4., (*1)

Installation & Configuration

Installing with composer

Add "dictate/string": "1.0.*" to the require section of your composer.json file, (*2)

"require": {
    "dictate\string": "1.0.*"
}

Run composer install and you are done., (*3)

Configuration

Add the following codes to the providers and aliases section in your app\config\app.php file, (*4)

'providers' => array(
    ...
    ...
    'Dictate\String\StringServiceProvider',
),
'aliases' => array(
    ...
    ...
    'Str'             => 'Dictate\String\StringFacade',
),

Usage

The documentation can be found on the Laravel website here, (*5)

The Versions

15/01 2013

dev-master

9999999-dev

A port og laravel 3's String class

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel string dictate

15/01 2013

v1.0.2

1.0.2.0

A port og laravel 3's String class

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel string dictate

15/01 2013

v1.0.1

1.0.1.0

A port og laravel 3's String class

  Sources   Download

The Requires

 

The Development Requires

laravel string dictate

15/01 2013

v1.0.0

1.0.0.0

A port og laravel 3's String class

  Sources   Download

MIT

The Requires