tzsk/sms

Access manager object using a helper function

Closed this issue · 0 comments

Add A helper function that returns the SmsManager object, Some people prefer helper functions instead of Laravel Facades.

The helper allow people to use package throught this way:

sms()->to($someOne)-> ...