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
- Host: GitHub
- URL: https://github.com/n9mi/laravel-task-app
- Owner: n9mi
- Created: 2024-07-20T18:19:43.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T08:01:08.000Z (11 months ago)
- Last Synced: 2025-02-12T11:19:53.109Z (4 months ago)
- Topics: laravel, laravel-crud, laravel-stisla
- Language: JavaScript
- Homepage: http://laravel-task-app-b6363b79d7d2.herokuapp.com/tasks
- Size: 23.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## Create task
## Edit task
## Delete task
