Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/laravel-todo
- Owner: itsmaheshkariya
- Created: 2020-01-26T08:11:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T13:36:16.000Z (over 1 year ago)
- Last Synced: 2023-03-06T06:58:33.385Z (over 1 year ago)
- Topics: application, bootstrap, composer, crud, laravel, maheshkariya, todo, tutorial
- Language: PHP
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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)