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: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T13:36:16.000Z (about 2 years ago)
- Last Synced: 2025-01-06T01:09:09.835Z (4 months ago)
- Topics: application, bootstrap, composer, crud, laravel, maheshkariya, todo, tutorial
- Language: PHP
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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

### Youtube Link
[](https://youtu.be/_J3x4J4ulaA)