- 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
.env
from.env.example
file - Install dependencies
composer install npm install php artisan migrate
- Generate new Application Key
php artisan key:generate
- Set
<project_home_directory>\public
in virtualhost as project directory
- Development
npm run development
- Production
npm run production
php artisan scribe:generate
If you have a patch or facing any issue, please consider contributing to this repository.
Report Issue