适用于 webman 的 laravel 组件的 monorepo 仓库,大版本随 laravel 的主版本号一致
composer require webman-tech/laravel-monorepo参考各个组件的文档
- webman-tech/laravel-cache
- webman-tech/laravel-console
- webman-tech/laravel-database
- webman-tech/laravel-filesystem
- webman-tech/laravel-http
- webman-tech/laravel-process
- webman-tech/laravel-redis
- webman-tech/laravel-translation
- webman-tech/laravel-validation
- src: 各个组件目录
- scripts: 辅助 monorepo 的一些常用脚本
- tests: 测试目录
- Fixtures: 测试数据,按照各个组件的目录
- Unit: 单元测试
- Facades: 基本对应每个组件的 facade 入口
- webman: 用于单元测试的一个 webman 极小项目结构
- 11.x 12.x 是啥
与 laravel 的主版本保持一致
- 开发时如何从 11.x 升级为 12.x
使用脚本:php scripts/upgrade_laravel_version.php 11 12