nhanduc/core

laravel项目的库

安装: 54

依赖: 0

建议者: 0

安全性: 0

星星: 0

关注者: 2

分支: 0

开放问题: 0

语言:CSS

dev-master 2023-12-12 03:57 UTC

This package is auto-updated.

Last update: 2024-09-12 05:35:49 UTC


README

NhanDuc Core

开发环境
  • Laravel ^8.0
  • PHP 7.4

团队

Nhanduc,OtherMember

安装步骤

仓库: https://github.com/nhandux/corelar

  1. 从nhanduc core克隆
git clone https://github.com/nhandux/corelar.git
  1. 检出到api分支(这是code vendor\nhanduc\core的通用分支)
git checkout master
  1. 更改本地项目的.env信息,例如(如果您使用Homestead)
# local
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=core
DB_USERNAME=homestead
DB_PASSWORD=secret
  1. 生成应用程序密钥并清除配置默认值
php artisan key:generate
php artisan config:cache
php artisan migrate

路由测试

php artisan serve --port 80

URL: https:///nhanduc/contact