- Sign up by clicking here

- Easily add/edit tasks

- Manage pending/completed tasks list

- Clone the repository in your project working directory
git clone https://github.com/Gauravbhatt19/daily-tasks.git
- Create & configure environment/database values in
.envfrom.env.examplefile - Install dependencies
composer install npm install php artisan migrate
- Generate new Application Key
php artisan key:generate
- Set
<project_home_directory>\publicin virtualhost as project directory
- Development
npm run development
- Production
npm run production
php artisan scribe:generateIf you have a patch or facing any issue, please consider contributing to this repository.
Report Issue
