How to Fix 301 Error on Laravel
if u get 301 error on laravel rename existing services.php and packages.php files and create new blank files
Break Lines in SMS Sending through a Online Gateway
sms gateways are using different encoding types and there are several ways to break lines in sms, lets see which methods and character types we can use to break lines and input special characters to a sms using php or Laravel Break Lines in SMS ( Laravel ) Just Use ASCII Code of %0a to […]