Skip to content

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

Notifications You must be signed in to change notification settings

tanvirasifkhan/laravel-task-manager

Repository files navigation

Laravel Task Manager

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

How to use ?

Follow these steps to get this project live

git clone https://github.com/tanvirasifkhan/Laravel-Task-Manager.git
cd Laravel-Task-Manager
composer install

Configure your .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password

Final steps

php artisan migrate
php artisan key:generate
http://localhost:8000

Thanks

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published