Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 884 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 884 Bytes

Laravel Task App

Simple CRUD with Laravel 11 and Stisla admin template.

Based on repository pattern, this project use:

  • Repository layer: For accessing db in the behalf of project to store/update/delete data
  • Service layer: Contains set of logic/action needed to process data/orchestrate those data
  • Models layer: Contains set of entity/actual data attribute
  • Controller layer: Acts to mapping users input/request and presented it back to user as a view.

Dashboard

image

Create task

image

Edit task

image

Delete task

image