Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/itsmaheshkariya/laravel-todo

Laravel Todo Application with CRUD Operations.
https://github.com/itsmaheshkariya/laravel-todo

application bootstrap composer crud laravel maheshkariya todo tutorial

Last synced: 4 days ago
JSON representation

Laravel Todo Application with CRUD Operations.

Awesome Lists containing this project

README

        

## Laravel Todo List

This is the demo application of creating Todo-List in Laravel with all possible operations of CRUD.
We are using SQLite as database but you can use anything like Postgres, Mysql.

### Git clone
```git clone https://github.com/maheshkareeya/laravel-todo.git```
### Change directory
```cd laravel-todo```
### Install Dependencies
```composer install```
### Run Server
```php artisan serve```
### Click below after setup
http://localhost:8000
### Demo
![ScreenFlow](https://user-images.githubusercontent.com/16520789/73132616-73eb2c00-4043-11ea-8a4c-8405f9b45af8.gif)
### Youtube Link
[![Click Here](https://img.youtube.com/vi/_J3x4J4ulaA/0.jpg)](https://youtu.be/_J3x4J4ulaA)