Open Source CRM and Automation tool, using Laravel and Filament.
azzarip/teavel is a Laravel package for open source crm and automation tool, using laravel and filament..
It currently has 4 GitHub stars and 567 downloads on Packagist (latest version 1.0.4).
Install it with composer require azzarip/teavel.
Discover more Laravel packages by azzarip
or browse all Laravel packages to compare alternatives.
Last updated
Open Source CRM and Automation Tool for handling landing page forms and contacts with possible leads and clients.
You can install the package via composer:
composer require azzarip/teavel
You can publish and run the migrations with:
php artisan vendor:publish --tag="teavel-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="teavel-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="teavel-views"
This is the contents of the published config file:
return [
];
$teavel = new Azzarip\Teavel();
echo $teavel->echoPhrase('Hello, Azzarip!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.