Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1016 Bytes

readme.md

File metadata and controls

34 lines (24 loc) · 1016 Bytes

How to build simple contact form on top of Laravel 5 PHP Framework

Include

  • twitter bootstrap styles
  • contact form with fields: name, surname, email, photo, message
  • prepared for multi-language websites (english & french)
  • uploaded photo has to be sent as attachment to admin
  • use Blade templates, native Laravel helpers, etc.

Demo app on Heroku.com

  #POP3
  Host:	mailtrap.io
  Port:	110 or 995
  Username:	3424131c759272da8
  Password:	00d3303304eb2a
  Auth:	USER/PASS, PLAIN, LOGIN, APOP and CRAM-MD5
  TLS:	Optional

Screenshots

  • contact form

laravel contact form

  • email

send on email