Sistem Informasi Akademik - Feeder menggunakan framework CodeIgniter 4 dan dashboard AdminLTE
What is CodeIgniter?
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the official site.
This repository holds a composer-installable app starter. It has been built from the development repository.
More information about the plans for version 4 can be found in the announcement on the forums.
The user guide corresponding to this version of the framework can be found here.
Server Requirements
PHP version 7.2 or higher is required, with the following extensions installed:
Additionally, make sure that the following extensions are enabled in your PHP:
- json (enabled by default - don't turn it off)
- mbstring
- mysqlnd
- xml (enabled by default - don't turn it off)
Dashboard Framework
Web server bagi yang menggunakan windows
Silahkan menggunakan XAMPP terbaru
Instalasi SIAKAD-FEEDER
- Download XAMPP
- Install XAMPP
- Download SIAKAD-FEEDER
- Simpan di C:\xampp\htdocs
- ekstrak hasil download, rename "siakad-master" menjadi "siakad"
- pada folder C:\xampp\htdocs\siakad - cari file "env.txt" ubah menjadi ".env"
- buka http://localhost/phpmyadmin/
- buat database "siakad"
- import "siakad.sql"
- Buka http://localhost/siakad
- Login username dan password = admin
- Jika di hosting ada beberapa error contoh database.default.hostname = localhost ubah jadi 127.0.0.1
Mengaktifkan extension php_intl.dll
- Masuk ke folder xampp/php/php.ini
- Cari ;extension=php_intl.dll
- hapus ;
- Restart Apache