Task Manager is a simple web application to manage daily todos made with Laravel 5.7.This application will help a software developer to manage tasks related to development
Follow these steps to get this project live
git clone https://github.com/tanvirasifkhan/Laravel-Task-Manager.git
cd Laravel-Task-Manager
composer install
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password
php artisan migrate
php artisan key:generate
http://localhost:8000