Tuesday 2 August 2016

Yii CRUD Generator

This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
Model Class-      app\models\TahsileMaster
Search Model Class- app\models\TahsileMastersearch
Controller Class- backend\controllers\TahsileController
View Path-

Link for merg

No comments:

Post a Comment

Setup VueJS in Laravel

Setup VueJS in Laravel 1. You will need to install javascript dependencies by running the following command on your terminal.      npm i...