This a to-do list platform for anyone who wants to keep track of their daily tasks. Made with Laravel ^10.10
PHP = ^8.2
MySQL = ^15.1
Clone repository
git clone https://github.com/DalitsoMandala/ToDo_Daily.git
Install Composer
Install Nodejs
Install dependencies
npm install
Start the server
npm run dev
On live server
npm run build
Go into .env file and change Database and Email credentials.
php artisan migrate
Generating a New Application Key
php artisan key:generate
php artisan storage:link
Copyright (C) 2024 Dalitso Mandala.