Skip to content

Commit 410d139

Browse files
committed
Remove note
1 parent 8f88a79 commit 410d139

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ import { show } from "@/actions/App/Http/Controllers/PostController";
7272

7373
show(1); // { url: "/posts/1", method: "get" }
7474
```
75-
> [!NOTE]
76-
> The @ alias can be used for convenience. It's available by default when using [Laravel Vite Plugin](https://github.com/laravel/vite-plugin). To let Typescript also understand this alias, make sure it's configured in your tsconfig.json in the paths section under compilerOptions: `"paths": {"@/*": ["./resources/js/*"]}`.
7775

7876
If you just need the URL, or would like to choose a method from the HTTP methods defined on the server, you can invoke additional methods on the Wayfinder generated function:
7977

0 commit comments

Comments
 (0)