How to Send SMS Messages in Laravel
Laravel Framework provides many options to send notifications to your users. You can send Emails, Slack messages, Telegram Notifications, and the good old SMS messages. Today, I’ll show you how…
Continue readingLaravel Framework provides many options to send notifications to your users. You can send Emails, Slack messages, Telegram Notifications, and the good old SMS messages. Today, I’ll show you how…
Continue readingChecking for a substring in a string is one of the most common tasks a developer does. In PHP, there’s more than one way to accomplish this task. Today, we…
Continue readingEmail is undoubtedly one of the key details you collect about your users. Therefore, validating these email addresses is one of the most common things you do in your web…
Continue readingLaravel Framework provides a ton of features out of the box to get you started with building enterprise-level web applications. One such feature is out of the box support for…
Continue readingTelegram is a highly customizable, cloud-based instant messaging service, and It boasts of having over 200+ million active users per month. Even though Telegram is not as widely used as…
Continue readingIn this tutorial, we’ll explore the various ways in which decisions can be created within a PHP program using conditional statements. What are Conditional Statements in PHP? Conditional statements in…
Continue reading