Files
toolbox/.serena/memories/建议命令.md
2025-12-18 10:19:11 +08:00

26 lines
491 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 建议命令
## 安装依赖
- PHP 依赖:`composer install`
- 前端依赖:`npm ci`
## 开发运行
- 一键开发(后端 serve + queue + pail + vite`composer dev`
- 单独启动后端:`php artisan serve`
- 单独启动前端:`npm run dev`
## 测试
- 运行测试:`composer test`(内部会 `php artisan test`
## 格式化
- PHP 格式化:`./vendor/bin/pint`
## 常用 Artisan
- 迁移:`php artisan migrate`
- 清缓存:`php artisan optimize:clear`