PHP code example of clive0417 / d-b-diagram-regular-parse
1. Go to this page and download the library: Download clive0417/d-b-diagram-regular-parse library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
clive0417 / d-b-diagram-regular-parse example snippets
bash
php artisan vendor:publish --provider="Clive0417\DBDiagramRegularParse\ServiceProvider"
bash
php artisan clive0417:migration_generate --db_diagram_path="{{DB Diagram 檔案路徑}}"
bash
php artisan migrate
bash
php artisan clive0417:model_generate