Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zzzul/pengingat-tugas

Lupa
https://github.com/zzzul/pengingat-tugas

laravel livewire php remember tasks turbolinks

Last synced: 5 days ago
JSON representation

Lupa

Awesome Lists containing this project

README

        

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

## Demo
Here

## What inside?
- Laravel ^8.x - [Laravel 8](https://laravel.com/docs/8.x)
- Livewire ^2.x - [laravel-livewire.com](https://laravel-livewire.com)

## Installation
Clone or download this repository
```shell
$ git clone https://github.com/Zzzul/pengingat-tugas.git
```

Install all dependencies
```shell
# install composer dependency
$ composer install
```

Generate app key, configure `.env` file and do migration.
```shell
# 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
```