https://github.com/haifahrul/pt-ami-exam
Exam
https://github.com/haifahrul/pt-ami-exam
Last synced: 3 months ago
JSON representation
Exam
- Host: GitHub
- URL: https://github.com/haifahrul/pt-ami-exam
- Owner: haifahrul
- License: other
- Created: 2017-05-24T17:19:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T02:39:49.000Z (over 6 years ago)
- Last Synced: 2025-01-13T07:11:53.920Z (5 months ago)
- Language: PHP
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PT. AMI - Exam
============================INSTALLATION
------------### Install
Before you using, please run `composer install` to generate a required files.
Now you should be able to access the application through the following URL, assuming `basic` is the directory
directly under the Web root.~~~
http://testsibisnis.test/
~~~URL above also using to API in page soal 5
CONFIGURATION
-------------### Database
Database filename is `testsibisnis.sql` and locate in root folder.
```php
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=testsibisnis',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
];
```