Vibe
A dynamic CRM platform designed to enhance customer relationships, streamline interactions, and foster a positive engagement experience for businesses.
Installation
Run the following command to pull in the latest version:
composer require jobmetric/vibe
Publish the config
Run the following command to publish the package config file:
php artisan vendor:publish --provider="JobMetric\Vibe\VibeServiceProvider" --tag="vibe-config"
You should now have a config/vibe.php file that allows you to configure the basics of this package.
Documentation
Coming soon...