Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zzzul/pengingat-tugas
- Owner: Zzzul
- Created: 2020-12-17T13:16:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T03:40:28.000Z (about 2 years ago)
- Last Synced: 2024-11-19T01:49:08.842Z (2 months ago)
- Topics: laravel, livewire, php, remember, tasks, turbolinks
- Language: PHP
- Homepage: https://pengingat-tugas.demo-web-fahmi.my.id/
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```