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
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1