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


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.