Build and Deployment

Overview

Set up, build, and deploy ComplyFlow using modern tools and best practices.

Key Concepts

    1. Vite Build Pipeline: Fast asset bundling and hot reload for development.
    2. Asset Optimization: Minification, concatenation, and cache-busting for production.
    3. Code Quality Enforcement: PHPCS, PHPStan, ESLint, and Prettier for code standards.
    4. Automated Testing: PHPUnit and static analysis for reliability.
    5. Steps

    6. Install dependencies with Composer and NPM.
    7. Build assets with npm run build.
    8. Run code quality checks before deployment.
    9. Deploy to your server or marketplace.
    10. Tips

    11. Use version control (Git) for all code changes.
    12. Automate builds and tests with CI/CD pipelines.

Share this article

Was this article helpful?

Help us improve our documentation

Still need help?

Our support team is ready to assist you with personalized guidance for your workspace.

Submit a support ticket