Skip to content

moneya/tasklist

Repository files navigation

Installation

Requirement

PHP 7.4
Mysql 5.8
Composer

Clone the REPO,
cd to the tasklist directory
Open your CMD
Type composer install
Copy and rename the .example.env to .env
fill up your db details

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=


In your Console type
php artisan migrate
Thats all

#Issues
The view is scattered or not rendered well

#solution

The library used in this project is pulled from a CDN Connecting to the internet will resolve it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published