Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 393 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 393 Bytes

Laravel-blog

My First Web App in Laravel

Done:

  • Authentication
  • create posts
  • show posts on home page
  • dashboard style
  • delete posts
  • edit ability
  • upload image

in progress ✨

  • profile system
    • show profile
    • edit profile

TODO:

  • validation system
    • Client Side
    • Server Side
  • add policy for CRUD