Skip to content

Commit eefef6f

Browse files
committed
Tweaks readme
1 parent 7c89bca commit eefef6f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,7 @@ If you want a more hands-on introduction, head out to [Bootcamp](https://bootcam
2828

2929
Documentation for Turbo Laravel can be found on the [Turbo Laravel website](https://turbo-laravel.com).
3030

31-
### Known Issues
32-
33-
If you ever encounter an issue with the package, look here first for documented solutions.
34-
35-
#### Fixing Laravel's Previous URL Issue
36-
37-
Visits from Turbo Frames will hit your application and Laravel by default keeps track of previously visited URLs to be used with helpers like `url()->previous()`, for instance. This might be confusing because chances are that you wouldn't want to redirect users to the URL of the most recent Turbo Frame that hit your app. So, to avoid storying Turbo Frames visits as Laravel's previous URL, head to the [issue](https://github.com/tonysm/turbo-laravel/issues/60#issuecomment-1123142591) where a solution was discussed.
38-
39-
### Closing Notes
31+
## Closing Notes
4032

4133
Try the package out. Use your Browser's DevTools to inspect the responses. You will be able to spot every single Turbo Frame and Turbo Stream happening.
4234

0 commit comments

Comments
 (0)