Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 532 Bytes

my-blog

Simple Blog built with Laravel

It is just an implementation of online course by awesome guy called Brad Traversy called Laravel From Scratch.

  • if you have basic knowledge about laravel, you can just practice your skills with this awesome crash course.

Topics Covered :

  • Basic Routing & Controllers
  • Blade Templating & Compiling Assets
  • Models & Database Migrations
  • Fetching Data With Eloquent
  • Full CRUD Operations
  • User Authentication
  • Model Relationships
  • Access Control
  • Upload File (Image for example)