2017 © Pedro PelĆ”ez
 

library sms-unlock

Suncore.lv SMS Unlock Laravel 4 package

image

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

The README.md

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

Don't forget to configure package

app/config/packages/suncorelv/sms-unlock - there should be two files (client.php and debug.php)

Enjoy, (*1)

The Versions

12/09 2014

dev-master

9999999-dev http://suncore.lv

Suncore.lv SMS Unlock Laravel 4 package

  Sources   Download

The Requires

 

by Viktors Ņikiforovs

laravel sms suncore

12/09 2014

1.1

1.1.0.0 http://suncore.lv

Suncore.lv SMS Unlock Laravel 4 package

  Sources   Download

The Requires

 

by Viktors Ņikiforovs

laravel sms suncore

11/09 2014

1.0

1.0.0.0

Suncore.lv SMS Unlock Laravel 4 package

  Sources   Download

The Requires

 

by Viktors Ņikiforovs