Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 741 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 741 Bytes

LaraveL Contact App

Inspired contact app project idea for Laravel beginner

@ Use bootstrap for template and use sass for customizing bootstrap template @ Database for MYSQL @ Mailtrap for mail client

Contact app include-

Create Showall Delete Search

Other extra features

  • pagination with bootstrap
  • Mailing admin after creating a new contact
  • Use queue to maintain performance in sending email

Algorithms . Laravel assessor for inventing fullname by retrieving (firstname + lastname ) attributes . Use DB::raw to use CONCAT() aggregation to query fullname to database when user search by fullname

What need to be integrated

  • can pass real user instance to send email to admin
  • need to modify create form input UI