Log Driver
Development driver that logs SMS instead of sending.
Configuration
Section titled “Configuration”No configuration required!
BARTA_DRIVER=logBarta::driver('log') ->to('01712345678') ->message('Test message') ->send();Log Output
Section titled “Log Output”Check storage/logs/laravel.log:
[2024-01-15 10:30:45] local.INFO: [BARTA] Message sent {"recipients":["8801712345678"],"message":"Test message"}