PHP code example of ebdsystems / archflow
1. Go to this page and download the library: Download ebdsystems/archflow 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/ */
ebdsystems / archflow example snippets bash
composer archflow:install
php artisan archflow:doctor --strict
bash
php artisan archflow:doctor --strict
php artisan archflow:sync-docs-check --strict
bash
php artisan make:module Product
php artisan make:module Product --force
bash
php artisan arch:lint
php artisan arch:lint --report-json
php artisan arch:lint --report-path=tools/architecture/lint-report-ci.json --report-json
php artisan archflow:metrics
php artisan archflow:pr-gate --strict
bash
php artisan archflow:run
php artisan archflow:run --ci
php artisan archflow:run --full-tests
php artisan archflow:run --skip-install --skip-tests
php artisan archflow:run --pr-gate-baseline-context=main --update-pr-gate-baseline
bash
php artisan domain-events:work --queue=domain-events --tries=5 --backoff=5
bash
php artisan arch:lint --report-json
php artisan arch:lint --report-json --report-path=tools/architecture/lint-report-ci.json
bash
php artisan archflow:run
php artisan archflow:run --ci
php artisan archflow:run --full-tests
php artisan archflow:run --tests-path=tests/Feature/Archflow
php artisan archflow:run --skip-install --skip-tests
php artisan archflow:run --skip-metrics --skip-adr --skip-pr-gate
php artisan archflow:run --pr-gate-baseline-context=main --update-pr-gate-baseline
composer archflow:run
composer archflow:ci