Package Data | |
---|---|
Maintainer Username: | quynguyen3490 |
Maintainer Contact: | quynguyen3490@gmail.com (Quy Nguyen) |
Package Create Date: | 2014-07-29 |
Package Last Update: | 2014-07-29 |
Language: | PHP |
License: | MIT License |
Last Refreshed: | 2024-11-12 15:00:52 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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',
),
);