Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 832 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 832 Bytes

PENGINGAT-TUGAS

Buat pengingat kalo ada tugas kuliah beserta deadline nya. sebenernya inget cuma males ngerjainnya... hehe

Demo

Here

What inside?

Installation

Clone or download this repository

$ git clone https://github.com/Zzzul/pengingat-tugas.git

Install all dependencies

# install composer dependency
$ composer install

Generate app key, configure .env file and do migration.

# create copy of .env
$ cp .env.example .env

# create laravel key
$ php artisan key:generate

# laravel migrate
$ php artisan migrate --seed

# Start local development server
$ php artisan serve