Simple PHP form submission script with frontend validation
- Clone the repo.
- Run
composer install
- Run
npm install
oryarn install
- Create a database and import the
.sql
file fromdatabase/sql
folder. - This project is built on
Laravel Valet
Server. It will run on bothValet
andXAMMP
servers. - Run the project 😀
- To run this project on the
Laravel Valet
server you just need to remove the project folder name from BASE_URL on theindex.php
file. Example:const BASE_URL = '';
.