Skip to content

ameya1301999/LaravelFormPage-

Repository files navigation

Basic Laravel Form Page:

Contains a form with 3 fields (Name, E-mail, Pincode)

Validations added:

E-mail is checked for unique and format [a-z@a-z.a-z]

Pincode for 6 digits

Any field cannot be submitted empty

Currently configured to work with Xampp+Mysql

DB_NAME=formpagewebsite

Add your database details in .env file for username,password,port etc.

Migration file create_form_data_table creates the required table

Run Commands- php artisan migrate php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published