bootstrap website templates

Aplikasi Siakad Feeder

Aplikasi Siakad Feeder

Salam sobat Source Code Aplikasi, di postingan kali ini admin akan share tentang Aplikasi Siakad Feeder yang mudah-mudahan bisa bermanfaat untuk anda saat belajar pembuatan aplikasi berbasis Javasript. Source code aplikasi ini dapat sobat download secara cuma-cuma dan dijadikan rujukan coding guna pengembangan aplikasi atau juga bisa dijadikan inspirasi pembuatan tugas kuliah, atau bahkan dapat juga diterapkan langsung, namun harus tetap memperhatikan copyright developer pada aplikasinya.

Deskripsi Aplikasi


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:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

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

© Copyright 2020 Source Code Aplikasi. All Rights Reserved.