All 131 Packages
Mewayz includes 131 installable packages organized into categories. Each package adds specific business functionality to your workspace.
Tier 1: Foundation Packages
These are the core data-layer packages that other packages depend on. They must never be removed.
Tier 1 packages provide the fundamental data models (Employee, Contact, Invoice, Task, etc.) that 20+ other packages rely on.
| Package | Dependents | Key Models |
| Hrm | 22 packages | Employee, Branch, Department, Designation |
| Sales | 14 packages | Lead, Contact, Deal, Pipeline |
| Account | 26 packages | Customer, Invoice, Tax, Payment |
| Taskly | 20 packages | Task, Project, Sprint, Milestone |
CRM & Sales Packages
| Package | Description |
| Sales | Core CRM with leads, contacts, deals, and pipeline |
| Lead | Advanced lead management and scoring |
| Contact | Contact database with custom fields |
| Deal | Deal tracking with stage management |
| Proposal | Create and send proposals with templates |
| Contract | Contract management with e-signatures |
| Estimate | Project estimates and quotes |
| EmailMarketing | Campaign management and automation |
| Form | Web forms for lead capture |
| Newsletter | Email newsletter management |
| SalesForecasting | Revenue forecasting and analytics |
| Referral | Referral tracking and rewards |
HRM & Workforce Packages
| Package | Description |
| Hrm | Core HRM with employees, departments, and branches |
| Attendance | Clock in/out and attendance tracking |
| Leave | Leave requests, approvals, and balances |
| Payroll | Salary calculation, payslips, and deductions |
| Recruitment | Job postings, applications, and interviews |
| Training | Training programs and certifications |
| Performance | KPIs, reviews, and appraisals |
| Biometric | Biometric device integration |
| Shift | Work shift scheduling and rotation |
| Travel | Business travel requests and reimbursement |
| Award | Employee awards and recognition |
| Complaint | Employee complaint management |
| Warning | Disciplinary warnings and tracking |
| Resignation | Resignation workflow and exit interviews |
| Promotion | Employee promotion tracking |
Accounting & Finance Packages
| Package | Description |
| Account | Core accounting with chart of accounts |
| Invoice | Invoice creation, sending, and tracking |
| Expense | Expense categorization and tracking |
| Banking | Bank account management and reconciliation |
| Tax | Tax rates, groups, and reporting |
| Budget | Departmental budget planning |
| Payment | Payment gateway integration |
| CreditNote | Credit note management |
| DebitNote | Debit note management |
| Journal | Journal entries for double-entry accounting |
| ChartOfAccount | Customizable chart of accounts |
| FinancialReport | P&L, balance sheet, cash flow reports |
Project Management Packages
| Package | Description |
| Taskly | Core tasks and projects |
| Kanban | Kanban board view for tasks |
| Sprint | Agile sprint planning and tracking |
| Gantt | Gantt chart timeline view |
| TimeTracker | Time logging and reporting |
| Milestone | Project milestone tracking |
| ProjectNote | Project documentation and notes |
| Bug | Bug tracking and resolution |
E-commerce & Store Packages
| Package | Description |
| ProductService | Product and service catalog |
| Pos | Point of sale system |
| Inventory | Inventory management and tracking |
| Order | Order processing and fulfillment |
| Coupon | Discount coupons and promotions |
| Shipping | Shipping management and tracking |
Communication Packages
| Package | Description |
| Chat | Internal team messaging |
| Meeting | Meeting scheduling and management |
| Zoom | Zoom integration for meetings |
| Announcement | Company-wide announcements |
| Notification | Push and email notifications |
Additional Package Categories
Mewayz also includes packages for:
- Bookings -- Appointment scheduling, calendar, reminders
- Legal -- Cases, contracts, document management
| VCard | Digital business cards |
- Knowledge Base -- Internal wiki, articles, categories
- Support Ticket -- Helpdesk ticketing system
- Asset Management -- Asset tracking and depreciation
- Fleet Management -- Vehicles, drivers, fuel tracking
- Visitor Management -- Visitor logs and badges
- Document Management -- File storage and organization
- Goal Tracking -- OKRs and goal management
- Webhook -- Outgoing webhook management
- RestAPI -- API endpoint management
- Import/Export -- Bulk data import and export
- And 50+ more specialized packages
Package Management
Enabling/Disabling Packages
Packages can be enabled or disabled from Settings > Modules. Disabled packages:
- Remove their menu items from the sidebar
- Disable their routes and pages
- Keep their data intact (re-enable to restore)
Package Architecture
Each package follows a standard structure:
/packages/mewayz/{PackageName}/
src/
Providers/
{PackageName}ServiceProvider.php
Http/
Controllers/
Models/
Resources/
js/
Pages/
menus/
company-menu.ts
routes/
web.php
All packages are loaded by the central PackageServiceProvider.php. Service providers register routes, views, and menu items automatically.