Skip to content

Commit

Permalink
Add whats-new-in-laravel-11
Browse files Browse the repository at this point in the history
  • Loading branch information
curder committed Mar 14, 2024
1 parent e6c5b4d commit 6ca4d14
Show file tree
Hide file tree
Showing 6 changed files with 787 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default [
{text: "代码片段", link: '/partials/migrations'},
{text: "小技巧", link: '/tips/db-models-and-eloquent'},
{text: "常用扩展", link: "/packages/"},
{text: '其他', link: '/others/laravel-create-custom-facade-test-demo'},
{text: '其他', link: '/others/whats-new-in-laravel-11'},
]
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export default {
'/others/': [
{
items: [
{text: "Laravel 11 新特性", link: "/others/whats-new-in-laravel-11"},
{text: "创建自定义 Facade", link: "/others/laravel-create-custom-facade-test-demo"},
{text: "添加全局函数", link: "/others/laravel-import-custom-function-file"},
{text: "自定义异常", link: "/others/using-custom-exceptions-to-write-better-and-clearer-code"},
Expand Down
6 changes: 5 additions & 1 deletion docs/others/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

# 其它

- [Laravel 11 新特性](whats-new-in-laravel-11.md)
- [Laravel 创建自定义 Facade](laravel-create-custom-facade-test-demo.md)
- [Laravel 添加全局函数](laravel-import-custom-function-file.md)
- [使用自定义异常来编写更好、更清晰的代码](using-custom-exceptions-to-write-better-and-clearer-code.md)
- [使用 pest 测试 Laravel API](unit-test-laravel-api-pest-framework.md)
- [使用 pest 测试 Laravel API](unit-test-laravel-api-pest-framework.md)
- [自定义逻辑 Macro](macros.md)
- [使用 Alpine.js 滚动到验证错误](scroll-to-validation-error-in-laravel-using-alpinejs.md)
- [生成视图的 Artisan 命令](artisan-command-to-generate-views-in-laravel.md)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ca4d14

Please sign in to comment.