InvalidArgumentException: Driver [vonage] not supported in Laravel
I am trying to make use of Vonage for sms capabilities of the app im building. I installed vonage for it. But using it gives me Error 'driver vonage is not supported' <?php namespace AppNotifications; use IlluminateBusQueueable; use IlluminateContractsQueueShouldQueue; use…