Adds database logging, a log driver for local development, automatic HTTP retries, and several Developer Experience improvements.
fast2sms_logs table via new migration — publish with php artisan vendor:publish --tag=fast2sms-migrations.LogSmsSent and LogSmsFailed event listeners that persist SMS records to the database.log driver for local development to prevent credit wastage — logs requests instead of sending real SMS.Http::retry() (3 attempts, 100 ms backoff).Fast2smsException on misconfiguration.SmsChannel to support SmsMessage objects with recipient data.to() and send() methods on SmsMessage.Collection in the to() method.Fast2smsPhone validation rule for Indian mobile numbers.Fast2smsResponse with dynamic property access and json() method.Compatibility release adding PHP 8.5 support.
Compatibility release adding PHP 8.5 support (patch tag).
Housekeeping release hiding unnecessary files from package installs.
.gitattributes.Compatibility release adding PHP 8.4 support.
Initial public release of the laravel-fast2sms package.
How can I help you explore Laravel packages today?