• Stars
    star
    2
  • Language
    PHP
  • Created almost 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lupa

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