Contact Page #4

Open
opened 2024-02-20 12:16:03 +02:00 by kato · 0 comments

Create a separate page which will request the following details from the user:

  • Name
  • Phone Number
  • Email
  • Message

Please also implemement a controller for the contact page, called ContactController.blade.php, to create this file simply run the following command in the terminal:

php artisan make:controller ContactController

To implement the routing with the controller please follow the Official Laravel Documentation and inside of the function for viewing the contact page implement a simple return of the view.

The requirements are to implement the frontend and then when that is done, contact me so that we can work together on processing the request from the user by sending whatever the user is typing in these fields to our discord test channel ( Interacting with databases will be taught later down the line )

Create a separate page which will request the following details from the user: - Name - Phone Number - Email - Message Please also implemement a controller for the contact page, called `ContactController.blade.php`, to create this file simply run the following command in the terminal: ```bash php artisan make:controller ContactController ``` To implement the routing with the controller please follow the [**Official Laravel Documentation**](https://laravel.com/docs/master/routing) and inside of the function for viewing the contact page implement a simple return of the view. The requirements are to implement the frontend and then when that is done, contact me so that we can work together on processing the request from the user by sending whatever the user is typing in these fields to our discord test channel ( Interacting with databases will be taught later down the line )
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shadowkeeper/my-website#4
No description provided.