webspero/beta-crm

Krayin CRM

安装: 0

依赖: 0

建议: 0

安全: 0

星星: 0

分支: 0

类型:项目

dev-main 2022-06-02 07:13 UTC

README

开发者指南:利用此项目中最热门的两个框架——Laravel 和 Vue.js。

需求

  • 服务器:Apache 2 或 NGINX。
  • 内存:3 GB 或更高。
  • PHP:7.3 或更高版本。
  • MySQL 用户:5.7.23 或更高版本。
  • MariaDB 用户:10.2.7 或更高版本。
  • Node:8.11.3 LTS 或更高版本。
  • Composer:1.6.5 或更高版本。

安装和配置

按照以下顺序执行以下命令
composer create-project krayin/laravel-crm
  • 在根目录中找到 .env 文件,并将 APP_URL 参数更改为您的 域名

  • 此外,在 .env 文件中配置 邮件数据库 参数。

php artisan webspero-crm:install

执行 CRM:

在服务器上

警告:在生产模式之前,我们建议您卸载开发依赖项。为此,请运行以下命令

composer install --no-dev

Open the specified entry point in your hosts file in your browser or make an entry in hosts file if not done.
在本地
php artisan route:clear
php artisan serve

如何以管理员身份登录

http(s)://example.com/admin/login

email:admin@example.com
password:admin123