laravel-crm
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
Language: php
Author: GitHub Repos (@github-repos)
0 stars · 0 views
Files
- example.txt (txt)
- vite.config.js (js)
- .editorconfig (editorconfig)
- packages (txt)
- Webkul (txt)
- WebForm (txt)
- vite.config.js (js)
- package.json (json)
- tailwind.config.js (js)
- .gitignore (gitignore)
- composer.json (json)
- postcss.config.js (js)
- src (txt)
- Repositories (txt)
- WebFormRepository.php (php)
- WebFormAttributeRepository.php (php)
- Routes (txt)
- routes.php (php)
- Resources (txt)
- views (txt)
- settings (txt)
- web-forms (txt)
- embed.blade.php (php)
- preview.blade.php (php)
- controls.blade.php (php)
- components (txt)
- form (txt)
- index.blade.php (php)
- control-group (txt)
- index.blade.php (php)
- error.blade.php (php)
- control.blade.php (php)
- label.blade.php (php)
- layouts (txt)
- index.blade.php (php)
- button (txt)
- index.blade.php (php)
- spinner (txt)
- index.blade.php (php)
- flash-group (txt)
- index.blade.php (php)
- item.blade.php (php)
- lang (txt)
- en (txt)
- app.php (php)
- ar (txt)
- app.php (php)
- fa (txt)
- app.php (php)
- es (txt)
- app.php (php)
- pt_BR (txt)
- app.php (php)
- tr (txt)
- app.php (php)
- vi (txt)
- app.php (php)
- assets (txt)
- fonts (txt)
- js (txt)
- app.js (js)
- plugins (txt)
- flatpickr.js (js)
- emitter.js (js)
- vee-validate.js (js)
- axios.js (js)
- css (txt)
- app.css (css)
- locales (txt)
- hi_IN.json (json)
- sin.json (json)
- Models (txt)
- WebFormProxy.php (php)
- WebForm.php (php)
- WebFormAttribute.php (php)
- WebFormAttributeProxy.php (php)
- Database (txt)
- Migrations (txt)
- 2026_07_09_000000_add_lead_pipeline_id_to_web_forms_table.php (php)
- 2021_12_14_213049_create_web_forms_table.php (php)
- 2021_12_14_214923_create_web_form_attributes_table.php (php)
- Config (txt)
- menu.php (php)
- acl.php (php)
- Contracts (txt)
- WebForm.php (php)
- WebFormAttribute.php (php)
- Http (txt)
- Controllers (txt)
- Controller.php (php)
- WebFormController.php (php)
- Requests (txt)
- WebForm.php (php)
- Rules (txt)
- PhoneNumber.php (php)
- Providers (txt)
- WebFormServiceProvider.php (php)
- ModuleServiceProvider.php (php)
- DataGrids (txt)
- WebFormDataGrid.php (php)
- Activity (txt)
- composer.json (json)
- src (txt)
- Repositories (txt)
- ActivityRepository.php (php)
- ParticipantRepository.php (php)
- FileRepository.php (php)
- Models (txt)
- File.php (php)
- ParticipantProxy.php (php)
- Participant.php (php)
- FileProxy.php (php)
- ActivityProxy.php (php)
- Activity.php (php)
- Database (txt)
- Migrations (txt)
- 2021_05_12_150329_create_activities_table.php (php)
- 2021_07_28_142453_create_activity_participants_table.php (php)
- 2021_05_15_151855_create_activity_files_table.php (php)
- 2021_11_17_190943_add_location_column_in_activities_table.php (php)
- 2025_01_17_151632_alter_activities_table.php (php)
- Traits (txt)
- LogsActivity.php (php)
- Contracts (txt)
- File.php (php)
- Participant.php (php)
- Activity.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- ActivityServiceProvider.php (php)
- Automation (txt)
- src (txt)
- Repositories (txt)
- WorkflowRepository.php (php)
- WebhookRepository.php (php)
- Models (txt)
- Webhook.php (php)
- WorkflowProxy.php (php)
- WebhookProxy.php (php)
- Workflow.php (php)
- Listeners (txt)
- Entity.php (php)
- Database (txt)
- Migrations (txt)
- 2024_07_24_150821_create_webhooks_table.php (php)
- 2021_08_26_133538_create_workflows_table.php (php)
- Config (txt)
- workflows.php (php)
- Contracts (txt)
- Webhook.php (php)
- Workflow.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- WorkflowServiceProvider.php (php)
- Helpers (txt)
- Validator.php (php)
- Entity (txt)
- Lead.php (php)
- AbstractEntity.php (php)
- Person.php (php)
- Quote.php (php)
- Activity.php (php)
- Entity.php (php)
- Services (txt)
- WebhookService.php (php)
- Email (txt)
- composer.json (json)
- src (txt)
- Repositories (txt)
- EmailRepository.php (php)
- AttachmentRepository.php (php)
- Mails (txt)
- Email.php (php)
- Models (txt)
- EmailProxy.php (php)
- Email.php (php)
- AttachmentProxy.php (php)
- Attachment.php (php)
- InboundEmailProcessor (txt)
- SendgridEmailProcessor.php (php)
- Contracts (txt)
- InboundEmailProcessor.php (php)
- WebklexImapEmailProcessor.php (php)
- Console (txt)
- Commands (txt)
- ProcessInboundEmails.php (php)
- Database (txt)
- Migrations (txt)
- 2021_05_24_075618_create_emails_table.php (php)
- 2024_08_27_091619_create_email_tags_table.php (php)
- 2021_05_25_072700_create_email_attachments_table.php (php)
- Contracts (txt)
- Email.php (php)
- Attachment.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- EmailServiceProvider.php (php)
- Helpers (txt)
- Parser.php (php)
- Charset.php (php)
- Contracts (txt)
- CharsetManager.php (php)
- HtmlFilter.php (php)
- Attachment.php (php)
- Enums (txt)
- SupportedFolderEnum.php (php)
- Warehouse (txt)
- src (txt)
- Repositories (txt)
- WarehouseRepository.php (php)
- LocationRepository.php (php)
- Models (txt)
- Warehouse.php (php)
- WarehouseProxy.php (php)
- LocationProxy.php (php)
- Location.php (php)
- Database (txt)
- Migrations (txt)
- 2024_06_21_160707_create_warehouses_table.php (php)
- 2024_06_21_160735_create_warehouse_locations_table.php (php)
- 2024_08_10_100340_create_warehouse_tags_table.php (php)
- 2024_08_10_100329_create_warehouse_activities_table.php (php)
- Contracts (txt)
- Warehouse.php (php)
- Location.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- WarehouseServiceProvider.php (php)
- DataGrid (txt)
- src (txt)
- Action.php (php)
- Repositories (txt)
- SavedFilterRepository.php (php)
- ColumnTypes (txt)
- Boolean.php (php)
- Datetime.php (php)
- Text.php (php)
- Integer.php (php)
- Date.php (php)
- Aggregate.php (php)
- Decimal.php (php)
- Models (txt)
- SavedFilter.php (php)
- SavedFilterProxy.php (php)
- Database (txt)
- Migrations (txt)
- 2024_05_10_152848_create_saved_filters_table.php (php)
- Contracts (txt)
- SavedFilter.php (php)
- Http (txt)
- helpers.php (php)
- Exceptions (txt)
- InvalidColumnException.php (php)
- InvalidColumnTypeException.php (php)
- InvalidDataGridException.php (php)
- Exports (txt)
- DataGridExport.php (php)
- DataGrid.php (php)
- Providers (txt)
- DataGridServiceProvider.php (php)
- ModuleServiceProvider.php (php)
- Column.php (php)
- MassAction.php (php)
- Enums (txt)
- Lead.php (php)
- ColumnTypeEnum.php (php)
- DateRangeOptionEnum.php (php)
- FilterTypeEnum.php (php)
- Contact (txt)
- composer.json (json)
- src (txt)
- Repositories (txt)
- OrganizationRepository.php (php)
- PersonRepository.php (php)
- Models (txt)
- Person.php (php)
- Organization.php (php)
- OrganizationProxy.php (php)
- PersonProxy.php (php)
- Database (txt)
- Migrations (txt)
- 2021_09_22_194103_add_unique_index_to_name_in_organizations_table.php (php)
- 2024_08_14_102116_add_user_id_column_in_persons_table.php (php)
- 2021_04_09_065617_create_persons_table.php (php)
- 2024_08_06_161212_create_person_activities_table.php (php)
- 2024_07_31_092951_add_job_title_in_persons_table.php (php)
- 2024_08_14_102136_add_user_id_column_in_organizations_table.php (php)
- 2024_09_09_112201_add_unique_id_to_person_table.php (php)
- 2024_08_06_145943_create_person_tags_table.php (php)
- 2021_04_09_051326_create_organizations_table.php (php)
- 2025_03_19_132236_update_organization_id_column_in_persons_table.php (php)
- Factories (txt)
- PersonFactory.php (php)
- Contracts (txt)
- Person.php (php)
- Organization.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- ContactServiceProvider.php (php)
- Lead (txt)
- composer.json (json)
- src (txt)
- Repositories (txt)
- StageRepository.php (php)
- LeadRepository.php (php)
- TypeRepository.php (php)
- ProductRepository.php (php)
- PipelineRepository.php (php)
- SourceRepository.php (php)
- Models (txt)
- Source.php (php)
- Stage.php (php)
- PipelineProxy.php (php)
- Type.php (php)
- LeadProxy.php (php)
- StageProxy.php (php)
- Pipeline.php (php)
- SourceProxy.php (php)
- Product.php (php)
- ProductProxy.php (php)
- TypeProxy.php (php)
- Database (txt)
- Migrations (txt)
- 2021_04_22_164215_create_leads_table.php (php)
- 2021_09_30_161722_alter_leads_table.php (php)
- 2021_09_30_154222_alter_lead_pipeline_stages_table.php (php)
- 2021_04_22_153258_create_lead_stages_table.php (php)
- 2021_05_12_150329_create_lead_activities_table.php (php)
- 2021_05_20_141240_create_lead_tags_table.php (php)
- 2021_04_21_172847_create_lead_types_table.php (php)
- 2021_07_02_201822_create_lead_quotes_table.php (php)
- 2021_09_30_135857_add_column_rotten_days_in_lead_pipelines_table.php (php)
- 2021_09_30_183825_change_user_id_to_nullable_in_leads_table.php (php)
- 2021_11_11_180804_change_lead_pipeline_stage_id_constraint_in_leads_table.php (php)
- 2025_07_01_133612_alter_lead_pipelines_table.php (php)
- 2024_11_29_120302_modify_foreign_keys_in_leads_table.php (php)
- 2021_04_22_171805_create_lead_products_table.php (php)
- 2021_09_23_221138_add_column_expected_close_date_in_leads_table.php (php)
- 2021_04_22_155838_create_lead_pipeline_stages_table.php (php)
- 2021_04_22_155706_create_lead_pipelines_table.php (php)
- 2021_04_21_172825_create_lead_sources_table.php (php)
- Contracts (txt)
- Lead.php (php)
- Source.php (php)
- Stage.php (php)
- Type.php (php)
- Pipeline.php (php)
- Product.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- LeadServiceProvider.php (php)
- Helpers (txt)
- MagicAI.php (php)
- Services (txt)
- MagicAIService.php (php)
- User (txt)
- .gitignore (gitignore)
- composer.json (json)
- src (txt)
- Repositories (txt)
- UserRepository.php (php)
- RoleRepository.php (php)
- GroupRepository.php (php)
- Models (txt)
- RoleProxy.php (php)
- User.php (php)
- UserProxy.php (php)
- Group.php (php)
- GroupProxy.php (php)
- Role.php (php)
- Database (txt)
- Migrations (txt)
- 2021_03_12_074578_create_groups_table.php (php)
- 2021_03_12_074857_create_users_table.php (php)
- 2021_03_12_074957_create_user_password_resets_table.php (php)
- 2021_03_12_074867_create_user_groups_table.php (php)
- 2021_09_22_194622_add_unique_index_to_name_in_groups_table.php (php)
- 2021_03_12_074597_create_roles_table.php (php)
- 2021_11_12_171510_add_image_column_in_users_table.php (php)
- Contracts (txt)
- User.php (php)
- Group.php (php)
- Role.php (php)
- Providers (txt)
- ModuleServiceProvider.php (php)
- UserServiceProvider.php (php)
- Core (txt)
- composer.json (json)
- src (txt)
- Core.php (php)
- Repositories (txt)
- CountryStateRepository.php (php)
- CoreConfigRepository.php (php)
- CountryRepository.php (php)
- Resources (txt)
- lang (txt)
- en (txt)
- app.php (php)
- ar (txt)
- app.php (php)
- ATTRIBUTION.md (markdown)