mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
510 B
510 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can add a URI fragment when redirecting to a route | 1538579123949346816 | weekly-thread-2022-24 | ecrmnn |
|
2022-06-19T17:47:03+00:00 | you-can-add-a-uri-fragment-when-redirecting-to-a-route |
You can add a URI fragment when redirecting to a route in Laravel.
This is super useful when redirecting to a specific section of the page. E.g. reviews section on a product page 📈