Skip to content

Sistem Informasi Akademik (SIAKAD) Sekolah berbasis PHP Laravel

License

Notifications You must be signed in to change notification settings

adhiariyadi/Sistem-Informasi-Akademik-Sekolah-Laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 30, 2023
f4c7a6b Â· Jul 30, 2023

History

36 Commits
Dec 19, 2021
Jul 30, 2023
Jul 12, 2020
Jul 12, 2020
Jul 30, 2023
Jul 30, 2023
Nov 16, 2021
Nov 9, 2021
Jul 12, 2020
Jul 12, 2020
Jul 12, 2020
Jul 12, 2020
Apr 21, 2021
Feb 11, 2021
Jul 30, 2023
Jul 12, 2020
Jul 12, 2020
Jul 12, 2020
Jul 12, 2020
Jul 12, 2020

Repository files navigation

Selamat datang di Sistem Informasi Akademik Sekolah! 👋

Apa itu Sistem Informasi Akademik Sekolah?

Web Sistem Informasi Akademik Sekolah yang dibuat oleh Adhi Ariyadi . Sistem Informasi Akademik Sekolah adalah Website untuk para siswa dapat melihat jadwal pelajaran, dan nilai rapot dan para guru dapat menambahkan nilai siswa dengan muda melalui website.

Fitur apa saja yang tersedia di Sistem Informasi Akademik Sekolah?

  • Autentikasi Admin
  • User & CRUD
  • Jadwal & CRUD
  • Kelas & CRUD
  • Mata Pelajaran & CRUD
  • Guru & CRUD
  • Siswa & CRUD
  • Rapot
  • Dan lain-lain

Release Date

Release date : 28 Apr 2020

Sistem Informasi Akademik Sekolah merupakan project open source yang dibuat oleh Adhi Ariyadi. Kalian dapat download/fork/clone. Cukup beri stars di project ini agar memberiku semangat. Terima kasih!


Default Account for testing

Admin Default Account


Install

  1. Clone Repository
git clone https://github.com/adhiariyadi/Sistem-Informasi-Akademik-Sekolah-Laravel.git
cd Sistem-Informasi-Akademik-Sekolah-Laravel
composer install
cp .env.example .env
  1. Buka .env lalu ubah baris berikut sesuai dengan databasemu yang ingin dipakai
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
  1. Instalasi website
php artisan key:generate
php artisan migrate --seed
  1. Jalankan website
php artisan serve

Author

Contributing

Contributions, issues and feature requests di persilahkan. Jangan ragu untuk memeriksa halaman masalah jika Anda ingin berkontribusi. Berhubung Project ini saya sudah selesaikan sendiri, namun banyak fitur yang kalian dapat tambahkan silahkan berkontribusi yaa!

License

  • Copyright © 2020 Adhi Ariyadi.
  • Sistem Informasi Akademik Sekolah is open-sourced software licensed under the MIT license.