You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not quite sure what you're getting at. A generic HTTP driver wouldn't be all that practical.
If you want the ability to extend this package with custom drivers without having to add them to sms-client, that might be doable.
Laravel already has several manager classes like the storage and cache managers which can be extended with custom drivers, and we could potentially add a manager class to this package that would allow for that, and have the driver be resolved separately from the client by that. You could then call something like SMSManager::extends('foo') and pass in a callable that creates the new driver, much as you do for custom filesystems.
No description provided.
The text was updated successfully, but these errors were encountered: