Skip to content

curder/laravel-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 学习记录

Build Status

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

  2. 本地下载

    • node v18.18.22
    • vitepress 1.0.0-rc.31

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