Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curder/laravel-study

Laravel学习
https://github.com/curder/laravel-study

laravel-collection laravel-php-web

Last synced: 3 days ago
JSON representation

Laravel学习

Awesome Lists containing this project

README

        

# Laravel 学习记录

[![Build Status](https://github.com/curder/laravel-study/actions/workflows/build-docs.yml/badge.svg)](https://github.com/curder/laravel-study/actions?query=build-docs%3Amaster)

1. 通过访问地址:[github.io](https://curder.github.io/laravel-study/) 直接阅读。

2. 本地下载

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

GitHub 仓库地址:[curder/laravel-study](https://www.github.com/curder/laravel-study)

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

```bash
# 1. 下载源代码
git clone [email protected]:curder/laravel-study.git && cd laravel-study

# 2. 下载依赖
yarn

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