2017 © Pedro Peláez
 

library upperstr

Convert string to upper

image

quynguyen3490/upperstr

Convert string to upper

  • Tuesday, July 29, 2014
  • by quynguyen3490
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Upperstr

  • Convert string to upper

Installation

Add to 'composer.json':, (*1)

{
    "required": {
        "quynguyen3490/upperstr": "dev-master"
    }
}

Then, run 'composer.phar update'., (*2)

After this, add provider and alias in 'app/config/app.php' :, (*3)

return array(
    // ...

    'providers' => array(
        // ...

        'Quynguyen\Upperstr\UpperstrServiceProvider',
    ),

    // ...

    'aliases' => array(
        // ...

        'Upperstr' => 'Quynguyen\Upperstr\Facades\Upperstr',
    ),
);

The Versions

29/07 2014

dev-master

9999999-dev https://github.com/quynguyen3490/upperstr

Convert string to upper

  Sources   Download

MIT License

The Requires

 

by Quy Nguyen

laravel strtoupper