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 )
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 )