2017 © Pedro Peláez
 

yii2-extension yii2-enhanced-gii-crud-template

crud template for persian language

image

amintado/yii2-enhanced-gii-crud-template

crud template for persian language

  • Monday, April 2, 2018
  • by amintado
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-enhanced-gii-crud-template

crud template for persian language, (*1)

instalation

Using Composer

You can use the composer package manager to install. Either run:, (*2)

$ php composer.phar require amintado/yii2-enhanced-gii-crud-template "@dev", (*3)

or add:

"amintado/yii2-enhanced-gii-crud-template": "@dev", (*4)

to your composer.json file, (*5)

config

add this code to @app/config/main-local.php file:, (*6)

$config['modules']['gii'] = [ 'class' => 'yii\gii\Module', 'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20'], 'generators' => [ //here 'enhanced-gii-crud'=>[ 'templates'=>[ 'default' => '@vendor/mootensai/yii2-enhanced-gii/crud/default', 'nested' => '@vendor/mootensai/yii2-enhanced-gii/crud/nested', 'persian'=>'@vendor/amintado/yii2-enhanced-gii-crud-template/persian', 'material-dashboard-pro'=>'@vendor/amintado/yii2-enhanced-gii-crud-template/material-dashboard-pro', ] ] ], ];, (*7)

for use

1- open gii module in browser and go to 'I/O Generator (CRUD)' page 2- then in the form, change Code Template field to persian, (*8)

note

for use material-kit theme, you must add material dashboard pro assets to your project: https://www.creative-tim.com/product/material-dashboard, (*9)

The Versions

02/04 2018

dev-master

9999999-dev

crud template for persian language

  Sources   Download

MIT

The Requires

 

yii2 gii gii template mootensai enhanced gii enhanced gii

02/04 2018

0.1

0.1.0.0

crud template for persian language

  Sources   Download

MIT

The Requires

 

yii2 gii gii template mootensai enhanced gii enhanced gii