Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.22 KB

Build Status Total Downloads Latest Stable Version License

Laravel Profile Challenge

This is a simple web app that that displays user fullname,email and phone number with a button when clicked it open a mobile device saves the user infor on the mobile device phone book.

Specification

  1. laravel 8.23
  2. php version 8.1
  3. php library for handling vcard https://github.com/jeroendesloovere

Data can be generated from Seeding

run

php artisan db:seed --class=UserSeeder