Enterprise CRM & Omnichannel Customer Management Platform
🌐 Documentation · 🚀 Installation · 📦 GitHub
OmmicomCRM is a modern enterprise-grade Customer Relationship Management (CRM) platform built on top of the Krayin CRM core using Laravel.
The system focuses on customer management, omnichannel communication, workflow automation, lead tracking, and marketing integrations across multiple social platforms including Facebook, Instagram, WhatsApp, and more.
OmmicomCRM is designed to support scalable business operations with modular architecture, clean UI, and extensible CRM workflows.
OmmicomCRM is an enterprise CRM platform developed with Laravel and Krayin CRM, providing customer management, omnichannel communication, marketing automation, workflow management, and business operation tools in a centralized system.
CRM System, Enterprise CRM, Laravel CRM, Omnichannel Platform, Customer Management, Sales Management, Marketing Automation, Facebook Integration, WhatsApp Integration, Instagram Integration, Workflow Automation, Business Management, Lead Management
- Customer profile management
- Organization & contact management
- Lead tracking system
- Customer segmentation
- Facebook integration
- Instagram integration
- WhatsApp integration
- Multi-channel customer interaction
- Campaign management
- Workflow automation
- Lead nurturing
- Email automation
- Opportunity tracking
- Quotes & proposals
- Sales pipeline management
- Revenue tracking
- Task assignment
- Internal workflow automation
- Team collaboration
- Activity tracking
- Business overview dashboard
- Customer analytics
- Campaign performance
- CRM statistics
| Technology | Version | Description |
|---|---|---|
| PHP | 8.1+ | Backend Language |
| Laravel | 10.x | PHP Framework |
| Krayin CRM | Latest | CRM Core System |
| MySQL | 8+ | Database System |
| Composer | 2.x | Dependency Manager |
| Technology | Description |
|---|---|
| Blade | Laravel Template Engine |
| Tailwind CSS | UI Framework |
| JavaScript | Frontend Logic |
| Vite | Frontend Build Tool |
OmmicomCRM
├── app
├── bootstrap
├── config
├── database
├── packages
│ └── Webkul
├── public
├── resources
├── routes
├── storage
├── tests
└── README.md| Component | Minimum Requirement |
|---|---|
| PHP | 8.1+ |
| Node.js | 18+ |
| Composer | 2.x |
| MySQL | 5.7+ |
| MariaDB | 10.2+ |
| Apache / Nginx | Supported |
git clone https://github.com/scoppy9201/OmmicomCRM.git
cd OmmicomCRMcomposer install
npm installCopy environment file:
cp .env.example .envGenerate application key:
php artisan key:generateUpdate database configuration inside .env:
DB_DATABASE=ommicomcrm
DB_USERNAME=root
DB_PASSWORD=Update application URL:
APP_URL=http://localhost:8000Run Krayin CRM installation:
php artisan krayin-crm:installphp artisan migrate --seedphp artisan serve
npm run devVisit:
http://127.0.0.1:8000
Access admin dashboard:
http://127.0.0.1:8000/admin/login
| Field | Default Value |
|---|---|
| admin@example.com | |
| Password | admin123 |
Generate demo data using Artisan Tinker:
php artisan tinkerExample:
\Webkul\Product\Models\Product::factory()->count(20)->create();
\Webkul\Contact\Models\Organization::factory()->count(10)->create();
\Webkul\Contact\Models\Person::factory()->count(20)->create();
\Webkul\Quote\Models\Quote::factory()->count(10)->create();Install optimized production dependencies:
composer install --no-dev --optimize-autoloaderImportant:
- Configure web server root to
/public - Enable HTTPS for production
- Configure queue & cache drivers
- Optimize Laravel configuration
Clear route cache:
php artisan route:clearRun development server:
php artisan serveBuild admin frontend:
cd packages/Webkul/Admin
npm install
npm run devOmmicomCRM follows a modular enterprise architecture:
- Modular package system
- Service-oriented architecture
- CRM workflow structure
- Reusable components
- Scalable business modules
Main layers:
- Controllers
- Services
- Models
- Repositories
- Blade Components
- Packages
OmmicomCRM is suitable for:
- Enterprise CRM systems
- Marketing platforms
- Omnichannel communication systems
- Sales management systems
- Startup SaaS CRM products
- Internal business management systems
Upcoming planned features:
- AI CRM Assistant
- Real-time Chat System
- Advanced Analytics
- Multi-tenant SaaS Architecture
- Mobile CRM Application
- Automation Builder
- Voice & Video Integration
Contributions are welcome.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push your branch
- Open a Pull Request
MIT License
- GitHub: https://github.com/scoppy9201/OmmicomCRM
- Original Source: https://github.com/DungKM/crm-coresys
- Bùi Mạnh Hưng


