An open API service indexing awesome lists of open source software.

https://github.com/n9mi/laravel-task-app

Simple CRUD with Laravel 11 and Stisla admin template
https://github.com/n9mi/laravel-task-app

laravel laravel-crud laravel-stisla

Last synced: 3 months ago
JSON representation

Simple CRUD with Laravel 11 and Stisla admin template

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/8c99116c-9396-43e1-9dc7-29e81c920670)

## Create task
![image](https://github.com/user-attachments/assets/9a47dec8-8a3a-48eb-a1a1-893b47d543f4)

## Edit task
![image](https://github.com/user-attachments/assets/ae5dd6df-a642-4c04-93b8-220f92fbdbe0)

## Delete task
![image](https://github.com/user-attachments/assets/b86badef-e556-4def-994b-81828687f94b)