Question: Create a small web application, using Larave(PHP framework) that consists of two parts: 1. A lead form consisting of the following fields: name, email, phone,
Create a small web application, using Larave(PHP framework) that consists of two parts:
1. A lead form consisting of the following fields: name, email, phone, and postal code. This form should take the submitted data and store it to the database. The phone number should be stored in its own table, separate from the rest of the submitted information.
2. An admin backend behind a login form, which lists all leads that have been submitted. It should also allow an admin to delete submissions from the database.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
