onestartup/crm
Composer 安装命令:
composer require onestartup/crm
包简介
record management with tracking log
README 文档
README
onestartup/crm is a module to manipulate the information that arrives through the forms of our project
Installation
- Run this in the terminal
composer require onestartup/crm
- after add the ServiceProvider to the providers array in config/app.php
Onestartup\Crm\CrmListServiceProvider::class,
- Run migration
php artisan migrate
- add next lines to app/User.php
public function tracings()
{
return $this->hasMany('Onestartup\Crm\Tracing', 'user_id');
}
- add next lines to app/Interested.php
public function tracings()
{
return $this->hasMany('Onestartup\Crm\Tracing', 'interested_id');
}
for version 0.0.7 install plugin buttons datatable in base project
https://yajrabox.com/docs/laravel-datatables/master/buttons-installationrun serv
php artisan serve- test in this route how admin user
http://localhost:8000/admin/crm
统计信息
- 总下载量: 618
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-04-24