Overview
Set up, build, and deploy ComplyFlow using modern tools and best practices.
Key Concepts
- Vite Build Pipeline: Fast asset bundling and hot reload for development.
- Asset Optimization: Minification, concatenation, and cache-busting for production.
- Code Quality Enforcement: PHPCS, PHPStan, ESLint, and Prettier for code standards.
- Automated Testing: PHPUnit and static analysis for reliability.
- Install dependencies with Composer and NPM.
- Build assets with
npm run build. - Run code quality checks before deployment.
- Deploy to your server or marketplace.
- Use version control (Git) for all code changes.
- Automate builds and tests with CI/CD pipelines.
Steps
Tips
Share this article
Still need help?
Our support team is ready to assist you with personalized guidance for your workspace.