Lesson 18 - Simple CMS in Laravel - Notifications
In the last lesson, Simple CMS in Laravel - Verification email, we modified the registration view and the form for sending the verification email and explained the functionality of verifying the email address.
In today's lesson we will continue with the login.
Notification
Notifications are another important component of the Laravel framework. There
are countless information channels and one of them is email messages. The
advantage over the standard class inheriting builder Mailable
is
that notification classes can define several other
delivery channels at once, such as SMS messages or Slack discussion channels. In addition, they can
also be easily stored in a database, where the subsequent
implementation of the web interface would no longer be complicated.
However, the ability to send notifications via email does not mean that this
component should completely replace the Mailable
builder.
Notifications should be short information messages and, in
addition, should be easily adaptable to other delivery
channels.
From this description inspired by the official documentation, it seems that
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
Before buying this article, you have to buy the previous one
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this lesson we'll look at the notification component and also complete the process of verifying the email address, which we will follow up by logging in
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.