PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Uldis Nelsons   D3 BTL   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: D3 BTL
Get machine project from BTL file into a database
Author: By
Last change:
Date: 2 years ago
Size: 712 bytes
 

Contents

Class file image Download

d3btl"

Features

Reads BTL files created by design2machine interface

https://design2machine.com/btl/btl_v106.pdf

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require d3yii2/d3btl "*"

or add

"d3yii2/d3btl": "*"

to the require section of your composer.json file.

add to migration path


'class' => 'yii\console\controllers\MigrateController',
'migrationPath' => [
                    '@d3yii2/d3btl/migrations',
]

Usage

command add, reads files and saves their data in database


php btl/process-file/add path/to/file

data structure