esaticsas/customer-portal
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project esaticsas/customer-portal
包简介
Esatic SAS - Customer portal
README 文档
README
This project is based on Laravel framework
Installation
composer create-project esaticsas/customer-portal example-app
Configuration
In .env file set your database configuration for app and your crm database access
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=root DB_PASSWORD= DB_CRM_CONNECTION=mysql DB_CRM_HOST=192.168.122.216 DB_CRM_PORT=3306 DB_CRM_DATABASE=crmdatabase DB_CRM_USERNAME=root DB_CRM_PASSWORD=
After configuration run:
php artisan migrate php artisan passport:install
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-16