How to make CRUD easily with yii advanced framework generator
Requirements:
1. A web server with php 5 or above: https://www.apachefriends.org/download.html
2. Database (using xampp mysql)
3. Composer: https://getcomposer.org/download/
4. Yii advanced (in cmd after installing composer) : composer create-project –prefer-dist yiisoft/yii2-app-advanced yii-application
Steps:
1. Download and install all the requirements
2. Create the database
3. Install and start yii advanced framework
4. Create a model from the database using yii generator
5. Create a CRUD based on the model using yii generator
6. Create a button to access CRUD
created by: Ardian Kristya P / 2110171055 / 2 D4 IT B
video link: https://drive.google.com/open?id=1aFVBoR_AHfk-5-h45DaQuc3DchjzmOXT
video download link: https://drive.google.com/uc?export=download&id=1aFVBoR_AHfk-5-h45DaQuc3DchjzmOXT
Recent Comments