文件名称:用户故事
文件大小:764KB
文件格式:ZIP
更新时间:2024-03-09 19:23:51
PHP
用户故事 - 安装 请按照以下步骤设置开发环境。 克隆仓库: git clone git@github.com:Light-it-labs/user-stories.git user-stories 使用默认配置初始化git flow仓库: git flow init 创建环境配置: cp .env.example .env 安装Composer依赖项: composer install 创建一个随机的应用程序密钥: php artisan key:generate 设置存储: php artisan storage:link 种子数据库: php artisan migrate:fresh --seed 创建一个个人访问客户端: php artisan passport:client --personal 设置Laravel护照: php artisan passpor