Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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学习
- Host: GitHub
- URL: https://github.com/curder/laravel-study
- Owner: curder
- Created: 2017-09-21T02:20:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T02:40:37.000Z (2 months ago)
- Last Synced: 2024-09-14T15:38:26.100Z (2 months ago)
- Topics: laravel-collection, laravel-php-web
- Homepage: https://curder.github.io/laravel-study/
- Size: 96.1 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```