mralston/iq
最新稳定版本:v1.0.13
Composer 安装命令:
composer require mralston/iq
包简介
Package for working with IQ CRM.
关键字:
README 文档
README
Introduction
This package provides a way to work with the IQ Solar database.
Config
This package uses the iq database connection. Add the following to config/database.php:
'iq' => [ 'driver' => 'sqlsrv', 'url' => env('IQ_DATABASE_URL'), 'host' => env('IQ_DB_HOST'), 'port' => env('IQ_DB_PORT', 1433), 'database' => env('IQ_DB_DATABASE'), 'username' => env('IQ_DB_USERNAME'), 'password' => env('IQ_DB_PASSWORD'), 'charset' => 'utf8', 'prefix' => '', 'prefix_indexes' => true, ],
The database connection can then be set up as follows in the .env file:
IQ_DB_HOST=<IQ SQL Server hostname or IP address> IQ_DB_DATABASE=<IQ SQL Server database> IQ_DB_USERNAME=<IQ SQL Server username> IQ_DB_PASSWORD=<IQ SQL Server password>
Security Vulnerabilities
Please e-mail security vulnerabilities directly to me.
Licence
PDF is open-sourced software licenced under the MIT license.
IQ Solar is produced by and remains copyright of Lewis John Limited.
统计信息
- 总下载量: 105
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-06