Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.144.35.81
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
neo /
Delete
Unzip
Name
Size
Permission
Date
Action
Archive
[ DIR ]
drwxrwxrwx
2022-08-15 10:03
__MACOSX
[ DIR ]
drwxrwxrwx
2022-10-04 08:01
app
[ DIR ]
drwxrwxrwx
2022-10-04 08:01
bootstrap
[ DIR ]
drwxrwxrwx
2022-10-04 08:01
config
[ DIR ]
drwxrwxrwx
2022-10-04 08:01
database
[ DIR ]
drwxrwxrwx
2022-10-04 08:01
lang
[ DIR ]
drwxrwxrwx
2022-10-04 07:58
public
[ DIR ]
drwxrwxrwx
2024-03-17 01:57
resources
[ DIR ]
drwxrwxrwx
2022-10-04 07:58
routes
[ DIR ]
drwxrwxrwx
2022-10-04 07:58
storage
[ DIR ]
drwxrwxrwx
2022-10-04 07:58
tests
[ DIR ]
drwxrwxrwx
2022-10-04 07:58
vendor
[ DIR ]
drwxrwxrwx
2022-10-04 08:14
.env
1.12
KB
-rw-rw-rw-
2023-03-20 14:09
.env.example
1.04
KB
-rw-rw-rw-
2022-08-03 06:42
README.md
2.58
KB
-rw-rw-rw-
2022-05-22 20:29
artisan
1.65
KB
-rw-rw-rw-
2022-05-22 20:29
composer.json
1.81
KB
-rw-rw-rw-
2022-12-02 09:17
composer.lock
300.29
KB
-rw-rw-rw-
2022-10-04 08:14
import-mahasiswa-baru.xlsx
26.25
KB
-rw-rw-rw-
2022-10-07 13:17
naila.txt
29
B
-rw-rw-rw-
2024-03-17 01:57
package.json
473
B
-rw-rw-rw-
2022-05-22 20:29
phpunit.xml
1.15
KB
-rw-rw-rw-
2022-05-22 20:29
web.config
1.01
KB
-rw-rw-rw-
2022-10-03 19:55
webpack.mix.js
559
B
-rw-rw-rw-
2022-05-22 20:29
Save
Rename
<p align="center"><img src="https://raw.githubusercontent.com/rifuntastic/importer-neo-feeder/master/public/images/logo-importer.png" width="400"></p> <br/><br/> Importer aplikasi PDDIKTI Neo Feeder menggunakan file excel. Aplikasi ini dikembangkan menggunakan PHP versi 8.1.4 dengan framework Laravel versi 9.5.1 <br/><br/> ## Fitur - Insert Biodata Mahasiswa :white_check_mark: - Insert Riwayat Pendidikan Mahasiswa :white_check_mark: - Insert Mata Kuliah :white_check_mark: - Insert Kurikulum :white_check_mark: - Insert Mata Kuliah ke Kurikulum :white_check_mark: - Lainnya :hourglass_flowing_sand: <br/> ## Persiapan - Install aplikasi web server, untuk mempermudah dapat mengunakan aplikasi : <a href="https://www.apachefriends.org/download.html">XAMPP</a>. Pastikan versi php yang digunakan minimal versi 8. - Install aplikasi <a href="https://git-scm.com/">Git</a> - Install aplikasi <a href="https://getcomposer.org/">Composer</a> - Install aplikasi text editor, seperti <a href="https://code.visualstudio.com/">Visual Studio Code</a> atau lainnya <br/> ## Installasi / Clone Project - Buat database baru dengan membuka browser dan masuk ke halaman <a href="http://localhost/phpmyadmin">localhost/phpmyadmin</a> - Pada sebelah kiri klik New, dan masukkan nama database contoh : importer_neo_feeder lalu klik tombol Create - Dengan menggunakan terminal aplikasi Git Bash masuk pada folder htdocs aplikasi XAMPP dan lakukan clone project ini ``` git clone https://github.com/rifuntastic/importer-neo-feeder.git ``` - Masuk ke folder project ``` cd importer-neo-feeder ``` - Install depedencies ``` composer install ``` - Setup environment variable ``` cp .env.example .env ``` - Buka file .env dengan text editor dan edit pada bagian database berikut untuk nama, username, dan password database (sesuaikan dengan pengaturan database anda) ``` DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=importer_neo_feeder DB_USERNAME=root DB_PASSWORD= ``` - Kembali ke terminal, generate APP_KEY ``` php artisan key:generate ``` - Lakukan migrasi database ``` php artisan migrate ``` - Jalankan aplikasi ``` php artisan serve ``` - Buka browser ``` http://127.0.0.1:8000 ``` <br/> ## Kontak Email : rivan.hadinata@gmail.com <br/> ## Credits - Dashboard Template : <a href="https://github.com/BootstrapDash/skydash-free-bootstrap-admin-template" target="_blank">Skydash from BootstrapDash</a> <br/> ## Support <p align="center"><img src="https://raw.githubusercontent.com/rifuntastic/importer-neo-feeder/master/public/images/qris.jpeg" width="200"></p>