
php-yii
List of commands for php-yii:
-
php-yii:tldr:299fb php-yii: Display a list of all available commands.$ php yii ${help}try on your machineexplain this command
-
php-yii:tldr:9a0b1 php-yii: Generate a controller, views and related files for the CRUD actions on the specified model class.$ php yii ${gii-crud} --modelClass=${ModelName} --controllerClass=${ControllerName}try on your machineexplain this command