library sms-unlock
Suncore.lv SMS Unlock Laravel 4 package
suncorelv/sms-unlock
Suncore.lv SMS Unlock Laravel 4 package
- Friday, September 12, 2014
- by suncorelv
- Repository
- 1 Watchers
- 1 Stars
- 31 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Suncore.lv SMS Unlock Laravel 4 package
Dependencies
- CURL PHP extension
- Laravel PHP framework 4.1+
Installing
- Add suncorelv/sms-unlock package to composer.json file as follows:
"require": {
"laravel/framework": "4.2.*"
...
"suncorelv/sms-unlock" : "1.1"
},
- Do composer dependencies update
composer update
- Add service provider to app/config.php file
'providers' => array(
'Illuminate\Foundation\Providers\ArtisanServiceProvider',
...
'Suncorelv\SmsUnlock\SmsUnlockServiceProvider',
)
- Also don't forget to add alias to app/config.php file
'aliases' => array(
...
'View' => 'Illuminate\Support\Facades\View',
'SCR' => 'Suncorelv\SmsUnlock\Facade'
),
Publish package configuration files
php artisan config:publish suncorelv/sms-unlock
app/config/packages/suncorelv/sms-unlock - there should be two files (client.php and debug.php)
Enjoy, (*1)
1.0
1.0.0.0
Suncore.lv SMS Unlock Laravel 4 package
Sources
Download
The Requires
by
Viktors Å
ikiforovs