Sdded CarrierSMS support
parent
4d6c6aa755
commit
117a3df166
|
@ -50,6 +50,10 @@ The following SMS gateways are currently available:
|
||||||
|
|
||||||
Please note: for these gateways you will need an account with sufficient credits.
|
Please note: for these gateways you will need an account with sufficient credits.
|
||||||
|
|
||||||
|
* CarrierSMS - <http://www.CanadianDomainRegistry.ca>
|
||||||
|
|
||||||
|
CarrierSMS is free sms messaging using your Mobile Carrier's text messaging gateway.
|
||||||
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
--------
|
--------
|
||||||
|
@ -78,6 +82,10 @@ To be able to run an installation from the repo, you need to run the following c
|
||||||
|
|
||||||
php composer.phar install
|
php composer.phar install
|
||||||
|
|
||||||
|
If you get "Fatal error: Uncaught exception 'PharException'..." run this and try again:
|
||||||
|
|
||||||
|
curl -s http://getcomposer.org/installer | php
|
||||||
|
|
||||||
If you are familiar with Vagrant (https://www.vagrantup.com)::
|
If you are familiar with Vagrant (https://www.vagrantup.com)::
|
||||||
|
|
||||||
vagrant up
|
vagrant up
|
||||||
|
|
Loading…
Reference in New Issue