Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 698 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 698 Bytes

Laravel 学习记录

Build Status

  1. 通过访问地址:github.io 直接阅读。

  2. 本地下载

    • node v20.8.2
    • vitepress 1.6.3

GitHub 仓库地址:curder/laravel-study

下载源代码到本地并执行相关命令启动本地阅览。

# 1. 下载源代码
git clone git@github.com:curder/laravel-study.git && cd laravel-study

# 2. 下载依赖
yarn

# 3. 编译
## 开发
yarn docs:dev
## 发布
yarn docs:build