Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 715 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 715 Bytes

laravel-simple-app

This is a simple laravel repository for new Laravel developers to see how the things they learned actually work. This app contains code explaining core laravel concepts. Follow instructions-laraveltest.odt file enclosed in this folder to see how the code works

Topics covered in app

  • Laravel version 6
  • Routing
  • Blade template syntax.
  • Models, Views and Controllers.
  • Eloquent.
  • Authentication and Authorization.

It contains all the code and a supported document that i compiled for easy to understand laravel concepts.

Who Can Use it

Anyone who has recently completed Laravel course/tutorial and want to have some code as a reference when developing for first time