Lesson 13 - Simple CMS in Laravel - Finalizing contact form
In the previous lesson, Simple CMS in Laravel - Contact form, we developed a contact form for our Laravel application.
In today's lesson we will add a controller and routes for the contact form.
Contact form
We have already created an email message. All we have to do is throw ourselves into creating the contact form itself, which will be very simple. Let's start with the controller.
ContactController
We will create an empty controller called ContactController
with
the already known Artisan command make:controller
:
php artisan make:controller ContactController
If you are asking why we are not creating a controller with a single action, remember that the contact form must implement two actions - displaying and processing the form.
ContactRequest
However, before we start editing anything in the given controller, we will prepare the HTTP request class for the
...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:
By adding a contact form we will complete the basis of a content management system based on the Laravel PHP framework.
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.