Skip to content

Log Driver

Development driver that logs SMS instead of sending.

No configuration required!

BARTA_DRIVER=log
Barta::driver('log')
->to('01712345678')
->message('Test message')
->send();

Check storage/logs/laravel.log:

[2024-01-15 10:30:45] local.INFO: [BARTA] Message sent {"recipients":["8801712345678"],"message":"Test message"}