I have an upgraded repo for this in here. Enjoy! Thanks for stopping by. :)
This is a complete repository for a website I developed in Yii2 Framework and MySQL Database.
The name SIPENA is short for "Sistem Perekaman Fenomena" or in English is "Phenomena Recording System."
This website is the study case I used for my book "Developing Website with Yii2 Framework", written in Bahasa Indonesia.
- Download everything in the source_code folder. Move the files to your htdocs.
- Extract sipenademo.zip, this step will also extract sipenademo.z01 and sipenademo.z02
- Download the sql files in database folder.
- Open your Database Server (Localhost, PhpMyAdmin), create a database, name it "sipena."
- Import sipena.sql to the database you created in step 4.
- Create another database, name it "sipantas"
- Import sipantas.sql to the database you created in step 6.
- If you have a username other than "root" for your database, make changes in database config, in config\db.php and config\dblogin.php
- Access the website using URL localhost/sipenademo/
The CSS files on sipena/css folder are my personal modification for another yii2 website I create. It's not much, but it's quite better-looking than the default CSS provided by Yii. You may need to modify it to make it work perfectly on your own website.