Skip to content

A simple PHP web application using Laravel Framework v5.3 which demonstrates basic CRUD operations using Eloquent ORM

Notifications You must be signed in to change notification settings

faizfizy/task-crud

Repository files navigation

Task CRUD

A simple PHP web application using Laravel Framework v5.3 which demonstrates basic CRUD (Create, Read, Update, Delete) operations using Eloquent ORM.

Task CRUD project use SQLite database and Bootstrap for front-end.

Feature

Task CRUD allow user to:

  • Create new task on homepage
  • View created tasks on homepage
  • Edit task description and update status
  • Delete task

Screenshots

Homepage

Homepage

Creating New Task

Creating New Task

Task Created

Task Created

Editing Task

Editing Task

Task Edited

Task Edited

Deleting Task

Deleting Task

About

A simple PHP web application using Laravel Framework v5.3 which demonstrates basic CRUD operations using Eloquent ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published