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 readingI recently worked on a project where I had to insert a lot of dummy data into a database for testing. Laravel provides a feature called seeding just for this…
Continue readingLaravel Collection provides a fluent API for working with arrays of data. and they’re used almost everywhere in Laravel and rightly so. Collections offer a ton of useful methods to…
Continue readingLaravel is the most popular PHP framework out there. Using Laravel, you can create beautiful and robust web applications with ease. Moreover, Laravel provides many features out of the box…
Continue readingThe majority of projects built with Laravel are traditional web applications where HTML is rendered from the server-side using blade components. However, did you know you could also build a…
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 readingIn this tutorial, we’ll look at how to implement an application that lets users view all logged-in devices as well as log out from all or specific devices. Laravel provides…
Continue readingOne of the most common features in any web application is authentication, which allows a user to log in or log out of an application to securely manage their information….
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 readingLooking to fix the “TokenMismatchException in VerifyCsrfToken.php” error in Laravel? You’ve come to the right place as this tutorial explores some of the ways in which the TokenMismatchException error can…
Continue reading