Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 786 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 786 Bytes

Peristiwa

Peristiwa is basic on laravel framework. It is an aspiration app.

Official Documentation

Documentation for the peristiwa can be found on the peristiwa repository.

Installation

  1. clone repo peristiwa di https://github.com/dilbadil/persitiwa.git
  2. jalankan "composer install"
  3. copy file .env.example menjadi .env
  4. jangan lupa setting database di .env seperti DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD
  5. jalankan "php artisan migrate"
  6. jalankan "php artisan db:seed"
  7. jika ingin menggunakan server laravel jalankan "php artisan serv" dan buka browser di localhost:8000 (default)

License

The Laravel framework is open-sourced software licensed under the MIT license