Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 421 Bytes

Laravel Blog

Simple blog posting system using Laravel

What normal user can do

  • Login or register account
  • Read articles

What account user can do

  • Create a new article
  • Edit or delete own articles
  • Add comments on any article
  • Delete own comments

Languages and Packages

  • Bootstrap and Blade for UI
  • Laravel UI package for authentication
  • MySQL for database