Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 331 Bytes

Laravel-to-do-list

This repo will use the Laravel framework and will follow the MVC architecture of Laravel.

QUICK INSTALLATION

create a databae named "laravel-todo-list" in localhost MySql phpMyAdmin

git clone https://github.com/randelorg/Laravel-to-do-list.git

composer install

php artisan migrate

php artisan serve