Contact Page #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a separate page which will request the following details from the user:
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: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 )