定制 onestartup/crm 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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-installation
    
  • run serv

    php artisan serve
    
  • test in this route how admin user
	http://localhost:8000/admin/crm

统计信息

  • 总下载量: 618
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2018-04-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固