Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.73 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.73 KB

Build Status Total Downloads Latest Stable Version License

About Laravel

Contoh aplikasi Siakad sederhana dgn Laravel v7 sebagai back-end dan Vuejs v2 sebagai front-end

Cara Instalasi

Pastikan di komputernya terinstall Composer dan Nodejs. Dibuat di Environment Laravel Homestead. Mungkin akan ada sedikit perbedaan jika dijalankan di XAMPP dan sejenisnya.

  • Clone repository ke desktop

  • Jalankan perintah composer install d root directory aplikasinya (tunggu hingga selesai)

  • ubah nama file .env.example jadi .env

  • setting database di .env

  • Jalankan perintah 'php artisan key:generate'

  • Jalankan perintah 'php artisan migrate'

  • Jalankan perintah 'php artisan jwt:secret' untuk membuat secret key JWT

  • Jalankan perintah npm install d root directory aplikasinya

  • buka http://namahost/login/admin

  • email : [email protected] password: password

License

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