dev-3bdulrahman/crm
Composer 安装命令:
composer require dev-3bdulrahman/crm
包简介
A complete CRM module for Laravel ERP — customers, leads, opportunities, pipelines & activities.
README 文档
README
A complete CRM module for Laravel ERP systems. Manage customers, leads, opportunities, sales pipelines, contacts, organizations, and activities — with full API and Livewire admin interface.
Features
- Customer & Contact Management
- Lead Tracking with Sources & Statuses
- Opportunity Management
- Sales Pipeline & Stages (Kanban-ready)
- Organization Management
- Activity & Notes Logging
- REST API endpoints
- Arabic & English translations
Requirements
| Dependency | Version |
|---|---|
| PHP | ^8.2 | ^8.3 |
| Laravel | ^11.0 | ^12.0 |
Installation
composer require dev-3bdulrahman/crm
Publish and run migrations:
php artisan vendor:publish --provider="Dev3bdulrahman\Crm\CrmServiceProvider" php artisan migrate php artisan db:seed --class="Dev3bdulrahman\Crm\Database\Seeders\CrmDatabaseSeeder"
Service Provider
Auto-discovered via Laravel package discovery. Manual registration in bootstrap/providers.php:
Dev3bdulrahman\Crm\CrmServiceProvider::class,
Changelog
See CHANGELOG.md for release history.
License
MIT License © Abdulrahman
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-13