quynguyen3490/upperstr
Convert string to upper
10
| Install | |
|---|---|
composer require quynguyen3490/upperstr |
|
| PHP: | >=5.3.0 |
| License: | MIT License |
| Last Updated: | Jul 29, 2014 |
| Links: | GitHub · Packagist |
Maintainer: quynguyen3490
Upperstr
- Convert string to upper
Installation
Add to 'composer.json':
{
"required": {
"quynguyen3490/upperstr": "dev-master"
}
}
Then, run 'composer.phar update'.
After this, add provider and alias in 'app/config/app.php' :
return array(
// ...
'providers' => array(
// ...
'Quynguyen\Upperstr\UpperstrServiceProvider',
),
// ...
'aliases' => array(
// ...
'Upperstr' => 'Quynguyen\Upperstr\Facades\Upperstr',
),
);
Related Packages
wobeto/twitter
Laravel 4 Service Provider to interact with twitter account, like return a colle...
135
1
vlados/laravel-blade-crawler-detect
Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...
5,439
0