Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 346 Bytes

Basic Students entity manager using Laravel + Blade, it allows the user to:

  1. See the list of students saved in the database (only show the Fullname and Email in the list)

  2. Add new student to the database

  3. Edit a student

  4. Delete a student

  5. See the student profile page (showing the photo and full information related to the student)