taba / crm
A CRM package for Taba
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:CSS
Type:laravel-package
Requires
- php: ^8.2
- awcodes/filament-curator: ^3.3
- awcodes/filament-gravatar: ^2.0
- awcodes/filament-tiptap-editor: ^3.5
- bezhansalleh/filament-exceptions: ^2.0
- bezhansalleh/filament-language-switch: ^3.1
- croustibat/filament-jobs-monitor: ^2.4.0
- diglactic/laravel-breadcrumbs: ^10.0
- filament/filament: ^3.2.50
- filament/spatie-laravel-translatable-plugin: *
- google-gemini-php/client: ^2.3
- guzzlehttp/guzzle: ^7.9
- jeffgreco13/filament-breezy: ^2.2
- laravel/framework: ^10.0 || ^11.0 || ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.9
- livewire/livewire: ^3.3
- pboivin/filament-peek: ^2.2
- romanzipp/laravel-seo: ^2.6
- sinnbeck/markdom: ^2.0
- spatie/laravel-export: ^1.2
- spatie/laravel-sitemap: ^7.3
- symfony/ux-cropperjs: ^2.25
- z3d0x/filament-logger: ^0.8
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.9
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^8.1
This package is auto-updated.
Last update: 2025-07-09 14:09:28 UTC
README
A CRM package for Taba.
Installation
You can install the package via composer:
composer require taba/crm
Usage
After installing the package, you can access the CRM by visiting the /admin
URL.
Publishing Assets
You can publish the package's assets using the following command:
php artisan vendor:publish --provider="Taba\Crm\Providers\CrmServiceProvider" --tag=public
Publishing Configuration
You can publish the package's configuration file using the following command:
php artisan vendor:publish --provider="Taba\Crm\Providers\CrmServiceProvider" --tag=config
Publishing Views
You can publish the package's views using the following command:
php artisan vendor:publish --provider="Taba\Crm\Providers\CrmServiceProvider" --tag=views
License
The Taba CRM is open-sourced software licensed under the MIT license.