A complete CRM module for Laravel ERP — customers, leads, opportunities, pipelines & activities.
1.0.0
2026-06-13 19:47 UTC
Requires
- php: ^8.2|^8.3
- laravel/framework: ^11.0|^12.0
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