/php-contact-us

Simple PHP contact us form using Bootstrap and Ajax

Primary LanguagePHP

Demo

# Installation

composer install
composer update
cp .env.example .env
# or you can manual copy paste file .env.example to .env if this command doesn't working.

# Debugging

php -S localhost:port

# Video Demo

demo

# Requirements