To-Do-List is a laravel version in which you can add, edit, delete the Upcoming task, the task will be stored into the database. Easy to use interface.
- Clone download the project on to your computer.
- Open the folder.
- Open .env.example file
- Connect it with the localhost database, make a database and provide the name into the .env.example file
Type the following command
: php artisan make:migrate - It will migrate all the tables to the database.
: php artisan serve - It will start the localhost server.
Now, you are good to work with To-Do-List.