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.
Task CRUD allow user to:
- Create new task on homepage
- View created tasks on homepage
- Edit task description and update status
- Delete task