agenciafmd/admix-leads
最新稳定版本:1.0.0
Composer 安装命令:
composer require agenciafmd/admix-leads
包简介
Keep all your leads safe
README 文档
README
- Keep all your leads safe
Installation
composer require agenciafmd/admix-leads:v10.x-dev
Run the migrations
php artisan migrate
If you want to use the seeder, add on your database/seeders/DatabaseSeeder.php
use Agenciafmd\Leads\Database\Seeders\LeadTableSeeder; $this->call(LeadTableSeeder::class);
Usage
If you are using the agenciafmd/admix-postal, all leads will be saved, without any configuration.
If not, you can use the Agenciafmd\Leads\Models\Lead model to save your leads
Lead::query() ->create([ 'source' => 'site', 'name' => 'Irineu Martins Junior', 'email' => 'irineu@fmd.ag', 'phone' => '(17) 3353-2444', 'description' => 'Conteúdo do lead', ]);
统计信息
- 总下载量: 6.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-10-02
